Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_qpu_schedule.c582 uint32_t prev_sig = QPU_GET_FIELD(prev_inst->inst->inst, in choose_instruction_to_schedule() local
584 if (prev_sig == QPU_SIG_THREAD_SWITCH || in choose_instruction_to_schedule()
585 prev_sig == QPU_SIG_LAST_THREAD_SWITCH) { in choose_instruction_to_schedule()
867 uint32_t prev_sig = QPU_GET_FIELD(prev_instr, QPU_SIG); in emit_thrsw() local
869 if (prev_sig == QPU_SIG_NONE) in emit_thrsw()