| /CafeSDK-2.12.13-1/system/include/cafe/demo/ |
| D | demoGfx.h | 188 GX2SurfaceDim dim, in DEMOGfxInitColorBufferEx() argument 193 GX2_CHECK_ENUM_RANGE(dim, GX2_SURFACE_DIM) in DEMOGfxInitColorBufferEx() 197 colorBuffer->surface.dim = dim; in DEMOGfxInitColorBufferEx() 226 GX2SurfaceDim dim, in DEMOGfxInitDepthBufferEx() argument 231 GX2_CHECK_ENUM_RANGE(dim, GX2_SURFACE_DIM) in DEMOGfxInitDepthBufferEx() 235 depthBuffer->surface.dim = dim; in DEMOGfxInitDepthBufferEx()
|
| /CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/ |
| D | demoGfx.h | 188 GX2SurfaceDim dim, in DEMOGfxInitColorBufferEx() argument 193 GX2_CHECK_ENUM_RANGE(dim, GX2_SURFACE_DIM) in DEMOGfxInitColorBufferEx() 197 colorBuffer->surface.dim = dim; in DEMOGfxInitColorBufferEx() 226 GX2SurfaceDim dim, in DEMOGfxInitDepthBufferEx() argument 231 GX2_CHECK_ENUM_RANGE(dim, GX2_SURFACE_DIM) in DEMOGfxInitDepthBufferEx() 235 depthBuffer->surface.dim = dim; in DEMOGfxInitDepthBufferEx()
|
| /CafeSDK-2.12.13-1/system/src/lib/gx2ut/ |
| D | gx2utConvertDepth.cpp | 131 GX2SurfaceDim dim = GX2_SURFACE_DIM_2D; in GX2UTConvertDepthBufferToTextureSurfaceOp() local 137 dim = GX2_SURFACE_DIM_2D_ARRAY; in GX2UTConvertDepthBufferToTextureSurfaceOp() 139 dim = GX2_SURFACE_DIM_2D; in GX2UTConvertDepthBufferToTextureSurfaceOp() 144 dim = GX2_SURFACE_DIM_2D_MSAA_ARRAY; in GX2UTConvertDepthBufferToTextureSurfaceOp() 146 dim = GX2_SURFACE_DIM_2D_MSAA; in GX2UTConvertDepthBufferToTextureSurfaceOp() 230 cb.surface.dim = dim; in GX2UTConvertDepthBufferToTextureSurfaceOp()
|
| D | gx2ut.cpp | 105 if (pSurf->dim == GX2_SURFACE_DIM_3D) in GX2UTGetSurfaceMipSliceTileMode() 124 if (pSurf->dim == GX2_SURFACE_DIM_3D) in GX2UTGetSurfaceMipSliceTileMode() 130 else if (pSurf->dim == GX2_SURFACE_DIM_3D) in GX2UTGetSurfaceMipSliceTileMode()
|
| D | gx2utCopy.cpp | 260 if(srcSurface->dim == GX2_SURFACE_DIM_3D) in GX2UTCopySurfaceRectOp() 269 if(dstSurface->dim == GX2_SURFACE_DIM_3D) in GX2UTCopySurfaceRectOp() 279 u32 shaderIdx = (srcSurface->dim != GX2_SURFACE_DIM_3D ? srcSurface->aa : VS_SHADER_3D_INDEX); in GX2UTCopySurfaceRectOp() 291 if (colorBuffer.surface.dim == GX2_SURFACE_DIM_3D) in GX2UTCopySurfaceRectOp() 338 if (texture.surface.dim == GX2_SURFACE_DIM_3D) in GX2UTCopySurfaceRectOp() 345 texture.surface.dim = GX2_SURFACE_DIM_2D_MSAA; in GX2UTCopySurfaceRectOp() 530 f32 slice = (texture.surface.dim == GX2_SURFACE_DIM_3D) ? (srcSlice % 4) : srcSlice; in GX2UTCopySurfaceRectOp()
|
| /CafeSDK-2.12.13-1/system/src/tool/gfx/include/texUtils/ |
| D | TC_PluginAPI.h | 85 if(pSurface->dim == GX2_SURFACE_DIM_2D || pSurface->dim == GX2_SURFACE_DIM_CUBE) in MaxFacesOrSlices() 89 else if(pSurface->dim == GX2_SURFACE_DIM_3D) in MaxFacesOrSlices() 134 depthShift = (pSurface->dim == GX2_SURFACE_DIM_3D) ? nMipLevel : 0; 190 depthShift = (pSurface->dim == GX2_SURFACE_DIM_3D) ? nMipLevel : 0; in GetMipLevel()
|
| /CafeSDK-2.12.13-1/system/include/cafe/gx2/ |
| D | gx2Texture.h | 151 GX2SurfaceFormat format, GX2SurfaceDim dim) in GX2InitTexture() argument 170 GX2_CHECK_ENUM_RANGE(dim, GX2_SURFACE_DIM); in GX2InitTexture() 173 texture->surface.dim = dim; in GX2InitTexture()
|
| D | gx2Surface.h | 87 GX2SurfaceDim dim; member 508 colorBuffer->surface.dim = GX2_SURFACE_DIM_2D; in _GX2InitColorBuffer() 661 depthBuffer->surface.dim = GX2_SURFACE_DIM_2D; in GX2InitDepthBuffer() 1191 if(surface->dim != GX2_SURFACE_DIM_3D) in GX2GetSurfaceMipDepth()
|
| /CafeSDK-2.12.13-1/system/include/cafe/gx2ut/ |
| D | gx2utInline.h | 355 … u32 numMips, GX2SurfaceDim dim, GX2SurfaceFormat format, GX2AAMode aa) in GX2UTInitSurfaceStruct() argument 357 GX2_CHECK_ENUM_RANGE(dim, GX2_SURFACE_DIM) in GX2UTInitSurfaceStruct() 361 gx2Surface->dim = dim; in GX2UTInitSurfaceStruct()
|
| /CafeSDK-2.12.13-1/system/src/lib/gx2ut/headers/cafe/gx2ut/ |
| D | gx2utInline.h | 355 … u32 numMips, GX2SurfaceDim dim, GX2SurfaceFormat format, GX2AAMode aa) in GX2UTInitSurfaceStruct() argument 357 GX2_CHECK_ENUM_RANGE(dim, GX2_SURFACE_DIM) in GX2UTInitSurfaceStruct() 361 gx2Surface->dim = dim; in GX2UTInitSurfaceStruct()
|
| /CafeSDK-2.12.13-1/system/src/tool/gfx/projects/TexConv2/ddsReader/ |
| D | DDS_Helpers.cpp | 66 pSurface->dim = GX2_SURFACE_DIM_CUBE; in GetGX2TextureInfo() 103 pSurface->dim = GX2_SURFACE_DIM_3D; in GetGX2TextureInfo() 108 pSurface->dim = GX2_SURFACE_DIM_2D_ARRAY; in GetGX2TextureInfo() 113 pSurface->dim = GX2_SURFACE_DIM_2D; in GetGX2TextureInfo() 384 if(pSurface->dim == GX2_SURFACE_DIM_2D || pSurface->dim == GX2_SURFACE_DIM_CUBE) in GenericLoadFunction() 400 else if(pSurface->dim == GX2_SURFACE_DIM_3D) in GenericLoadFunction() 417 else if(pSurface->dim == GX2_SURFACE_DIM_2D_ARRAY) in GenericLoadFunction() 494 switch(pSurface->dim) in PreLoopFourCC() 1189 if(pSurface->dim == GX2_SURFACE_DIM_CUBE) in SetupDDSD() 1193 else if(pSurface->dim == GX2_SURFACE_DIM_3D) in SetupDDSD() [all …]
|
| D | DDS_10.cpp | 322 if(pSurface->dim == GX2_SURFACE_DIM_2D) in SetupDDSD10() 328 else if(pSurface->dim == GX2_SURFACE_DIM_CUBE) in SetupDDSD10()
|
| D | DDS.cpp | 233 if( pSurface->dim == GX2_SURFACE_DIM_CUBE && pSurface->numMips > 1 ) in DDSSaveFile()
|
| /CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gfd/ |
| D | gfdFileTexture.cpp | 34 GX2SurfaceDim dim; member 75 pTXout32->surface.dim = pTXin64->surface.dim; in GFDRepackTexture32Bit() 111 pTXout64->surface.dim = pTXin32->surface.dim; in GFDRepackTexture64Bit()
|
| /CafeSDK-2.12.13-1/system/src/lib/demo/ |
| D | demoCapture.c | 265 DEMOCaptureData.colorBuffer.surface.dim = GX2_SURFACE_DIM_2D; in DEMOCaptureInit()
|
| /CafeSDK-2.12.13-1/system/src/tool/gfx/projects/TexConv2/tgaReader/ |
| D | tgaReader.cpp | 348 pSurface->dim = GX2_SURFACE_DIM_2D; in GetGX2TextureInfo()
|
| /CafeSDK-2.12.13-1/system/src/tool/gfx/projects/TexConv2/texConvert/ |
| D | TexConvert.cpp | 333 printf(" dim = %d\n", pGx2Textures->surface.dim); in PrintTextureSurfaceInfo()
|