Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:occlusion_query
(Results
1 - 6
of
6
) sorted by relevance
/third_party/glfw/tests/
H
A
D
inputlag.c
98
GLuint
occlusion_query
;
variable
112
if (!
occlusion_query
)
in swap_buffers()
113
glGenQueries(1, &
occlusion_query
);
in swap_buffers()
114
glBeginQuery(GL_SAMPLES_PASSED,
occlusion_query
);
in swap_buffers()
119
glGetQueryObjectiv(
occlusion_query
, GL_QUERY_RESULT, &occlusion_result);
in swap_buffers()
/third_party/mesa3d/src/gallium/drivers/panfrost/
H
A
D
pan_context.h
168
struct panfrost_query *
occlusion_query
;
member
H
A
D
pan_context.c
896
ctx->
occlusion_query
= query;
in panfrost_begin_query()
929
ctx->
occlusion_query
= NULL;
in panfrost_end_query()
H
A
D
pan_cmdstream.c
532
bool has_oq = ctx->
occlusion_query
&& ctx->active_queries;
in panfrost_prepare_fs_state()
3223
if (ctx->
occlusion_query
&& ctx->active_queries) {
in panfrost_emit_draw()
3224
if (ctx->
occlusion_query
->type == PIPE_QUERY_OCCLUSION_COUNTER)
in panfrost_emit_draw()
3225
cfg.
occlusion_query
= MALI_OCCLUSION_MODE_COUNTER;
in panfrost_emit_draw()
3227
cfg.
occlusion_query
= MALI_OCCLUSION_MODE_PREDICATE;
in panfrost_emit_draw()
3229
struct panfrost_resource *rsrc = pan_resource(ctx->
occlusion_query
->rsrc);
in panfrost_emit_draw()
3261
bool has_oq = ctx->
occlusion_query
&& ctx->active_queries;
in panfrost_emit_draw()
/third_party/mesa3d/src/virtio/virtio-gpu/
H
A
D
virgl_hw.h
500
unsigned
occlusion_query
:1;
member
/third_party/mesa3d/src/gallium/drivers/virgl/
H
A
D
virgl_screen.c
96
return vscreen->caps.caps.v1.bset.
occlusion_query
;
in virgl_get_param()
Completed in 15 milliseconds