Home
last modified time | relevance | path

Searched refs:const_index_sel (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_program.c194 (instr->vtx.const_index - 20) * 3 + instr->vtx.const_index_sel; in patch_fetches()
315 instr->const_index_sel = 0; in fd2_prog_init()
330 instr->const_index_sel = 1; in fd2_prog_init()
339 instr->const_index_sel = 0; in fd2_prog_init()
Dir2_assemble.c198 vtx->const_index_sel = instr->fetch.vtx.const_idx_sel; in fill_instr()
/third_party/mesa3d/src/freedreno/ir2/
Dinstr-a2xx.h360 uint8_t const_index_sel : 2; member
Ddisasm-a2xx.c367 printf(" CONST(%u, %u)", vtx->const_index, vtx->const_index_sel); in print_fetch_vtx()