HomeSort by relevance Sort by last modified time
    Searched full:const_idx (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
ir-a2xx.h 74 unsigned const_idx; member in struct:ir2_instruction::__anon29496::__anon29497
163 instr->fetch.const_idx = ci;
175 instr->fetch.const_idx = ci;
fd2_program.c 189 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;
fd2_emit.c 126 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);
ir-a2xx.c 298 assert(instr->fetch.const_idx <= 0x1f);
306 vtx->const_index = instr->fetch.const_idx;
327 assert(instr->fetch.const_idx <= 0x1f);
333 tex->const_idx = instr->fetch.const_idx;
instr-a2xx.h 318 uint8_t const_idx : 5; member in struct:PACKED
disasm-a2xx.c 405 printf(" CONST(%u)", tex->const_idx);
fd2_compiler.c 796 /* save off the tex fetch to be patched later with correct const_idx: */

Completed in 830 milliseconds