Home
last modified time | relevance | path

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

/external/mesa3d/src/broadcom/compiler/
Dqpu_schedule.c388 if (inst->sig.thrsw) { in calculate_deps()
697 merge.sig.thrsw |= b->sig.thrsw; in qpu_merge_inst()
741 if (prev_inst->inst->qpu.sig.thrsw) in choose_instruction_to_schedule()
792 if (inst->sig.thrsw) in choose_instruction_to_schedule()
1173 sig.thrsw = true; in emit_thrsw()
1191 merge_inst->qpu.sig.thrsw = true; in emit_thrsw()
1212 second_inst->qpu.sig.thrsw = true; in emit_thrsw()
1343 if (inst->sig.thrsw) { in schedule_instructions()
1520 struct qinst *thrsw = vir_nop(); in v3d_qpu_schedule_instructions() local
1521 thrsw->qpu.sig.thrsw = true; in v3d_qpu_schedule_instructions()
[all …]
Dqpu_validate.c203 if (inst->sig.thrsw) { in qpu_validate_inst()
Dvir_register_allocate.c217 if (inst->qpu.sig.thrsw) { in v3d_register_allocate()
Dvir_dump.c171 if (sig->thrsw) in vir_dump_sig()
Dvir.c115 inst->qpu.sig.thrsw) { in vir_has_side_effects()
Dnir_to_vir.c72 c->last_thrsw->qpu.sig.thrsw = true; in vir_emit_thrsw()
1920 if (inst->qpu.sig.thrsw) in vir_remove_thrsw()
/external/mesa3d/src/broadcom/qpu/
Dqpu_disasm.c204 if (!sig->thrsw && in v3d_qpu_disasm_sig()
218 if (sig->thrsw) in v3d_qpu_disasm_sig()
Dqpu_instr.h43 bool thrsw:1; member
Dqpu_pack.c106 #define THRSW .thrsw = true