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:shm_fence
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/vl/
H
A
D
vl_winsys_dri3.c
60
struct xshmfence *
shm_fence
;
member
102
xshmfence_unmap_shm(buffer->
shm_fence
);
in dri3_free_front_buffer()
115
xshmfence_unmap_shm(buffer->
shm_fence
);
in dri3_free_back_buffer()
225
struct xshmfence *
shm_fence
;
in dri3_alloc_back_buffer()
local
238
shm_fence
= xshmfence_map_shm(fence_fd);
in dri3_alloc_back_buffer()
239
if (!
shm_fence
)
in dri3_alloc_back_buffer()
300
buffer->
shm_fence
=
shm_fence
;
in dri3_alloc_back_buffer()
302
xshmfence_trigger(buffer->
shm_fence
);
in dri3_alloc_back_buffer()
309
xshmfence_unmap_shm(
shm_fence
);
in dri3_alloc_back_buffer()
465
struct xshmfence *
shm_fence
;
dri3_get_front_buffer()
local
[all...]
/third_party/mesa3d/src/loader/
H
A
D
loader_dri3_helper.c
241
xshmfence_reset(buffer->
shm_fence
);
in dri3_fence_reset()
247
xshmfence_trigger(buffer->
shm_fence
);
in dri3_fence_set()
261
xshmfence_await(buffer->
shm_fence
);
in dri3_fence_await()
343
xshmfence_unmap_shm(buffer->
shm_fence
);
in dri3_free_render_buffer()
1408
struct xshmfence *
shm_fence
;
in dri3_alloc_render_buffer()
local
1424
shm_fence
= xshmfence_map_shm(fence_fd);
in dri3_alloc_render_buffer()
1425
if (
shm_fence
== NULL)
in dri3_alloc_render_buffer()
1662
buffer->
shm_fence
=
shm_fence
;
in dri3_alloc_render_buffer()
1684
xshmfence_unmap_shm(
shm_fence
);
in dri3_alloc_render_buffer()
1914
struct xshmfence *
shm_fence
;
dri3_get_pixmap_buffer()
local
[all...]
H
A
D
loader_dri3_helper.h
67
struct xshmfence *
shm_fence
; /* pointer to xshmfence object */
member
/third_party/mesa3d/src/vulkan/wsi/
H
A
D
wsi_common_x11.c
919
struct xshmfence *
shm_fence
;
member
1124
xshmfence_await(chain->images[i].
shm_fence
);
in x11_acquire_next_image_poll_x11()
1202
xshmfence_await(chain->images[image_index].
shm_fence
);
in x11_acquire_next_image_from_queue()
1255
xshmfence_reset(image->
shm_fence
);
in x11_present_to_x11_dri3()
1746
image->
shm_fence
= xshmfence_map_shm(fence_fd);
in x11_image_init()
1747
if (image->
shm_fence
== NULL)
in x11_image_init()
1758
xshmfence_trigger(image->
shm_fence
);
in x11_image_init()
1784
xshmfence_unmap_shm(image->
shm_fence
);
in x11_image_finish()
Completed in 7 milliseconds