Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c101 unsigned first_non_array_temp; member
324 assert(!insn->src[i].Indirect || index < c->first_non_array_temp); in ntt_live_reg_setup_def_use()
345 assert(!insn->dst[i].Indirect || index < c->first_non_array_temp); in ntt_live_reg_setup_def_use()
463 if (index < c->first_non_array_temp) in ntt_ra_check()
484 for (int i = 0; i < c->first_non_array_temp; i++) in ntt_allocate_regs()
487 for (int i = c->first_non_array_temp; i < c->num_temps; i++) in ntt_allocate_regs()
530 for (int i = c->first_non_array_temp; i < c->num_temps; i++) in ntt_allocate_regs_unoptimized()
1066 c->first_non_array_temp = c->num_temps; in ntt_setup_registers()