Home
last modified time | relevance | path

Searched refs:PICA_CMD_DATA_GS_INT (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-0.14.4/include/nn/gx/CTR/
Dgx_MacroShader.h687 #define PICA_CMD_DATA_GS_INT(x, y, z) ( (x) | (y) << 8 | (z) << 16 ) macro
/CTR-SDK-0.14.4/include/nn/gr/CTR/
Dgr_Utility.h285 *command++ = PICA_CMD_DATA_GS_INT( x, y, z ); in MakeUniformCommandGS()