Home
last modified time | relevance | path

Searched refs:colorAttachments (Results 1 – 9 of 9) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawBaseClass.cpp89 std::vector<vk::VkImageView> colorAttachments(1); in initialize() local
90 colorAttachments[0] = *m_colorTargetView; in initialize()
92 …const FramebufferCreateInfo framebufferCreateInfo(*m_renderPass, colorAttachments, WIDTH, HEIGHT, … in initialize()
DvktDrawCreateInfoUtil.hpp163 const vk::VkAttachmentReference* colorAttachments,
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateBaseClass.cpp93 std::vector<vk::VkImageView> colorAttachments(1); in initialize() local
94 colorAttachments[0] = *m_colorTargetView; in initialize()
96 …const FramebufferCreateInfo framebufferCreateInfo(*m_renderPass, colorAttachments, WIDTH, HEIGHT, … in initialize()
DvktDynamicStateCreateInfoUtil.hpp165 const vk::VkAttachmentReference* colorAttachments,
/external/deqp/modules/gles3/functional/
Des3fFboStateQueryTests.cpp654 } colorAttachments[] = in test() local
663 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(colorAttachments); ++ndx) in test()
664colorAttachments[ndx].internalFormat, GL_COLOR_ATTACHMENT0, colorAttachments[ndx].bitsR, colorAtta… in test()
/external/deqp/external/vulkancts/modules/vulkan/
DvktRenderPassTests.cpp433 const vector<AttachmentReference>& colorAttachments, in Subpass() argument
440 , m_colorAttachments (colorAttachments) in Subpass()
695 const vector<AttachmentReference>& colorAttachments = subpass.getColorAttachments(); in logRenderPassInfo() local
722 if (!colorAttachments.empty()) in logRenderPassInfo()
726 for (size_t colorNdx = 0; colorNdx < colorAttachments.size(); colorNdx++) in logRenderPassInfo()
729 const AttachmentReference& colorAttachment = colorAttachments[colorNdx]; in logRenderPassInfo()
2323 const vector<AttachmentReference>& colorAttachments = subpass.getColorAttachments(); in renderReferenceImages() local
2326 for (size_t attachmentNdx = 0; attachmentNdx < colorAttachments.size(); attachmentNdx++) in renderReferenceImages()
2328 const deUint32 attachmentIndex = colorAttachments[attachmentNdx].getAttachment(); in renderReferenceImages()
3621 const vector<AttachmentReference>& colorAttachments = subpass.getColorAttachments(); in initializeSubpassClearValues() local
[all …]
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolCreateInfoUtil.hpp163 const vk::VkAttachmentReference* colorAttachments,
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp1449 const VkAttachmentReference colorAttachments[] = in create() local
1468 DE_LENGTH_OF_ARRAY(colorAttachments), in create()
1469 colorAttachments, in create()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp4345 const vk::VkAttachmentReference colorAttachments[] = in prepare() local
4357 DE_LENGTH_OF_ARRAY(colorAttachments), in prepare()
4358 colorAttachments, in prepare()