Searched refs:start_busy (Results 1 – 7 of 7) sorted by relevance
61 bool start_busy = false; in brw_codegen_gs_prog() local89 start_busy = brw->batch.last_bo && brw_bo_busy(brw->batch.last_bo); in brw_codegen_gs_prog()111 if (start_busy && !brw_bo_busy(brw->batch.last_bo)) { in brw_codegen_gs_prog()
89 bool start_busy = false; in brw_codegen_cs_prog() local112 start_busy = (brw->batch.last_bo && in brw_codegen_cs_prog()142 if (start_busy && !brw_bo_busy(brw->batch.last_bo)) { in brw_codegen_cs_prog()
45 bool start_busy = false; in brw_codegen_tes_prog() local68 start_busy = brw->batch.last_bo && brw_bo_busy(brw->batch.last_bo); in brw_codegen_tes_prog()96 if (start_busy && !brw_bo_busy(brw->batch.last_bo)) { in brw_codegen_tes_prog()
47 bool start_busy = false; in brw_codegen_tcs_prog() local105 start_busy = brw->batch.last_bo && brw_bo_busy(brw->batch.last_bo); in brw_codegen_tcs_prog()135 if (start_busy && !brw_bo_busy(brw->batch.last_bo)) { in brw_codegen_tcs_prog()
125 bool start_busy = false; in brw_codegen_vs_prog() local169 start_busy = (brw->batch.last_bo && in brw_codegen_vs_prog()207 if (start_busy && !brw_bo_busy(brw->batch.last_bo)) { in brw_codegen_vs_prog()
81 bool start_busy = false; in brw_codegen_wm_prog() local107 start_busy = (brw->batch.last_bo && in brw_codegen_wm_prog()148 if (start_busy && !brw_bo_busy(brw->batch.last_bo)) { in brw_codegen_wm_prog()
1Index: linux/arch/i386/Kconfig.debug 2====== ...