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:create_fence
(Results
1 - 11
of
11
) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H
A
D
tr_context.h
57
tc_create_fence_func
create_fence
;
member
H
A
D
tr_screen.c
312
trace_dump_call_begin("pipe_context", "
create_fence
");
in trace_context_create_fence()
317
struct pipe_fence_handle *ret = tr_ctx->
create_fence
(pipe, token);
in trace_context_create_fence()
370
tr_ctx->
create_fence
= options->
create_fence
;
in trace_context_create_threaded()
374
if (options->
create_fence
)
in trace_context_create_threaded()
375
options->
create_fence
= trace_context_create_fence;
in trace_context_create_threaded()
/third_party/mesa3d/src/gallium/auxiliary/util/
H
A
D
u_threaded_context.h
118
*
create_fence
callback is provided. This affects fence semantics as follows.
121
* use the
create_fence
callback to pre-create the fence from the calling
229
/* fence is pre-populated with a fence created by the
create_fence
callback */
451
tc_create_fence_func
create_fence
;
member
H
A
D
u_threaded_context.c
3055
if (async && tc->options.
create_fence
) {
in tc_flush()
3069
tc->options.
create_fence
(pipe, next->token));
in tc_flush()
/third_party/mesa3d/src/gallium/frontends/dri/
H
A
D
dri_helpers.c
230
.
create_fence
= dri2_create_fence,
/third_party/mesa3d/src/gallium/drivers/freedreno/
H
A
D
freedreno_context.c
77
* us in the
create_fence
callback that it needs an fd.
701
.
create_fence
= fd_fence_create_unflushed,
in fd_context_init_tc()
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
H
A
D
noop_pipe.c
461
.
create_fence
= noop_create_fence,
in noop_create_context()
/third_party/mesa3d/include/GL/internal/
H
A
D
dri_interface.h
337
void *(*
create_fence
)(__DRIcontext *ctx);
member
386
* is -1, this behaves similarly to
create_fence
() except that when
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_pipe.c
890
.
create_fence
= sscreen->info.is_amdgpu ?
in si_pipe_create_context()
/third_party/mesa3d/src/egl/drivers/dri2/
H
A
D
egl_dri2.c
3407
dri2_sync->fence = dri2_dpy->fence->
create_fence
(dri2_ctx->dri_context);
in dri2_create_sync()
/third_party/mesa3d/src/gallium/drivers/zink/
H
A
D
zink_context.c
4653
.
create_fence
= zink_create_tc_fence_for_tc,
in zink_context_create()
Completed in 30 milliseconds