Home
last modified time | relevance | path

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

/dports/games/retroarch/RetroArch-1.9.7/wii/libogc/libogc/
H A Dgx.c1834 case GX_TF_Z16: in __GetImageTileCount()
2086 if(fmt==GX_TF_Z16) lfmt = 11; in GX_SetTexCopyDst()
2755 else if(fmt==GX_TF_Z16) fmt = 1; in GX_SetZTexture()
3003 case GX_TF_Z16: in GX_GetTexBufferSize()
/dports/games/retroarch/RetroArch-1.9.7/wii/libogc/include/ogc/
H A Dgx.h321 #define GX_TF_Z16 (0x3|_GX_TF_ZTF) /*!< For texture copy, specifies upper 16 bits of Z */ macro
/dports/lang/fpc-source/fpc-3.2.2/packages/libogcfpc/src/ogc/
H A Dgx.inc205 GX_TF_Z16 = ( $3 or _GX_TF_ZTF ); (*!< For texture copy, specifies upper 16 bits of Z *)