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:getCommandPool
(Results
1 - 10
of
10
) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H
A
D
CommandProcessor.cpp
469
task->
getCommandPool
(), task->getQueueSerial()));
in processTask()
770
return mRenderer->getCommandBufferHelper(context, false, (*outsideRPCommands)->
getCommandPool
(),
in flushOutsideRPCommands()
785
return mRenderer->getCommandBufferHelper(context, true, (*renderPassCommands)->
getCommandPool
(),
in flushRenderPassCommands()
885
PersistentCommandPool &commandPool =
getCommandPool
(batch.hasProtectedContent);
in retireFinishedCommands()
1153
PersistentCommandPool &commandPool =
getCommandPool
(hasProtectedContent);
in ensurePrimaryCommandBufferValid()
H
A
D
CommandProcessor.h
143
CommandPool *
getCommandPool
() const { return mCommandPool; }
in getCommandPool()
function in rx::vk::CommandProcessorTask
431
PersistentCommandPool &
getCommandPool
(bool hasProtectedContent)
in getCommandPool()
function in rx::vk::final
H
A
D
ContextVk.h
449
const vk::CommandPool &
getCommandPool
() const;
H
A
D
vk_helpers.h
1062
CommandPool *
getCommandPool
() { return mCommandPool; }
in getCommandPool()
function in rx::vk::CommandBufferHelper
H
A
D
ContextVk.cpp
5656
const vk::CommandPool &ContextVk::
getCommandPool
() const
H
A
D
vk_helpers.cpp
2149
CommandPool *pool = (*commandBuffer)->
getCommandPool
();
in recycleImpl()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H
A
D
vktMemoryPipelineBarrierTests.cpp
988
vk::VkCommandPool
getCommandPool
(void) const { return *m_commandPool; }
1841
const vk::VkCommandPool commandPool = context.getContext().
getCommandPool
();
2322
const vk::VkCommandPool commandPool = context.getContext().
getCommandPool
();
2492
const vk::VkCommandPool commandPool = context.getContext().
getCommandPool
();
2602
const vk::VkCommandPool commandPool = context.getContext().
getCommandPool
();
2737
const vk::VkCommandPool commandPool = context.getContext().
getCommandPool
();
2987
const vk::VkCommandPool commandPool = context.getContext().
getCommandPool
();
3172
const vk::VkCommandPool commandPool = context.getContext().
getCommandPool
();
3395
const vk::VkCommandPool commandPool = context.getContext().
getCommandPool
();
3510
const vk::VkCommandPool commandPool = context.getContext().
getCommandPool
();
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H
A
D
vktMemoryPipelineBarrierTests.cpp
988
vk::VkCommandPool
getCommandPool
(void) const { return *m_commandPool; }
1841
const vk::VkCommandPool commandPool = context.getContext().
getCommandPool
();
2322
const vk::VkCommandPool commandPool = context.getContext().
getCommandPool
();
2492
const vk::VkCommandPool commandPool = context.getContext().
getCommandPool
();
2602
const vk::VkCommandPool commandPool = context.getContext().
getCommandPool
();
2737
const vk::VkCommandPool commandPool = context.getContext().
getCommandPool
();
2987
const vk::VkCommandPool commandPool = context.getContext().
getCommandPool
();
3172
const vk::VkCommandPool commandPool = context.getContext().
getCommandPool
();
3395
const vk::VkCommandPool commandPool = context.getContext().
getCommandPool
();
3510
const vk::VkCommandPool commandPool = context.getContext().
getCommandPool
();
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H
A
D
vktApiCommandBuffersTests.cpp
73
VkCommandPool
getCommandPool
(void) const { return *m_commandPool; }
in getCommandPool()
function in vkt::api::__anon27763::CommandBufferBareTestEnvironment
1793
context.resetCommandPoolForVKSC(context.getDevice(), env.
getCommandPool
());
in renderPassContinueTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H
A
D
vktApiCommandBuffersTests.cpp
73
VkCommandPool
getCommandPool
(void) const { return *m_commandPool; }
in getCommandPool()
function in vkt::api::__anon29011::CommandBufferBareTestEnvironment
1793
context.resetCommandPoolForVKSC(context.getDevice(), env.
getCommandPool
());
in renderPassContinueTest()
Completed in 54 milliseconds