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:getSemaphore
(Results
1 - 13
of
13
) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H
A
D
vktImageTestsUtil.hpp
82
virtual vk::VkSemaphore
getSemaphore
(void) const { return DE_NULL; }
in getSemaphore()
function in vkt::image::Image
109
virtual vk::VkSemaphore
getSemaphore
(void) const { return m_semaphore.get(); }
in getSemaphore()
function in vkt::image::SparseImage
H
A
D
vktImageAtomicOperationTests.cpp
1311
m_waitSemaphores.push_back(sparseImage->
getSemaphore
());
in createImageAndView()
H
A
D
vktImageHostImageCopyTests.cpp
761
semaphore = sparseSampledImage->
getSemaphore
();
in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H
A
D
vktImageTestsUtil.hpp
82
virtual vk::VkSemaphore
getSemaphore
(void) const { return DE_NULL; }
in getSemaphore()
function in vkt::image::Image
109
virtual vk::VkSemaphore
getSemaphore
(void) const { return m_semaphore.get(); }
in getSemaphore()
function in vkt::image::SparseImage
H
A
D
vktImageAtomicOperationTests.cpp
1315
m_waitSemaphores.push_back(sparseImage->
getSemaphore
());
in createImageAndView()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H
A
D
ResourceManager.h
343
Semaphore *
getSemaphore
(SemaphoreID handle) const;
H
A
D
ResourceManager.cpp
519
Semaphore *SemaphoreManager::
getSemaphore
(SemaphoreID handle) const
in getSemaphore()
function in gl::SemaphoreManager
H
A
D
Context.h
407
Semaphore *
getSemaphore
(SemaphoreID handle) const;
H
A
D
Context.cpp
6851
Semaphore *Context::
getSemaphore
(SemaphoreID handle) const
in getSemaphore()
function in gl::__anon19924::Context
6853
return mState.mSemaphoreManager->
getSemaphore
(handle);
in getSemaphore()
8637
return ConvertToGLBoolean(
getSemaphore
(semaphore));
in isSemaphore()
8684
Semaphore *semaphore =
getSemaphore
(semaphoreHandle);
in waitSemaphore()
8710
Semaphore *semaphore =
getSemaphore
(semaphoreHandle);
in signalSemaphore()
8731
Semaphore *semaphoreObject =
getSemaphore
(semaphore);
in importSemaphoreFd()
8740
Semaphore *semaphoreObject =
getSemaphore
(semaphore);
in importSemaphoreZirconHandle()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H
A
D
CommandProcessor.h
131
const Semaphore *
getSemaphore
() { return mSemaphore; }
in getSemaphore()
function in rx::vk::CommandProcessorTask
H
A
D
CommandProcessor.cpp
467
task->getWaitSemaphoreStageMasks(), task->
getSemaphore
(),
in processTask()
H
A
D
vk_helpers.h
614
const Semaphore *
getSemaphore
() const { return mSemaphore; }
H
A
D
vk_helpers.cpp
3278
ASSERT(!semaphoreOut->
getSemaphore
());
in allocateSemaphore()
3291
if (semaphore->
getSemaphore
())
in freeSemaphore()
Completed in 63 milliseconds