Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_qir_schedule.c67 BITSET_WORD *temp_live; member
417 BITSET_TEST(state->temp_live, inst->src[i].index)) { in get_register_pressure_cost()
663 BITSET_SET(state->temp_live, inst->src[i].index); in schedule_instructions()
668 BITSET_CLEAR(state->temp_live, inst->dst.index); in schedule_instructions()
682 state->temp_live = rzalloc_array(state, BITSET_WORD, in qir_schedule_instructions_block()

Completed in 1 milliseconds