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/
Dir2_assemble.c186 assert(instr->fetch.vtx.const_idx_sel <= 0x3); in fill_instr()
195 vtx->const_index_sel = instr->fetch.vtx.const_idx_sel; in fill_instr()
Dir2_private.h112 uint8_t const_idx_sel; member
Dir2_nir.c495 instr->fetch.vtx.const_idx_sel = idx % 3; in load_input()