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

  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawCreateInfoUtil.cpp 472 m_depthStencilAttachment = depthStencilAttachment;
481 pDepthStencilAttachment = &m_depthStencilAttachment;
516 m_depthStencilAttachment = *rhs.pDepthStencilAttachment;
527 pDepthStencilAttachment = &m_depthStencilAttachment;
545 m_depthStencilAttachment = rhs.m_depthStencilAttachment;
556 pDepthStencilAttachment = &m_depthStencilAttachment;
    [all...]
vktDrawCreateInfoUtil.hpp 179 vk::VkAttachmentReference m_depthStencilAttachment;
  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassTests.cpp 535 , m_depthStencilAttachment (depthStencilAttachment)
545 const AttachmentReference& getDepthStencilAttachment (void) const { return m_depthStencilAttachment; }
555 AttachmentReference m_depthStencilAttachment;
    [all...]

Completed in 70 milliseconds