Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_qir_schedule.c65 uint32_t *temp_writes; member
412 state->temp_writes[inst->dst.index] == 1) in get_register_pressure_cost()
666 state->temp_writes[inst->dst.index]--; in schedule_instructions()
667 if (state->temp_writes[inst->dst.index] == 0) in schedule_instructions()
681 state->temp_writes = rzalloc_array(state, uint32_t, c->num_temps); in qir_schedule_instructions_block()
699 state->temp_writes[inst->dst.index]++; in qir_schedule_instructions_block()