Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/
Dr700_asm.c121 alu->dst.write = G_SQ_ALU_WORD1_OP2_WRITE_MASK(word1); in r700_bytecode_alu_read()
Dr600_sq.h279 #define G_SQ_ALU_WORD1_OP2_WRITE_MASK(x) (((x) >> 4) & 0x1) macro
Dr700_sq.h237 #define G_SQ_ALU_WORD1_OP2_WRITE_MASK(x) (((x) >> 4) & 0x1) macro
Deg_sq.h329 #define G_SQ_ALU_WORD1_OP2_WRITE_MASK(x) (((x) >> 4) & 0x1) macro
Dr600_asm.c2843 alu->dst.write = G_SQ_ALU_WORD1_OP2_WRITE_MASK(word1); in r600_bytecode_alu_read()