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:has_syncobj
(Results
1 - 13
of
13
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/vc4/
H
A
D
vc4_screen.h
102
bool
has_syncobj
;
member
H
A
D
vc4_screen.c
153
return screen->
has_syncobj
;
in vc4_screen_get_param()
582
screen->
has_syncobj
= true;
in vc4_screen_create()
H
A
D
vc4_fence.c
147
if (vc4->screen->
has_syncobj
) {
in vc4_fence_context_init()
H
A
D
vc4_context.c
143
if (vc4->screen->
has_syncobj
) {
in vc4_context_destroy()
H
A
D
vc4_job.c
476
if (vc4->screen->
has_syncobj
) {
in vc4_job_submit()
548
if (vc4->screen->
has_syncobj
) {
in vc4_job_init()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H
A
D
freedreno_screen.h
94
bool
has_syncobj
;
member
H
A
D
freedreno_fence.c
200
assert(ctx->screen->
has_syncobj
);
in fd_create_fence_fd()
H
A
D
freedreno_screen.c
540
return screen->
has_syncobj
;
in fd_screen_get_param()
1040
screen->
has_syncobj
= fd_has_syncobj(screen->dev);
in fd_screen_create()
/third_party/mesa3d/src/amd/common/
H
A
D
ac_gpu_info.h
184
bool
has_syncobj
;
member
H
A
D
ac_gpu_info.c
372
static bool
has_syncobj
(int fd)
in has_syncobj()
function
932
info->
has_syncobj
=
has_syncobj
(fd);
in ac_query_gpu_info()
934
info->has_fence_to_handle = info->
has_syncobj
&& info->drm_minor >= 21;
in ac_query_gpu_info()
1535
fprintf(f, "
has_syncobj
= %u\n", info->
has_syncobj
);
in ac_print_gpu_info()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_fence.c
403
if (!sscreen->info.
has_syncobj
)
in si_create_fence_fd()
H
A
D
si_get.c
287
return sscreen->info.
has_syncobj
;
in si_get_param()
/third_party/mesa3d/src/gallium/drivers/r600/
H
A
D
r600_pipe_common.c
1311
printf("
has_syncobj
= %u\n", rscreen->info.
has_syncobj
);
in r600_common_screen_init()
Completed in 13 milliseconds