HomeSort by relevance Sort by last modified time
    Searched refs:m_depthStencilAttachment (Results 1 - 7 of 7) 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/dynamic_state/
vktDynamicStateCreateInfoUtil.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...]
vktDynamicStateCreateInfoUtil.hpp 181 vk::VkAttachmentReference m_depthStencilAttachment;
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolCreateInfoUtil.cpp 475 m_depthStencilAttachment = depthStencilAttachment;
484 pDepthStencilAttachment = &m_depthStencilAttachment;
519 m_depthStencilAttachment = *rhs.pDepthStencilAttachment;
530 pDepthStencilAttachment = &m_depthStencilAttachment;
548 m_depthStencilAttachment = rhs.m_depthStencilAttachment;
559 pDepthStencilAttachment = &m_depthStencilAttachment;
    [all...]
vktQueryPoolCreateInfoUtil.hpp 179 vk::VkAttachmentReference m_depthStencilAttachment;
  /external/deqp/external/vulkancts/modules/vulkan/
vktRenderPassTests.cpp 442 , m_depthStencilAttachment (depthStencilAttachment)
452 const AttachmentReference& getDepthStencilAttachment (void) const { return m_depthStencilAttachment; }
462 AttachmentReference m_depthStencilAttachment;
    [all...]

Completed in 1061 milliseconds