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:getInitialLayout
(Results
1 - 6
of
6
) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H
A
D
vktRenderPassTestsUtil.cpp
572
VkImageLayout Attachment::
getInitialLayout
(void) const
in getInitialLayout()
function in vkt::renderpass::Attachment
628
attachment.
getInitialLayout
(), // VkImageLayout initialLayout; || VkImageLayout initialLayout;
in createAttachmentDescription()
H
A
D
vktRenderPassTestsUtil.hpp
374
VkImageLayout
getInitialLayout
(void) const;
H
A
D
vktRenderPassTests.cpp
706
VkImageLayout
getInitialLayout
(void) const { return m_initialLayout; }
in getInitialLayout()
function in vkt::__anon28599::Attachment
867
log << TestLog::Message << "InitialLayout: " << attachment.
getInitialLayout
() << TestLog::EndMessage;
in logRenderPassInfo()
1153
attachment.
getInitialLayout
(), // VkImageLayout initialLayout; || VkImageLayout initialLayout;
in createAttachmentDescription()
2175
resolveImageLayout = resolveAttachmentInfo.
getInitialLayout
();
in beginDynamicRendering()
2862
getAllMemoryReadFlags() | getMemoryFlagsForLayout(attachmentInfo[attachmentNdx].
getInitialLayout
()), // dstAccessMask
in pushImageInitializationCommands()
2865
attachmentInfo[attachmentNdx].
getInitialLayout
(), // newLayout;
in pushImageInitializationCommands()
2976
const VkImageLayout initialLayout = colorAttachmentInfo.
getInitialLayout
();
in pushDynamicRenderingCommands()
3038
const VkImageLayout initialLayout = dsAttachmentInfo.
getInitialLayout
();
in pushDynamicRenderingCommands()
4852
attachmentImageUsage[attachmentNdx] |= getImageUsageFromLayout(attachment.
getInitialLayout
());
5155
if (renderPassInfo.getAttachments()[attachmentNdx].
getInitialLayout
()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H
A
D
vktRenderPassTestsUtil.cpp
572
VkImageLayout Attachment::
getInitialLayout
(void) const
in getInitialLayout()
function in vkt::renderpass::Attachment
628
attachment.
getInitialLayout
(), // VkImageLayout initialLayout; || VkImageLayout initialLayout;
in createAttachmentDescription()
H
A
D
vktRenderPassTestsUtil.hpp
374
VkImageLayout
getInitialLayout
(void) const;
H
A
D
vktRenderPassTests.cpp
696
VkImageLayout
getInitialLayout
(void) const { return m_initialLayout; }
in getInitialLayout()
function in vkt::__anon29778::Attachment
857
log << TestLog::Message << "InitialLayout: " << attachment.
getInitialLayout
() << TestLog::EndMessage;
in logRenderPassInfo()
1141
attachment.
getInitialLayout
(), // VkImageLayout initialLayout; || VkImageLayout initialLayout;
in createAttachmentDescription()
2161
resolveImageLayout = resolveAttachmentInfo.
getInitialLayout
();
in beginDynamicRendering()
2848
getAllMemoryReadFlags() | getMemoryFlagsForLayout(attachmentInfo[attachmentNdx].
getInitialLayout
()), // dstAccessMask
in pushImageInitializationCommands()
2851
attachmentInfo[attachmentNdx].
getInitialLayout
(), // newLayout;
in pushImageInitializationCommands()
2962
const VkImageLayout initialLayout = colorAttachmentInfo.
getInitialLayout
();
in pushDynamicRenderingCommands()
3024
const VkImageLayout initialLayout = dsAttachmentInfo.
getInitialLayout
();
in pushDynamicRenderingCommands()
4838
attachmentImageUsage[attachmentNdx] |= getImageUsageFromLayout(attachment.
getInitialLayout
());
5130
if (renderPassInfo.getAttachments()[attachmentNdx].
getInitialLayout
()
[all...]
Completed in 19 milliseconds