Searched refs:const_index_sel (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_program.c194 (instr->vtx.const_index - 20) * 3 + instr->vtx.const_index_sel;
315 instr->const_index_sel = 0;
330 instr->const_index_sel = 1;
339 instr->const_index_sel = 0;
H A Dir2_assemble.c198 vtx->const_index_sel = instr->fetch.vtx.const_idx_sel;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_program.c205 instr->vtx.const_index_sel;
328 instr->const_index_sel = 0;
343 instr->const_index_sel = 1;
352 instr->const_index_sel = 0;
H A Dinstr-a2xx.h365 uint8_t const_index_sel : 2; member in struct:PACKED
H A Ddisasm-a2xx.c350 printf(" CONST(%u, %u)", vtx->const_index, vtx->const_index_sel);
H A Dir2_assemble.c195 vtx->const_index_sel = instr->fetch.vtx.const_idx_sel;
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir2/
H A Dinstr-a2xx.h360 uint8_t const_index_sel : 2; member in struct:PACKED
H A Ddisasm-a2xx.c367 printf(" CONST(%u, %u)", vtx->const_index, vtx->const_index_sel);

Completed in 11 milliseconds