Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_cs.c59 bool start_busy = false; in brw_codegen_cs_prog() local
83 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()
Dbrw_gs.c85 bool start_busy = false; in brw_codegen_gs_prog() local
111 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()
Dbrw_tes.c75 bool start_busy = false; in brw_codegen_tes_prog() local
96 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()
Dbrw_vs.c166 bool start_busy = false; in brw_codegen_vs_prog() local
203 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()
Dbrw_tcs.c163 bool start_busy = false; in brw_codegen_tcs_prog() local
225 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()
Dbrw_wm.c137 bool start_busy = false; in brw_codegen_wm_prog() local
162 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()
/external/autotest/client/profilers/lockmeter/
Dpatch.2.6.14-lockmeter-1.gz