Home
last modified time | relevance | path

Searched refs:GX2SurfaceFormat (Results 1 – 17 of 17) sorted by relevance

/CafeSDK-2.12.13/system/include/cafe/gx2/
Dgx2Display.h168 void GX2API GX2CalcTVSize(GX2TVRenderMode tvRenderMode, GX2SurfaceFormat fmt,
190 void GX2API GX2CalcDRCSize(GX2DRCMode mode, GX2SurfaceFormat fmt,
226 GX2SurfaceFormat fmt, GX2BufferingMode bufferingMode);
254 GX2SurfaceFormat fmt, GX2BufferingMode bufferingMode);
Dgx2Surface.h99 GX2SurfaceFormat format;
503 GX2SurfaceFormat format, GX2AAMode aa) in _GX2InitColorBuffer()
549 GX2SurfaceFormat format, GX2AAMode aa) in GX2InitColorBuffer()
618 GX2SurfaceFormat format, GX2AAMode aa) in GX2InitColorBufferFTV()
656 GX2SurfaceFormat format, GX2AAMode aa) in GX2InitDepthBuffer()
1115 u32 GX2API GX2GetSurfaceFormatBits(GX2SurfaceFormat format);
1211 GX2Boolean GX2API GX2SurfaceIsCompressed(GX2SurfaceFormat format);
1223 GX2Boolean GX2API GX2CheckSurfaceUseVsFormat(GX2SurfaceUse use, GX2SurfaceFormat format);
Dgx2Texture.h151 GX2SurfaceFormat format, GX2SurfaceDim dim) in GX2InitTexture()
Dgx2Misc.h551 GX2_INLINE GX2Boolean GX2IsResolveSupported(GX2SurfaceFormat format) in GX2IsResolveSupported()
Dgx2Enum.h860 } GX2SurfaceFormat; typedef
/CafeSDK-2.12.13/system/src/tool/gfx/include/
DtexUtils.h97 BOOL TC2API TC2GX2SurfaceFormatFromStr(char* pFormatStr, GX2SurfaceFormat *pgx2Format);
119 BOOL TC2API TC2ConvertSurfaceFormat(GX2Surface *pInSurface, GX2SurfaceFormat dstFormat, GX2Surface …
/CafeSDK-2.12.13/system/src/lib/demo/headers/cafe/demo/
DdemoGfx.h166 const char *DEMOGfxGetSurfaceFormatName(GX2SurfaceFormat format);
190 GX2SurfaceFormat format, GX2AAMode aa) in DEMOGfxInitColorBufferEx()
228 GX2SurfaceFormat format, GX2AAMode aa) in DEMOGfxInitDepthBufferEx()
/CafeSDK-2.12.13/system/include/cafe/demo/
DdemoGfx.h166 const char *DEMOGfxGetSurfaceFormatName(GX2SurfaceFormat format);
190 GX2SurfaceFormat format, GX2AAMode aa) in DEMOGfxInitColorBufferEx()
228 GX2SurfaceFormat format, GX2AAMode aa) in DEMOGfxInitDepthBufferEx()
/CafeSDK-2.12.13/system/src/tool/gfx/projects/TexConv2/texConvert/
DTexConvert.h40 typedef bool (*PTC2GX2SurfaceFormatFromStr)(char* pFormatStr, GX2SurfaceFormat *pgx2Format);
42 typedef bool (*PTC2ConvertSurfaceFormat)(GX2Surface *pInSurface, GX2SurfaceFormat dstFormat, GX2Sur…
DTexConvert.cpp200 char * FormatTypeToString(GX2SurfaceFormat eSurfaceFormat) in FormatTypeToString()
274 bool FormatsMatch(const char* pFormatStr, GX2SurfaceFormat otherFormat ) in FormatsMatch()
285 if(0 == strcmp(pFormatStr, FormatTypeToString((GX2SurfaceFormat)i))) in FormatsMatch()
287 switch((GX2SurfaceFormat)i) in FormatsMatch()
788 GX2SurfaceFormat dstFormat; in _tmain()
/CafeSDK-2.12.13/system/src/lib/demo/
DdemoDRC.c43 static GX2SurfaceFormat gDemoDRCScanOutCBFormat;
81 GX2SurfaceFormat renderCBFormat = GX2_SURFACE_FORMAT_TCS_R8_G8_B8_A8_SRGB; in DEMODRCInit()
82 GX2SurfaceFormat scanOutCBFormat = GX2_SURFACE_FORMAT_TCS_R8_G8_B8_A8_SRGB; in DEMODRCInit()
83 GX2SurfaceFormat renderDBFormat = GX2_SURFACE_FORMAT_TCD_R32_FLOAT; in DEMODRCInit()
DdemoGfx.c49 static GX2SurfaceFormat gDemoGfxScanOutCBFormat;
188 GX2SurfaceFormat renderCBFormat = GX2_SURFACE_FORMAT_TCS_R8_G8_B8_A8_SRGB; in DEMOGfxInit()
189 GX2SurfaceFormat scanOutCBFormat = GX2_SURFACE_FORMAT_TCS_R8_G8_B8_A8_SRGB; in DEMOGfxInit()
190 GX2SurfaceFormat renderDBFormat = GX2_SURFACE_FORMAT_TCD_R32_FLOAT; in DEMOGfxInit()
986 const char *DEMOGfxGetSurfaceFormatName(GX2SurfaceFormat format) in DEMOGfxGetSurfaceFormatName()
DdemoCapture.c32 u32 width, u32 height, u32 pitch, GX2SurfaceFormat format);
179 u32 width, u32 height, u32 pitch, GX2SurfaceFormat format) in _DEMOEncodeTGA()
/CafeSDK-2.12.13/system/src/lib/gx2ut/headers/cafe/gx2ut/
Dgx2utInline.h355 … u32 numMips, GX2SurfaceDim dim, GX2SurfaceFormat format, GX2AAMode aa) in GX2UTInitSurfaceStruct()
/CafeSDK-2.12.13/system/include/cafe/gx2ut/
Dgx2utInline.h355 … u32 numMips, GX2SurfaceDim dim, GX2SurfaceFormat format, GX2AAMode aa) in GX2UTInitSurfaceStruct()
/CafeSDK-2.12.13/system/src/tool/gfx/projects/gfd/
DgfdFileTexture.cpp39 GX2SurfaceFormat format;
/CafeSDK-2.12.13/system/src/lib/gx2ut/
Dgx2utClear.cpp312 GX2SurfaceFormat format) ///< Color format in PackClearColor()