Home
last modified time | relevance | path

Searched refs:stencilStoreOp (Results 1 – 20 of 20) sorted by relevance

/external/skia/src/gpu/vk/
DGrVkRenderPass.cpp29 attachment->stencilStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE; in setup_vk_attachment_description()
35 attachment->stencilStoreOp = desc.fLoadStoreOps.fStoreOp; in setup_vk_attachment_description()
/external/deqp/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl262 …oreOp storeOp, VkAttachmentLoadOp stencilLoadOp, VkAttachmentStoreOp stencilStoreOp, VkImageLayout… argument
271 res.stencilStoreOp = stencilStoreOp;
DvkStructTypes.inl946 VkAttachmentStoreOp stencilStoreOp; member
DvkStrUtilImpl.inl3020 s << "\tstencilStoreOp = " << value.stencilStoreOp << '\n';
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.cpp423 stencilStoreOp = _stencilStoreOp; in AttachmentDescription()
436 stencilStoreOp = rhs.stencilStoreOp; in AttachmentDescription()
DvktDrawCreateInfoUtil.hpp141 vk::VkAttachmentStoreOp stencilStoreOp,
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp618 VkAttachmentStoreOp stencilStoreOp, in Attachment() argument
629 , m_stencilStoreOp (stencilStoreOp) in Attachment()
4749 …const VkAttachmentStoreOp stencilStoreOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps… in addAttachmentTests() local
4751 …back(Attachment(format, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStoreOp, initialLayout… in addAttachmentTests()
4766 …const VkAttachmentStoreOp stencilStoreOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps… in addAttachmentTests() local
4769 …back(Attachment(format, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStoreOp, initialLayout… in addAttachmentTests()
4960 …const VkAttachmentStoreOp stencilStoreOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(store… in addAttachmentAllocationTests() local
4972 …back(Attachment(format, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStoreOp, initialLayout… in addAttachmentAllocationTests()
4983 …back(Attachment(format, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStoreOp, initialLayout… in addAttachmentAllocationTests()
5200 …const VkAttachmentStoreOp stencilStoreOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps… in addAttachmentAllocationTests() local
[all …]
/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp271 att.stencilStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE; in InitRenderTarget()
329 att.stencilStoreOp = VK_ATTACHMENT_STORE_OP_STORE; in InitRenderTarget()
Dlayer_validation_tests.cpp10147 attach_desc.stencilStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE; in TEST_F()
16597 att.stencilStoreOp = VK_ATTACHMENT_STORE_OP_STORE; in TEST_F()
18079 attach_desc.stencilStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE; in TEST_F()
/external/mesa3d/src/amd/vulkan/
Dradv_meta_clear.c1060 .stencilStoreOp = VK_ATTACHMENT_STORE_OP_STORE, in radv_clear_image_layer()
/external/vulkan-validation-layers/demos/
Dcube.c1585 .stencilStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE, in demo_prepare_render_pass()
1596 .stencilStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE, in demo_prepare_render_pass()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp321 colorAttachmentDesc.stencilStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE; in createColorOnlyRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageSamplingInstance.cpp457 …colorAttachmentDescriptions[imgNdx].stencilStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE; // VkAtta… in ImageSamplingInstance()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp13511 , stencilStoreOp( stencilStoreOp_ ) in AttachmentDescription()
13566 stencilStoreOp = stencilStoreOp_; in setStencilStoreOp()
13595 && ( stencilStoreOp == rhs.stencilStoreOp ) in operator ==()
13611 AttachmentStoreOp stencilStoreOp; member
Dvulkan.h2038 VkAttachmentStoreOp stencilStoreOp; member
/external/mesa3d/include/vulkan/
Dvulkan.h2047 VkAttachmentStoreOp stencilStoreOp; member
/external/skia/third_party/vulkan/vulkan/
Dvulkan.h2144 VkAttachmentStoreOp stencilStoreOp; member
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in2203 VkAttachmentStoreOp stencilStoreOp; member
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp10532 … pAttachment->stencilStoreOp, VK_ATTACHMENT_STORE_OP_STORE)) { in CmdEndRenderPass()
10539 pAttachment->stencilStoreOp, in CmdEndRenderPass()
Dvk_validation_error_database.txt347 …fer to Vulkan Spec Section '7.1. Render Pass Creation' which states 'stencilStoreOp must be a vali…