Home
last modified time | relevance | path

Searched refs:compSel (Results 1 – 3 of 3) sorted by relevance

/CafeSDK-2.12.13/system/include/cafe/gx2/
Dgx2Texture.h63 GX2CompSel compSel; member
197 texture->compSel = dstSel[(format) & 0x3f]; in GX2InitTexture()
214 GX2_INLINE void GX2InitTextureCompSel(GX2Texture *texture, GX2CompSel compSel) in GX2InitTextureCompSel() argument
216 texture->compSel = compSel; in GX2InitTextureCompSel()
/CafeSDK-2.12.13/system/src/tool/gfx/projects/gfd/
DgfdFileTexture.cpp63 GX2CompSel compSel; member
99 pTXout32->compSel = pTXin64->compSel; in GFDRepackTexture32Bit()
135 pTXout64->compSel = pTXin32->compSel; in GFDRepackTexture64Bit()
/CafeSDK-2.12.13/system/src/lib/gx2ut/
Dgx2utCopy.cpp376 texture.compSel = GX2_COMP_SEL_XYZW; in GX2UTCopySurfaceRectOp()