Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_qpu_validate.c381 int thrsw_ip = -1; in vc4_qpu_validate() local
387 if (i == thrsw_ip) { in vc4_qpu_validate()
439 if (i < thrsw_ip) { in vc4_qpu_validate()
444 thrsw_ip = i + 3; in vc4_qpu_validate()
Dvc4_qpu_schedule.c841 int thrsw_ip = c->qpu_inst_count; in emit_thrsw() local
847 thrsw_ip = c->qpu_inst_count - i; in emit_thrsw()
850 if (thrsw_ip != c->qpu_inst_count) { in emit_thrsw()
852 c->qpu_insts[thrsw_ip] = in emit_thrsw()
853 QPU_UPDATE_FIELD(c->qpu_insts[thrsw_ip], sig, QPU_SIG); in emit_thrsw()
860 while (c->qpu_inst_count < thrsw_ip + 3) { in emit_thrsw()