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

/external/mesa3d/src/gallium/drivers/r600/
H A Dr700_asm.c99 alu->dst.sel = G_SQ_ALU_WORD1_DST_GPR(word1);
H A Deg_sq.h287 #define G_SQ_ALU_WORD1_DST_GPR(x) (((x) >> 21) & 0x7F) macro
H A Dr600_sq.h247 #define G_SQ_ALU_WORD1_DST_GPR(x) (((x) >> 21) & 0x7F) macro
H A Dr700_sq.h212 #define G_SQ_ALU_WORD1_DST_GPR(x) (((x) >> 21) & 0x7F) macro
H A Dr600_asm.c2670 alu->dst.sel = G_SQ_ALU_WORD1_DST_GPR(word1);

Completed in 60 milliseconds