HomeSort by relevance Sort by last modified time
    Searched defs:m_colorAttachments (Results 1 - 3 of 3) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawCreateInfoUtil.hpp 175 std::vector<vk::VkAttachmentReference> m_colorAttachments;
  /external/vulkan-validation-layers/tests/
vkrenderframework.h 426 vector<VkPipelineColorBlendAttachmentState> m_colorAttachments;
  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassTests.cpp 533 , m_colorAttachments (colorAttachments)
543 const vector<AttachmentReference>& getColorAttachments (void) const { return m_colorAttachments; }
553 vector<AttachmentReference> m_colorAttachments;
    [all...]

Completed in 98 milliseconds