Home
last modified time | relevance | path

Searched refs:S_SQ_CF_WORD1_COUNT (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Deg_asm.c77 S_SQ_CF_WORD1_COUNT((cf->ndw / 4) - 1); in eg_bytecode_cf_build()
143 S_SQ_CF_WORD1_COUNT(cf->count); in eg_bytecode_cf_build()
Dr700_asm.c32 S_SQ_CF_WORD1_COUNT(count) | in r700_bytecode_cf_vtx_build()
Dr600_sq.h43 #define S_SQ_CF_WORD1_COUNT(x) (((unsigned)(x) & 0x7) << 10) macro
Dr700_sq.h43 #define S_SQ_CF_WORD1_COUNT(x) (((unsigned)(x) & 0x7) << 10) macro
Deg_sq.h46 #define S_SQ_CF_WORD1_COUNT(x) (((unsigned)(x) & 0x3f) << 10) macro
Dr600_asm.c1630 S_SQ_CF_WORD1_COUNT((cf->ndw / 4) - 1)| in r600_bytecode_cf_vtx_build()