Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/
Dr700_asm.c100 alu->dst.sel = G_SQ_ALU_WORD1_DST_GPR(word1); in r700_bytecode_alu_read()
Dr600_sq.h254 #define G_SQ_ALU_WORD1_DST_GPR(x) (((x) >> 21) & 0x7F) macro
Dr700_sq.h212 #define G_SQ_ALU_WORD1_DST_GPR(x) (((x) >> 21) & 0x7F) macro
Deg_sq.h303 #define G_SQ_ALU_WORD1_DST_GPR(x) (((x) >> 21) & 0x7F) macro
Dr600_asm.c2821 alu->dst.sel = G_SQ_ALU_WORD1_DST_GPR(word1); in r600_bytecode_alu_read()