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_gs.c61 bool start_busy = false; in brw_codegen_gs_prog() local
89 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()
Dbrw_cs.c89 bool start_busy = false; in brw_codegen_cs_prog() local
112 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()
Dbrw_tes.c45 bool start_busy = false; in brw_codegen_tes_prog() local
68 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()
Dbrw_tcs.c47 bool start_busy = false; in brw_codegen_tcs_prog() local
105 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()
Dbrw_vs.c125 bool start_busy = false; in brw_codegen_vs_prog() local
169 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()
Dbrw_wm.c81 bool start_busy = false; in brw_codegen_wm_prog() local
107 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()
/external/autotest/client/profilers/lockmeter/
Dpatch.2.6.14-lockmeter-1.gz1Index: linux/arch/i386/Kconfig.debug 2====== ...