OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:active_query_count
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_query.c
139
llvmpipe->
active_query_count
++;
152
assert(llvmpipe->
active_query_count
);
153
llvmpipe->
active_query_count
--;
lp_context.h
98
int
active_query_count
;
member in struct:llvmpipe_context
lp_state_fs.c
[
all
...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_query.c
139
llvmpipe->
active_query_count
++;
152
assert(llvmpipe->
active_query_count
);
153
llvmpipe->
active_query_count
--;
lp_context.h
98
int
active_query_count
;
member in struct:llvmpipe_context
lp_state_fs.c
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_query.c
113
softpipe->
active_query_count
++;
124
softpipe->
active_query_count
--;
sp_context.h
105
unsigned
active_query_count
;
member in struct:softpipe_context
sp_quad_depth_test.c
823
if (qs->softpipe->
active_query_count
) {
896
boolean occlusion = qs->softpipe->
active_query_count
;
/external/mesa3d/src/gallium/drivers/softpipe/
sp_query.c
113
softpipe->
active_query_count
++;
124
softpipe->
active_query_count
--;
sp_context.h
105
unsigned
active_query_count
;
member in struct:softpipe_context
sp_quad_depth_test.c
823
if (qs->softpipe->
active_query_count
) {
896
boolean occlusion = qs->softpipe->
active_query_count
;
Completed in 417 milliseconds