Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_qpu_validate.c379 int thrsw_ip = -1; in vc4_qpu_validate() local
385 if (i == thrsw_ip) { in vc4_qpu_validate()
437 if (i < thrsw_ip) { in vc4_qpu_validate()
442 thrsw_ip = i + 3; in vc4_qpu_validate()
Dvc4_qpu_schedule.c864 int thrsw_ip = c->qpu_inst_count; in emit_thrsw() local
870 thrsw_ip = c->qpu_inst_count - i; in emit_thrsw()
873 if (thrsw_ip != c->qpu_inst_count) { in emit_thrsw()
875 c->qpu_insts[thrsw_ip] = in emit_thrsw()
876 QPU_UPDATE_FIELD(c->qpu_insts[thrsw_ip], sig, QPU_SIG); in emit_thrsw()
883 while (c->qpu_inst_count < thrsw_ip + 3) { in emit_thrsw()