Home
last modified time | relevance | path

Searched refs:start_busy (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_cs.c59 bool start_busy = false; in brw_codegen_cs_prog() local
82 start_busy = (brw->batch.last_bo && in brw_codegen_cs_prog()
120 if (start_busy && !brw_bo_busy(brw->batch.last_bo)) { in brw_codegen_cs_prog()
Dbrw_gs.c93 bool start_busy = false; in brw_codegen_gs_prog() local
127 start_busy = brw->batch.last_bo && brw_bo_busy(brw->batch.last_bo); in brw_codegen_gs_prog()
149 if (start_busy && !brw_bo_busy(brw->batch.last_bo)) { in brw_codegen_gs_prog()
Dbrw_tes.c45 bool start_busy = false; in brw_codegen_tes_prog() local
70 start_busy = brw->batch.last_bo && brw_bo_busy(brw->batch.last_bo); in brw_codegen_tes_prog()
98 if (start_busy && !brw_bo_busy(brw->batch.last_bo)) { in brw_codegen_tes_prog()
Dbrw_vs.c121 bool start_busy = false; in brw_codegen_vs_prog() local
170 start_busy = (brw->batch.last_bo && in brw_codegen_vs_prog()
215 if (start_busy && !brw_bo_busy(brw->batch.last_bo)) { in brw_codegen_vs_prog()
Dbrw_tcs.c47 bool start_busy = false; in brw_codegen_tcs_prog() local
107 start_busy = brw->batch.last_bo && brw_bo_busy(brw->batch.last_bo); in brw_codegen_tcs_prog()
137 if (start_busy && !brw_bo_busy(brw->batch.last_bo)) { in brw_codegen_tcs_prog()
Dbrw_wm.c81 bool start_busy = false; in brw_codegen_wm_prog() local
109 start_busy = (brw->batch.last_bo && in brw_codegen_wm_prog()
159 if (start_busy && !brw_bo_busy(brw->batch.last_bo)) { in brw_codegen_wm_prog()