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

/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dqpu_validate.c48 bool last_thrsw_found; member in struct:v3d_qpu_validate_state
240 if (state->last_thrsw_found)
247 if (state->last_thrsw_found)
249 state->last_thrsw_found = true;
326 .last_thrsw_found = !c->last_thrsw,
333 if (state.thrsw_count > 1 && !state.last_thrsw_found) {
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
H A Dqpu_validate.c48 bool last_thrsw_found; member in struct:v3d_qpu_validate_state
228 if (state->last_thrsw_found)
235 if (state->last_thrsw_found)
237 state->last_thrsw_found = true;
312 .last_thrsw_found = !c->last_thrsw,
319 if (state.thrsw_count > 1 && !state.last_thrsw_found) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_qpu_validate.c375 bool last_thrsw_found = false; local in function:vc4_qpu_validate
426 if (last_thrsw_found) {
432 last_thrsw_found = true;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_qpu_validate.c377 bool last_thrsw_found = false; local in function:vc4_qpu_validate
428 if (last_thrsw_found) {
434 last_thrsw_found = true;

Completed in 4 milliseconds