/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTestsUtil.hpp | 57 VkAttachmentStoreOp stencilStoreOp, 72 VkAttachmentStoreOp stencilStoreOp, 364 VkAttachmentStoreOp stencilStoreOp,
|
D | vktRenderPassTestsUtil.cpp | 59 stencilStoreOp = stencilStoreOp_; in AttachmentDescription1() 83 stencilStoreOp = stencilStoreOp_; in AttachmentDescription2() 527 VkAttachmentStoreOp stencilStoreOp, in Attachment() argument 537 , m_stencilStoreOp (stencilStoreOp) in Attachment()
|
D | vktRenderPassUnusedAttachmentTests.cpp | 67 VkAttachmentStoreOp stencilStoreOp; member 128 testParams.stencilStoreOp, // VkAttachmentStoreOp stencilStoreOp in createRenderPass() 1006 params.stencilStoreOp = storeOps[stencilStoreOpIdx]; in createRenderPassUnusedAttachmentTests()
|
D | vktRenderPassSubpassDependencyTests.cpp | 1944 const VkAttachmentStoreOp stencilStoreOp (VK_ATTACHMENT_STORE_OP_DONT_CARE); in initTests() local 1949 …back(Attachment(format, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStoreOp, initialLayout… in initTests() 2011 const VkAttachmentStoreOp stencilStoreOp (VK_ATTACHMENT_STORE_OP_DONT_CARE); in initTests() local 2016 …back(Attachment(format, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStoreOp, initialLayout… in initTests() 2102 const VkAttachmentStoreOp stencilStoreOp ((attachmentNdx == attachmentCount - 1) in initTests() local 2108 …back(Attachment(format, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStoreOp, initialLayout… in initTests()
|
D | vktRenderPassTests.cpp | 642 VkAttachmentStoreOp stencilStoreOp, in Attachment() argument 653 , m_stencilStoreOp (stencilStoreOp) in Attachment() 4836 …const VkAttachmentStoreOp stencilStoreOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps… in addAttachmentTests() local 4838 …back(Attachment(format, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStoreOp, initialLayout… in addAttachmentTests() 4853 …const VkAttachmentStoreOp stencilStoreOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps… in addAttachmentTests() local 4856 …back(Attachment(format, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStoreOp, initialLayout… in addAttachmentTests() 4926 const VkAttachmentStoreOp stencilStoreOp = VK_ATTACHMENT_STORE_OP_STORE; in addAttachmentWriteMaskTests() local 4931 …back(Attachment(format, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStoreOp, initialLayout… in addAttachmentWriteMaskTests() 5153 …const VkAttachmentStoreOp stencilStoreOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(store… in addAttachmentAllocationTests() local 5165 …back(Attachment(format, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStoreOp, initialLayout… in addAttachmentAllocationTests() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/multiview/ |
D | vktMultiViewRenderPassUtil.hpp | 47 VkAttachmentStoreOp stencilStoreOp, 62 VkAttachmentStoreOp stencilStoreOp,
|
D | vktMultiViewRenderPassUtil.cpp | 56 stencilStoreOp = stencilStoreOp_; in AttachmentDescription1() 80 stencilStoreOp = stencilStoreOp_; in AttachmentDescription2()
|
/external/skia/src/gpu/vk/ |
D | GrVkRenderPass.cpp | 29 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/skqp/src/gpu/vk/ |
D | GrVkRenderPass.cpp | 29 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/vulkan-validation-layers/layers/ |
D | convert_to_renderpass2.cpp | 105 out_struct->stencilStoreOp = in_struct->stencilStoreOp; in ConvertVkAttachmentDescriptionToV2KHR()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkTypeUtil.inl | 262 …oreOp storeOp, VkAttachmentLoadOp stencilLoadOp, VkAttachmentStoreOp stencilStoreOp, VkImageLayout… argument 271 res.stencilStoreOp = stencilStoreOp;
|
D | vkStructTypes.inl | 946 VkAttachmentStoreOp stencilStoreOp; member 2148 VkAttachmentStoreOp stencilStoreOp; member
|
D | vkVulkan_c.inl | 2412 VkAttachmentStoreOp stencilStoreOp; member 5668 VkAttachmentStoreOp stencilStoreOp; member
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawCreateInfoUtil.cpp | 423 stencilStoreOp = _stencilStoreOp; in AttachmentDescription() 436 stencilStoreOp = rhs.stencilStoreOp; in AttachmentDescription()
|
D | vktDrawCreateInfoUtil.hpp | 141 vk::VkAttachmentStoreOp stencilStoreOp,
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_meta_decompress.c | 47 attachment.stencilStoreOp = VK_ATTACHMENT_STORE_OP_STORE; in create_pass()
|
D | radv_meta_clear.c | 1229 .stencilStoreOp = VK_ATTACHMENT_STORE_OP_STORE, in radv_clear_image_layer()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiPipelineTests.cpp | 444 …LoadOp loadOp, VkAttachmentLoadOp stencilLoadOp, VkAttachmentStoreOp stencilStoreOp, VkImageLayout… in createSimpleRenderPass() argument 454 stencilStoreOp, // VkAttachmentStoreOp stencilStoreOp; in createSimpleRenderPass()
|
/external/vulkan-validation-layers/tests/ |
D | vkrenderframework.cpp | 491 att.stencilStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE; in InitRenderTarget() 548 att.stencilStoreOp = VK_ATTACHMENT_STORE_OP_STORE; in InitRenderTarget()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 788 const VkAttachmentStoreOp stencilStoreOp, in addAttachment() argument 804 stencilStoreOp, // VkAttachmentStoreOp stencilStoreOp; in addAttachment()
|
D | vktPipelineImageSamplingInstance.cpp | 512 …colorAttachmentDescriptions[imgNdx].stencilStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE; // VkAtta… in ImageSamplingInstance()
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationSmokeTests.cpp | 315 colorAttachmentDesc.stencilStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE; in createColorOnlyRenderPass()
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan_core.h | 2674 VkAttachmentStoreOp stencilStoreOp; member 5622 VkAttachmentStoreOp stencilStoreOp; member
|
/external/swiftshader/include/vulkan/ |
D | vulkan_core.h | 2627 VkAttachmentStoreOp stencilStoreOp; member 5561 VkAttachmentStoreOp stencilStoreOp; member
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan.h.in | 2409 VkAttachmentStoreOp stencilStoreOp; member 5665 VkAttachmentStoreOp stencilStoreOp; member
|