Home
last modified time | relevance | path

Searched refs:G_SQ_ALU_WORD1_OP2_OMOD (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr700_asm.c119 alu->omod = G_SQ_ALU_WORD1_OP2_OMOD(word1); in r700_bytecode_alu_read()
Dr600_sq.h278 #define G_SQ_ALU_WORD1_OP2_OMOD(x) (((x) >> 6) & 0x3) macro
Dr700_sq.h240 #define G_SQ_ALU_WORD1_OP2_OMOD(x) (((x) >> 5) & 0x3) macro
Deg_sq.h316 #define G_SQ_ALU_WORD1_OP2_OMOD(x) (((x) >> 5) & 0x3) macro
Dr600_asm.c2691 alu->omod = G_SQ_ALU_WORD1_OP2_OMOD(word1); in r600_bytecode_alu_read()