Searched defs:const_idx (Results 1 - 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_emit.c126 unsigned const_idx = fd2_get_const_idx(ctx, tex, samp_id); local
131 if (emitted & (1 << const_idx))
140 OUT_RING(ring, 0x00010000 + (0x6 * const_idx));
149 return (1 << const_idx);
H A Dfd2_program.c189 instr->fetch.const_idx = 20 + (i / 3);
208 instr->fetch.const_idx,
230 unsigned const_idx = fd2_get_const_idx(ctx, tex, samp_id); local
232 if (const_idx != instr->fetch.const_idx) {
233 instr->fetch.const_idx = const_idx;
H A Dir-a2xx.h74 unsigned const_idx; member in struct:ir2_instruction::__anon16151::__anon16152
163 instr->fetch.const_idx = ci;
175 instr->fetch.const_idx = ci;
H A Dinstr-a2xx.h318 uint8_t const_idx : 5; member in struct:PACKED

Completed in 163 milliseconds