Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Deg_asm.c70 S_SQ_CF_ALU_WORD1_COUNT((cf->ndw / 2) - 1); in eg_bytecode_cf_build()
Dr600_sq.h91 #define S_SQ_CF_ALU_WORD1_COUNT(x) (((unsigned)(x) & 0x7F) << 18) macro
Deg_sq.h95 #define S_SQ_CF_ALU_WORD1_COUNT(x) (((unsigned)(x) & 0x7F) << 18) macro
Dr700_sq.h90 #define S_SQ_CF_ALU_WORD1_COUNT(x) (((unsigned)(x) & 0x7F) << 18) macro
Dr600_asm.c1696 S_SQ_CF_ALU_WORD1_COUNT((cf->ndw / 2) - 1); in r600_bytecode_cf_build()