Searched refs:PICA_CMD_DATA_GS_INT (Results 1 – 2 of 2) sorted by relevance
687 #define PICA_CMD_DATA_GS_INT(x, y, z) ( (x) | (y) << 8 | (z) << 16 ) macro
432 *command++ = PICA_CMD_DATA_GS_INT( x, y, z ); in MakeUniformCommandGS()