Searched refs:PICA_CMD_DATA_VS_INT (Results 1 – 2 of 2) sorted by relevance
179 #define PICA_CMD_DATA_VS_INT(x, y, z) ( (x) | (y) << 8 | (z) << 16 ) macro
170 *command++ = PICA_CMD_DATA_VS_INT( x, y, z ); in MakeUniformCommandVS()