OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:colorAttachmentReferences
(Results
1 - 7
of
7
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassTests.cpp
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineFramebufferAttachmentTests.cpp
124
vector<VkAttachmentReference>
colorAttachmentReferences
(numLayers);
152
colorAttachmentReferences
[i] = attachmentRef;
161
&
colorAttachmentReferences
[i], // const VkAttachmentReference* pColorAttachments;
[
all
...]
vktPipelineImageSamplingInstance.cpp
445
std::vector<VkAttachmentReference>
colorAttachmentReferences
(m_imageCount);
459
colorAttachmentReferences
[imgNdx].attachment = (deUint32)imgNdx; // deUint32 attachment;
460
colorAttachmentReferences
[imgNdx].layout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; // VkImageLayout layout;
470
&
colorAttachmentReferences
[0], // const VkAttachmentReference* pColorAttachments;
[
all
...]
vktPipelineMultisampleImageTests.cpp
340
std::vector<VkAttachmentReference>
colorAttachmentReferences
(numLayers);
350
colorAttachmentReferences
[i] = attachmentRef;
359
&
colorAttachmentReferences
[i], // const VkAttachmentReference* pColorAttachments;
[
all
...]
vktPipelineRenderToImageTests.cpp
477
vector<VkAttachmentReference>
colorAttachmentReferences
(numLayers);
495
colorAttachmentReferences
[i] = attachmentRef;
506
&
colorAttachmentReferences
[i], // const VkAttachmentReference* pColorAttachments;
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/image/
vktImageMutableTests.cpp
768
vector<VkAttachmentReference>
colorAttachmentReferences
(numLayers);
780
colorAttachmentReferences
[i] = attachmentRef;
789
&
colorAttachmentReferences
[i], // const VkAttachmentReference* pColorAttachments;
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderExecutor.cpp
755
std::vector<VkAttachmentReference>
colorAttachmentReferences
;
[
all
...]
Completed in 981 milliseconds