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:getStencilLoadOp
(Results
1 - 6
of
6
) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H
A
D
vktRenderPassTestsUtil.cpp
562
VkAttachmentLoadOp Attachment::
getStencilLoadOp
(void) const
in getStencilLoadOp()
function in vkt::renderpass::Attachment
626
attachment.
getStencilLoadOp
(), // VkAttachmentLoadOp stencilLoadOp; || VkAttachmentLoadOp stencilLoadOp;
in createAttachmentDescription()
H
A
D
vktRenderPassTestsUtil.hpp
371
VkAttachmentLoadOp
getStencilLoadOp
(void) const;
H
A
D
vktRenderPassTests.cpp
703
VkAttachmentLoadOp
getStencilLoadOp
(void) const { return m_stencilLoadOp; }
in getStencilLoadOp()
function in vkt::__anon28599::Attachment
864
log << TestLog::Message << "StencilLoadOp: " << attachment.
getStencilLoadOp
() << TestLog::EndMessage;
in logRenderPassInfo()
1151
attachment.
getStencilLoadOp
(), // VkAttachmentLoadOp stencilLoadOp; || VkAttachmentLoadOp stencilLoadOp;
in createAttachmentDescription()
2235
stencilAttachment.loadOp = dsAttachmentInfo.
getStencilLoadOp
();
in beginDynamicRendering()
3636
if (attachment.
getStencilLoadOp
() == VK_ATTACHMENT_LOAD_OP_CLEAR)
3638
else if (attachment.
getStencilLoadOp
() == VK_ATTACHMENT_LOAD_OP_DONT_CARE)
4722
&& attachments[attachmentNdx].
getStencilLoadOp
() != VK_ATTACHMENT_LOAD_OP_LOAD
4909
|| attachments[attachmentNdx].
getStencilLoadOp
() == VK_ATTACHMENT_LOAD_OP_CLEAR)
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H
A
D
vktRenderPassTestsUtil.cpp
562
VkAttachmentLoadOp Attachment::
getStencilLoadOp
(void) const
in getStencilLoadOp()
function in vkt::renderpass::Attachment
626
attachment.
getStencilLoadOp
(), // VkAttachmentLoadOp stencilLoadOp; || VkAttachmentLoadOp stencilLoadOp;
in createAttachmentDescription()
H
A
D
vktRenderPassTestsUtil.hpp
371
VkAttachmentLoadOp
getStencilLoadOp
(void) const;
H
A
D
vktRenderPassTests.cpp
693
VkAttachmentLoadOp
getStencilLoadOp
(void) const { return m_stencilLoadOp; }
in getStencilLoadOp()
function in vkt::__anon29778::Attachment
854
log << TestLog::Message << "StencilLoadOp: " << attachment.
getStencilLoadOp
() << TestLog::EndMessage;
in logRenderPassInfo()
1139
attachment.
getStencilLoadOp
(), // VkAttachmentLoadOp stencilLoadOp; || VkAttachmentLoadOp stencilLoadOp;
in createAttachmentDescription()
2221
stencilAttachment.loadOp = dsAttachmentInfo.
getStencilLoadOp
();
in beginDynamicRendering()
3622
if (attachment.
getStencilLoadOp
() == VK_ATTACHMENT_LOAD_OP_CLEAR)
3624
else if (attachment.
getStencilLoadOp
() == VK_ATTACHMENT_LOAD_OP_DONT_CARE)
4708
&& attachments[attachmentNdx].
getStencilLoadOp
() != VK_ATTACHMENT_LOAD_OP_LOAD
4895
|| attachments[attachmentNdx].
getStencilLoadOp
() == VK_ATTACHMENT_LOAD_OP_CLEAR)
Completed in 25 milliseconds