OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:colorAttachmentReferences
(Results
1 - 4
of
4
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassTestsUtil.cpp
657
std::vector<AttachmentRef>&
colorAttachmentReferences
= attachmentReferenceLists[1];
662
colorAttachmentReferences
.push_back(createAttachmentReference<AttachmentRef>(subpass.getColorAttachments()[attachmentNdx]));
675
DE_ASSERT(resolveAttachmentReferences.empty() ||
colorAttachmentReferences
.size() == resolveAttachmentReferences.size());
687
(deUint32)
colorAttachmentReferences
.size(), // deUint32 colorAttachmentCount; || deUint32 colorAttachmentCount;
688
colorAttachmentReferences
.empty() ? DE_NULL : &
colorAttachmentReferences
[0], // const VkAttachmentReference* pColorAttachments; || const VkAttachmentReference2KHR* pColorAttachments;
vktRenderPassSubpassDependencyTests.cpp
[
all
...]
vktRenderPassTests.cpp
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderExecutor.cpp
[
all
...]
Completed in 4471 milliseconds