HomeSort by relevance Sort by last modified time
    Searched refs:colorAttachments (Results 1 - 9 of 9) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawBaseClass.cpp 89 std::vector<vk::VkImageView> colorAttachments(1);
90 colorAttachments[0] = *m_colorTargetView;
92 const FramebufferCreateInfo framebufferCreateInfo(*m_renderPass, colorAttachments, WIDTH, HEIGHT, 1);
vktDrawCreateInfoUtil.hpp 163 const vk::VkAttachmentReference* colorAttachments,
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateBaseClass.cpp 93 std::vector<vk::VkImageView> colorAttachments(1);
94 colorAttachments[0] = *m_colorTargetView;
96 const FramebufferCreateInfo framebufferCreateInfo(*m_renderPass, colorAttachments, WIDTH, HEIGHT, 1);
vktDynamicStateCreateInfoUtil.hpp 165 const vk::VkAttachmentReference* colorAttachments,
  /external/deqp/modules/gles3/functional/
es3fFboStateQueryTests.cpp 654 } colorAttachments[] =
663 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(colorAttachments); ++ndx)
664 testColorAttachment(colorAttachments[ndx].internalFormat, GL_COLOR_ATTACHMENT0, colorAttachments[ndx].bitsR, colorAttachments[ndx].bitsG, colorAttachments[ndx].bitsB, colorAttachments[ndx].bitsA);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktRenderPassTests.cpp 433 const vector<AttachmentReference>& colorAttachments,
440 , m_colorAttachments (colorAttachments)
695 const vector<AttachmentReference>& colorAttachments = subpass.getColorAttachments();
722 if (!colorAttachments.empty())
726 for (size_t colorNdx = 0; colorNdx < colorAttachments.size(); colorNdx++)
729 const AttachmentReference& colorAttachment = colorAttachments[colorNdx];
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolCreateInfoUtil.hpp 163 const vk::VkAttachmentReference* colorAttachments,
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiObjectManagementTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryPipelineBarrierTests.cpp     [all...]

Completed in 659 milliseconds