Home
last modified time | relevance | path

Searched refs:const_idx_sel (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir-a2xx.h78 unsigned const_idx_sel; member
164 instr->fetch.const_idx_sel = cis; in ir2_instr_create_vtx_fetch()
Dfd2_program.c190 instr->fetch.const_idx_sel = i % 3; in patch_vtx_fetches()
209 instr->fetch.const_idx_sel, in patch_vtx_fetches()
Dir-a2xx.c299 assert(instr->fetch.const_idx_sel <= 0x3); in instr_emit_fetch()
307 vtx->const_index_sel = instr->fetch.const_idx_sel; in instr_emit_fetch()