Searched defs:stencilStoreOp (Results 1 - 3 of 3) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/ |
H A D | vktRenderPassTests.cpp | 525 VkAttachmentStoreOp stencilStoreOp, 536 , m_stencilStoreOp (stencilStoreOp) 953 attachment.getStencilStoreOp(), // stencilStoreOp 4088 const VkAttachmentStoreOp stencilStoreOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps), DE_ARRAY_END(storeOps)); local 4090 attachments.push_back(Attachment(format, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStoreOp, initialLayout, finalizeLayout)); 4105 const VkAttachmentStoreOp stencilStoreOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps), DE_ARRAY_END(storeOps)); local 4108 attachments.push_back(Attachment(format, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStoreOp, initialLayout, finalizeLayout)); 4259 const VkAttachmentStoreOp stencilStoreOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps), DE_ARRAY_END(storeOps)); local 4261 attachments.push_back(Attachment(format, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStoreOp, initialLayout, finalizeLayout)); 518 Attachment(VkFormat format, VkSampleCountFlagBits samples, VkAttachmentLoadOp loadOp, VkAttachmentStoreOp storeOp, VkAttachmentLoadOp stencilLoadOp, VkAttachmentStoreOp stencilStoreOp, VkImageLayout initialLayout, VkImageLayout finalLayout) argument
|
/external/skia/third_party/vulkan/ |
H A D | vulkan.h | 1982 VkAttachmentStoreOp stencilStoreOp; member in struct:VkAttachmentDescription
|
/external/vulkan-validation-layers/include/vulkan/ |
H A D | vulkan.h | 1991 VkAttachmentStoreOp stencilStoreOp; member in struct:VkAttachmentDescription
|
Completed in 258 milliseconds