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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_qpu_validate.c379 int thrsw_ip = -1; local in function:vc4_qpu_validate
385 if (i == thrsw_ip) {
437 if (i < thrsw_ip) {
442 thrsw_ip = i + 3;
H A Dvc4_qpu_schedule.c841 int thrsw_ip = c->qpu_inst_count; local in function:emit_thrsw
847 thrsw_ip = c->qpu_inst_count - i;
850 if (thrsw_ip != c->qpu_inst_count) {
852 c->qpu_insts[thrsw_ip] =
853 QPU_UPDATE_FIELD(c->qpu_insts[thrsw_ip], sig, QPU_SIG);
860 while (c->qpu_inst_count < thrsw_ip + 3) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_qpu_validate.c381 int thrsw_ip = -1; local in function:vc4_qpu_validate
387 if (i == thrsw_ip) {
439 if (i < thrsw_ip) {
444 thrsw_ip = i + 3;
H A Dvc4_qpu_schedule.c841 int thrsw_ip = c->qpu_inst_count; local in function:emit_thrsw
847 thrsw_ip = c->qpu_inst_count - i;
850 if (thrsw_ip != c->qpu_inst_count) {
852 c->qpu_insts[thrsw_ip] =
853 QPU_UPDATE_FIELD(c->qpu_insts[thrsw_ip], sig, QPU_SIG);
860 while (c->qpu_inst_count < thrsw_ip + 3) {

Completed in 11 milliseconds