OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:start_busy
(Results
1 - 7
of
7
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_cs.c
63
bool
start_busy
= false;
local
108
start_busy
= (brw->batch.last_bo &&
136
if (
start_busy
&& !drm_intel_bo_busy(brw->batch.last_bo)) {
brw_gs.c
86
bool
start_busy
= false;
local
128
start_busy
= brw->batch.last_bo && drm_intel_bo_busy(brw->batch.last_bo);
151
if (
start_busy
&& !drm_intel_bo_busy(brw->batch.last_bo)) {
brw_tes.c
76
bool
start_busy
= false;
local
112
start_busy
= brw->batch.last_bo && drm_intel_bo_busy(brw->batch.last_bo);
141
if (
start_busy
&& !drm_intel_bo_busy(brw->batch.last_bo)) {
brw_vs.c
140
bool
start_busy
= false;
local
203
start_busy
= (brw->batch.last_bo &&
243
if (
start_busy
&& !drm_intel_bo_busy(brw->batch.last_bo)) {
brw_tcs.c
164
bool
start_busy
= false;
local
241
start_busy
= brw->batch.last_bo && drm_intel_bo_busy(brw->batch.last_bo);
271
if (
start_busy
&& !drm_intel_bo_busy(brw->batch.last_bo)) {
brw_wm.c
135
bool
start_busy
= false;
local
175
start_busy
= (brw->batch.last_bo &&
212
if (
start_busy
&& !drm_intel_bo_busy(brw->batch.last_bo)) {
/external/autotest/client/profilers/lockmeter/
patch.2.6.14-lockmeter-1.gz
Completed in 157 milliseconds