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:semaphores
(Results
1 - 4
of
4
) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H
A
D
swapchain_vk.h
39
BASE_NS::vector<VkSemaphore>
semaphores
;
member
H
A
D
swapchain_vk.cpp
339
plat_.swapchainImages.
semaphores
.resize(realImageCount);
in SwapchainVk()
384
&plat_.swapchainImages.
semaphores
[idx])); // pSemaphore
in SwapchainVk()
411
for (const auto semaphore : plat_.swapchainImages.
semaphores
) {
in ~SwapchainVk()
457
currSemaphoreIdx_ = (currSemaphoreIdx_ + 1) % plat_.swapchainImages.
semaphores
.size();
in GetNextAcquireSwapchainSemaphoreIndex()
H
A
D
render_backend_vk.cpp
188
PLUGIN_ASSERT(semaphoreIdx < platSwapchain.swapchainImages.
semaphores
.size());
in AcquirePresentationInfo()
189
pi.swapchainSemaphore = platSwapchain.swapchainImages.
semaphores
[semaphoreIdx];
in AcquirePresentationInfo()
493
// go through all swapchain
semaphores
506
VkSemaphore
semaphores
[maxSignalSemaphoreCount] = { VK_NULL_HANDLE, VK_NULL_HANDLE, VK_NULL_HANDLE,
515
// signal external
semaphores
526
semaphores
[signalSemaphoreCount++] = gs->GetPlatformData().semaphore;
537
semaphores
[signalSemaphoreCount++] = commandBufferSubmitter_.presentationWaitSemaphore;
539
// add additional
semaphores
543
semaphores
[signalSemaphoreCount++] =
548
semaphores
[signalSemaphoreCoun
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H
A
D
skia_surface.cpp
496
std::vector<GrBackendSemaphore>
semaphores
;
in Wait()
local
497
semaphores
.reserve(count);
in Wait()
501
semaphores
.emplace_back(backendSemaphore);
in Wait()
503
skSurface_->wait(count,
semaphores
.data());
in Wait()
Completed in 4 milliseconds