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:getAttachments
(Results
1 - 11
of
11
) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H
A
D
vktRenderPassTests.cpp
737
const vector<Attachment>&
getAttachments
(void) const { return m_attachments; }
in getAttachments()
function in vkt::__anon28599::RenderPass
851
const vector<Attachment>& attachments = renderPass.
getAttachments
();
in logRenderPassInfo()
1277
for (size_t attachmentNdx = 0; attachmentNdx < renderPassInfo.
getAttachments
().size(); attachmentNdx++)
in createRenderPass()
1278
attachments.push_back(createAttachmentDescription<AttachmentDesc>(renderPassInfo.
getAttachments
()[attachmentNdx]));
in createRenderPass()
1737
m_colorAttachmentInfo.push_back(renderPass.
getAttachments
()[getAttachmentNdx(m_colorAttachments, attachmentNdx)]);
in SubpassRenderInfo()
1742
m_depthStencilAttachmentInfo = tcu::just(renderPass.
getAttachments
()[renderPass.getSubpasses()[subpassIndex].getDepthStencilAttachment().getAttachment()]);
in SubpassRenderInfo()
2160
const Attachment& colorAttachmentInfo = renderPassInfo.
getAttachments
()[colorAttachmentIndex];
in beginDynamicRendering()
2171
const Attachment& resolveAttachmentInfo = renderPassInfo.
getAttachments
()[resolveAttachmentIndex];
in beginDynamicRendering()
2215
const Attachment& dsAttachmentInfo = renderPassInfo.
getAttachments
()[dsAttachmentIndex];
in beginDynamicRendering()
2298
const vector<Attachment>& attachmentInfos = renderPassInfo.
getAttachments
();
in SubpassRenderer()
[all...]
H
A
D
vktRenderPassTestsUtil.cpp
594
const std::vector<Attachment>& RenderPass::
getAttachments
(void) const
in getAttachments()
function in vkt::renderpass::RenderPass
780
for (size_t attachmentNdx = 0; attachmentNdx < renderPassInfo.
getAttachments
().size(); attachmentNdx++)
in createRenderPass()
781
attachments.push_back(createAttachmentDescription<AttachmentDesc>(renderPassInfo.
getAttachments
()[attachmentNdx]));
in createRenderPass()
H
A
D
vktRenderPassTestsUtil.hpp
399
const std::vector<Attachment>&
getAttachments
(void) const;
H
A
D
vktRenderPassSubpassDependencyTests.cpp
1146
for (size_t imageNdx = 0; imageNdx < renderPassInfo.
getAttachments
().size(); imageNdx++)
in createAndAllocateImages()
1328
const size_t attachmentCount (renderPassInfo.
getAttachments
().size());
in createFramebuffer()
1356
size_t attachmentCount = renderPassInfo.
getAttachments
().size();
in createDescriptorSetLayouts()
1460
const size_t attachmentCount (m_renderPassInfo.
getAttachments
().size());
in iterateInternal()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H
A
D
vktRenderPassTests.cpp
727
const vector<Attachment>&
getAttachments
(void) const { return m_attachments; }
in getAttachments()
function in vkt::__anon29778::RenderPass
841
const vector<Attachment>& attachments = renderPass.
getAttachments
();
in logRenderPassInfo()
1265
for (size_t attachmentNdx = 0; attachmentNdx < renderPassInfo.
getAttachments
().size(); attachmentNdx++)
in createRenderPass()
1266
attachments.push_back(createAttachmentDescription<AttachmentDesc>(renderPassInfo.
getAttachments
()[attachmentNdx]));
in createRenderPass()
1725
m_colorAttachmentInfo.push_back(renderPass.
getAttachments
()[getAttachmentNdx(m_colorAttachments, attachmentNdx)]);
in SubpassRenderInfo()
1730
m_depthStencilAttachmentInfo = tcu::just(renderPass.
getAttachments
()[renderPass.getSubpasses()[subpassIndex].getDepthStencilAttachment().getAttachment()]);
in SubpassRenderInfo()
2146
const Attachment& colorAttachmentInfo = renderPassInfo.
getAttachments
()[colorAttachmentIndex];
in beginDynamicRendering()
2157
const Attachment& resolveAttachmentInfo = renderPassInfo.
getAttachments
()[resolveAttachmentIndex];
in beginDynamicRendering()
2201
const Attachment& dsAttachmentInfo = renderPassInfo.
getAttachments
()[dsAttachmentIndex];
in beginDynamicRendering()
2284
const vector<Attachment>& attachmentInfos = renderPassInfo.
getAttachments
();
in SubpassRenderer()
[all...]
H
A
D
vktRenderPassTestsUtil.cpp
594
const std::vector<Attachment>& RenderPass::
getAttachments
(void) const
in getAttachments()
function in vkt::renderpass::RenderPass
780
for (size_t attachmentNdx = 0; attachmentNdx < renderPassInfo.
getAttachments
().size(); attachmentNdx++)
in createRenderPass()
781
attachments.push_back(createAttachmentDescription<AttachmentDesc>(renderPassInfo.
getAttachments
()[attachmentNdx]));
in createRenderPass()
H
A
D
vktRenderPassTestsUtil.hpp
399
const std::vector<Attachment>&
getAttachments
(void) const;
H
A
D
vktRenderPassSubpassDependencyTests.cpp
1146
for (size_t imageNdx = 0; imageNdx < renderPassInfo.
getAttachments
().size(); imageNdx++)
in createAndAllocateImages()
1328
const size_t attachmentCount (renderPassInfo.
getAttachments
().size());
in createFramebuffer()
1356
size_t attachmentCount = renderPassInfo.
getAttachments
().size();
in createDescriptorSetLayouts()
1460
const size_t attachmentCount (m_renderPassInfo.
getAttachments
().size());
in iterateInternal()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H
A
D
VkPipeline.hpp
104
Attachments &
getAttachments
() { return attachments; }
in getAttachments()
function in vk::GraphicsPipeline
105
const Attachments &
getAttachments
() const { return attachments; }
in getAttachments()
function in vk::GraphicsPipeline
H
A
D
VkCommandBuffer.cpp
481
vk::Attachments &attachments = pipeline->
getAttachments
();
in draw()
/third_party/skia/third_party/externals/swiftshader/src/Device/
H
A
D
Renderer.cpp
211
const vk::Attachments attachments = pipeline->
getAttachments
();
in draw()
360
const vk::Attachments attachments = pipeline->
getAttachments
();
in draw()
380
const vk::Attachments attachments = pipeline->
getAttachments
();
in draw()
Completed in 31 milliseconds