Searched refs:colorAttachments (Results 1 – 9 of 9) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawBaseClass.cpp | 89 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()
|
D | vktDrawCreateInfoUtil.hpp | 163 const vk::VkAttachmentReference* colorAttachments,
|
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateBaseClass.cpp | 93 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()
|
D | vktDynamicStateCreateInfoUtil.hpp | 165 const vk::VkAttachmentReference* colorAttachments,
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboStateQueryTests.cpp | 654 } colorAttachments[] = in test() local 663 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(colorAttachments); ++ndx) in test() 664 …colorAttachments[ndx].internalFormat, GL_COLOR_ATTACHMENT0, colorAttachments[ndx].bitsR, colorAtta… in test()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktRenderPassTests.cpp | 433 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/ |
D | vktQueryPoolCreateInfoUtil.hpp | 163 const vk::VkAttachmentReference* colorAttachments,
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiObjectManagementTests.cpp | 1449 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/ |
D | vktMemoryPipelineBarrierTests.cpp | 4345 const vk::VkAttachmentReference colorAttachments[] = in prepare() local 4357 DE_LENGTH_OF_ARRAY(colorAttachments), in prepare() 4358 colorAttachments, in prepare()
|