Searched refs:G_SQ_ALU_WORD1_ENCODING (Results 1 - 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
H A Dr700_asm.c103 if (G_SQ_ALU_WORD1_ENCODING(word1)) /*ALU_DWORD1_OP3*/
H A Deg_sq.h281 #define G_SQ_ALU_WORD1_ENCODING(x) (((x) >> 15) & 0x7) macro
H A Dr600_sq.h241 #define G_SQ_ALU_WORD1_ENCODING(x) (((x) >> 15) & 0x7) macro
H A Dr700_sq.h206 #define G_SQ_ALU_WORD1_ENCODING(x) (((x) >> 15) & 0x7) macro
H A Dr600_asm.c2674 if (G_SQ_ALU_WORD1_ENCODING(word1)) /*ALU_DWORD1_OP3*/

Completed in 99 milliseconds