Searched refs:start_busy (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_vec4_emit.cpp1050 bool start_busy = false; local
1057 start_busy = (intel->batch.last_bo &&
1077 if (start_busy && !drm_intel_bo_busy(intel->batch.last_bo)) {
H A Dbrw_fs.cpp2065 bool start_busy = false; local
2072 start_busy = (intel->batch.last_bo &&
2120 if (start_busy && !drm_intel_bo_busy(intel->batch.last_bo)) {
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vec4_emit.cpp1050 bool start_busy = false; local
1057 start_busy = (intel->batch.last_bo &&
1077 if (start_busy && !drm_intel_bo_busy(intel->batch.last_bo)) {
H A Dbrw_fs.cpp2065 bool start_busy = false; local
2072 start_busy = (intel->batch.last_bo &&
2120 if (start_busy && !drm_intel_bo_busy(intel->batch.last_bo)) {

Completed in 131 milliseconds