Searched refs:start_busy (Results 1 – 6 of 6) sorted by relevance
59 bool start_busy = false; in brw_codegen_cs_prog() local82 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()
93 bool start_busy = false; in brw_codegen_gs_prog() local127 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()
45 bool start_busy = false; in brw_codegen_tes_prog() local70 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()
121 bool start_busy = false; in brw_codegen_vs_prog() local170 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()
47 bool start_busy = false; in brw_codegen_tcs_prog() local107 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()
81 bool start_busy = false; in brw_codegen_wm_prog() local109 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()