Home
last modified time | relevance | path

Searched refs:stencilStoreOp_ (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderPassUtil.cpp42 VkAttachmentStoreOp stencilStoreOp_, in AttachmentDescription1() argument
56 stencilStoreOp = stencilStoreOp_; in AttachmentDescription1()
68 VkAttachmentStoreOp stencilStoreOp_, in AttachmentDescription2() argument
80 stencilStoreOp = stencilStoreOp_; in AttachmentDescription2()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.cpp45 VkAttachmentStoreOp stencilStoreOp_, in AttachmentDescription1() argument
59 stencilStoreOp = stencilStoreOp_; in AttachmentDescription1()
71 VkAttachmentStoreOp stencilStoreOp_, in AttachmentDescription2() argument
83 stencilStoreOp = stencilStoreOp_; in AttachmentDescription2()
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp17214 AttachmentStoreOp stencilStoreOp_ = AttachmentStoreOp::eStore, in AttachmentDescription()
17223 , stencilStoreOp( stencilStoreOp_ ) in AttachmentDescription()
17275 AttachmentDescription & setStencilStoreOp( AttachmentStoreOp stencilStoreOp_ ) in setStencilStoreOp()
17277 stencilStoreOp = stencilStoreOp_; in setStencilStoreOp()
17341 AttachmentStoreOp stencilStoreOp_ = AttachmentStoreOp::eStore, in AttachmentDescription2KHR()
17350 , stencilStoreOp( stencilStoreOp_ ) in AttachmentDescription2KHR()
17408 AttachmentDescription2KHR & setStencilStoreOp( AttachmentStoreOp stencilStoreOp_ ) in setStencilStoreOp()
17410 stencilStoreOp = stencilStoreOp_; in setStencilStoreOp()