Searched refs:start_busy (Results 1 – 7 of 7) sorted by relevance
59 bool start_busy = false; in brw_codegen_cs_prog() local83 start_busy = (brw->batch.last_bo && in brw_codegen_cs_prog()111 if (start_busy && !brw_bo_busy(brw->batch.last_bo)) { in brw_codegen_cs_prog()
85 bool start_busy = false; in brw_codegen_gs_prog() local111 start_busy = brw->batch.last_bo && brw_bo_busy(brw->batch.last_bo); in brw_codegen_gs_prog()132 if (start_busy && !brw_bo_busy(brw->batch.last_bo)) { in brw_codegen_gs_prog()
75 bool start_busy = false; in brw_codegen_tes_prog() local96 start_busy = brw->batch.last_bo && brw_bo_busy(brw->batch.last_bo); in brw_codegen_tes_prog()123 if (start_busy && !brw_bo_busy(brw->batch.last_bo)) { in brw_codegen_tes_prog()
166 bool start_busy = false; in brw_codegen_vs_prog() local203 start_busy = (brw->batch.last_bo && in brw_codegen_vs_prog()241 if (start_busy && !brw_bo_busy(brw->batch.last_bo)) { in brw_codegen_vs_prog()
163 bool start_busy = false; in brw_codegen_tcs_prog() local225 start_busy = brw->batch.last_bo && brw_bo_busy(brw->batch.last_bo); in brw_codegen_tcs_prog()254 if (start_busy && !brw_bo_busy(brw->batch.last_bo)) { in brw_codegen_tcs_prog()
137 bool start_busy = false; in brw_codegen_wm_prog() local162 start_busy = (brw->batch.last_bo && in brw_codegen_wm_prog()199 if (start_busy && !brw_bo_busy(brw->batch.last_bo)) { in brw_codegen_wm_prog()