Searched refs:stencilStoreOp (Results 1 - 17 of 17) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
H A DvkTypeUtil.inl262 inline VkAttachmentDescription makeAttachmentDescription (VkAttachmentDescriptionFlags flags, VkFormat format, VkSampleCountFlagBits samples, VkAttachmentLoadOp loadOp, VkAttachmentStoreOp storeOp, VkAttachmentLoadOp stencilLoadOp, VkAttachmentStoreOp stencilStoreOp, VkImageLayout initialLayout, VkImageLayout finalLayout)
271 res.stencilStoreOp = stencilStoreOp;
H A DvkStructTypes.inl946 VkAttachmentStoreOp stencilStoreOp;
H A DvkStrUtilImpl.inl2646 s << "\tstencilStoreOp = " << value.stencilStoreOp << '\n';
/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawCreateInfoUtil.cpp423 stencilStoreOp = _stencilStoreOp;
436 stencilStoreOp = rhs.stencilStoreOp;
H A DvktDrawCreateInfoUtil.hpp141 vk::VkAttachmentStoreOp stencilStoreOp,
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateCreateInfoUtil.cpp423 stencilStoreOp = _stencilStoreOp;
436 stencilStoreOp = rhs.stencilStoreOp;
H A DvktDynamicStateCreateInfoUtil.hpp143 vk::VkAttachmentStoreOp stencilStoreOp,
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolCreateInfoUtil.cpp426 stencilStoreOp = _stencilStoreOp;
439 stencilStoreOp = rhs.stencilStoreOp;
H A DvktQueryPoolCreateInfoUtil.hpp141 vk::VkAttachmentStoreOp stencilStoreOp,
/external/deqp/external/vulkancts/modules/vulkan/
H A DvktRenderPassTests.cpp525 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
H A DvktSynchronization.cpp318 colorAttachmentDesc.stencilStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE;
/external/vulkan-validation-layers/tests/
H A Dvkrenderframework.cpp277 att.stencilStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE;
343 att.stencilStoreOp = VK_ATTACHMENT_STORE_OP_STORE;
/external/vulkan-validation-layers/demos/
H A Dcube.c1396 .stencilStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE,
1407 .stencilStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE,
H A Dtri.c1141 .stencilStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE,
1152 .stencilStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE,
/external/vulkan-validation-layers/layers/
H A Dparameter_validation.cpp3812 if (pCreateInfo->pAttachments->stencilStoreOp < VK_ATTACHMENT_STORE_OP_BEGIN_RANGE ||
3813 pCreateInfo->pAttachments->stencilStoreOp > VK_ATTACHMENT_STORE_OP_END_RANGE) {
3815 "vkCreateRenderPass parameter, VkAttachmentStoreOp pCreateInfo->pAttachments->stencilStoreOp, is an "
/external/skia/third_party/vulkan/
H A Dvulkan.h1982 VkAttachmentStoreOp stencilStoreOp; member in struct:VkAttachmentDescription
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.h1991 VkAttachmentStoreOp stencilStoreOp; member in struct:VkAttachmentDescription

Completed in 258 milliseconds