/external/mesa3d/src/gallium/drivers/zink/ |
D | zink_render_pass.c | 46 attachments[i].stencilStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE; in create_render_pass() 62 attachments[num_attachments].stencilStoreOp = VK_ATTACHMENT_STORE_OP_STORE; in create_render_pass()
|
/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/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTestsUtil.hpp | 63 VkAttachmentStoreOp stencilStoreOp, 78 VkAttachmentStoreOp stencilStoreOp, 370 VkAttachmentStoreOp stencilStoreOp,
|
D | vktRenderPassTestsUtil.cpp | 59 stencilStoreOp = stencilStoreOp_; in AttachmentDescription1() 83 stencilStoreOp = stencilStoreOp_; in AttachmentDescription2() 526 VkAttachmentStoreOp stencilStoreOp, in Attachment() argument 536 , 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 | vktRenderPassUnusedClearAttachmentTests.cpp | 345 …const VkAttachmentStoreOp stencilStoreOp = (depthOnly ? VK_ATTACHMENT_STORE_OP_DONT_CARE : VK_ATTA… in createRenderPass() local 355 stencilStoreOp, // VkAttachmentStoreOp stencilStoreOp in createRenderPass()
|
D | vktRenderPassTests.cpp | 687 VkAttachmentStoreOp stencilStoreOp, in Attachment() argument 698 , m_stencilStoreOp (stencilStoreOp) in Attachment() 5012 …const VkAttachmentStoreOp stencilStoreOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps… in addAttachmentTests() local 5014 …back(Attachment(format, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStoreOp, initialLayout… in addAttachmentTests() 5033 …const VkAttachmentStoreOp stencilStoreOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps… in addAttachmentTests() local 5036 …back(Attachment(format, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStoreOp, initialLayout… in addAttachmentTests() 5105 const VkAttachmentStoreOp stencilStoreOp = VK_ATTACHMENT_STORE_OP_STORE; in addAttachmentWriteMaskTests() local 5110 …back(Attachment(format, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStoreOp, initialLayout… in addAttachmentWriteMaskTests() 5334 …const VkAttachmentStoreOp stencilStoreOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(store… in addAttachmentAllocationTests() local 5346 …back(Attachment(format, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStoreOp, initialLayout… in addAttachmentAllocationTests() [all …]
|
D | vktRenderPassSubpassDependencyTests.cpp | 3914 const VkAttachmentStoreOp stencilStoreOp (VK_ATTACHMENT_STORE_OP_DONT_CARE); in initTests() local 3919 …back(Attachment(format, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStoreOp, initialLayout… in initTests() 3995 const VkAttachmentStoreOp stencilStoreOp (VK_ATTACHMENT_STORE_OP_DONT_CARE); in initTests() local 4000 …back(Attachment(format, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStoreOp, initialLayout… in initTests() 4086 const VkAttachmentStoreOp stencilStoreOp ((attachmentNdx == attachmentCount - 1) in initTests() local 4092 …back(Attachment(format, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStoreOp, initialLayout… in initTests()
|
/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/swiftshader/tests/VulkanWrapper/ |
D | DrawTester.cpp | 121 attachments[0].stencilStoreOp = vk::AttachmentStoreOp::eDontCare; in createRenderPass() 131 attachments[1].stencilStoreOp = vk::AttachmentStoreOp::eDontCare; in createRenderPass() 142 attachments[0].stencilStoreOp = vk::AttachmentStoreOp::eDontCare; in createRenderPass()
|
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_legacy.c | 265 .stencilStoreOp = pCreateInfo->pAttachments[i].stencilStoreOp, in tu_CreateRenderPass()
|
/external/skia/src/gpu/ |
D | GrOpsTask.cpp | 525 GrStoreOp stencilStoreOp, in create_render_pass() argument 541 stencilStoreOp, in create_render_pass() 624 GrStoreOp stencilStoreOp = (caps.discardStencilValuesAfterRenderPass() && !fMustPreserveStencil) in onExecute() local 637 stencilStoreOp, in onExecute()
|
/external/skia/src/gpu/vk/ |
D | GrVkRenderPass.cpp | 32 attachment->stencilStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE; in setup_vk_attachment_description() 38 attachment->stencilStoreOp = desc.fLoadStoreOps.fStoreOp; in setup_vk_attachment_description()
|
/external/swiftshader/src/Vulkan/ |
D | VkRenderPass.cpp | 78 dst[i].stencilStoreOp = src[i].stencilStoreOp; in CopyAttachmentDescriptions()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkTypeUtil.inl | 292 …oreOp storeOp, VkAttachmentLoadOp stencilLoadOp, VkAttachmentStoreOp stencilStoreOp, VkImageLayout… argument 301 res.stencilStoreOp = stencilStoreOp;
|
/external/skia/src/gpu/dawn/ |
D | GrDawnOpsRenderPass.cpp | 82 depthStencilAttachment.stencilStoreOp = wgpu::StoreOp::Store; in beginRenderPass()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_cache_utils.cpp | 167 desc->stencilStoreOp = in UnpackAttachmentDesc() 168 ConvertRenderPassStoreOpToVkStoreOp(static_cast<RenderPassStoreOp>(ops.stencilStoreOp)); in UnpackAttachmentDesc() 199 desc->stencilStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE; in UnpackColorResolveAttachmentDesc() 234 desc->stencilStoreOp = in UnpackDepthStencilResolveAttachmentDesc() 595 desc2Out->stencilStoreOp = desc.stencilStoreOp; in ToAttachmentDesciption2() 830 ds.stencilStoreOp == static_cast<uint16_t>(RenderPassStoreOp::Store) ? 1 : 0; in UpdateRenderPassDepthStencilPerfCounters() 866 dsResolve.stencilStoreOp == static_cast<uint16_t>(RenderPassStoreOp::Store) ? 1 : 0; in UpdateRenderPassDepthStencilResolvePerfCounters() 2684 SetBitField(ops.stencilStoreOp, storeOp); in setStencilOps()
|
D | FramebufferVk.cpp | 2505 vk::RenderPassStoreOp stencilStoreOp = vk::RenderPassStoreOp::Store; in startNewRenderPass() local 2532 stencilStoreOp = vk::RenderPassStoreOp::DontCare; in startNewRenderPass() 2571 stencilStoreOp = vk::RenderPassStoreOp::DontCare; in startNewRenderPass() 2614 stencilStoreOp); in startNewRenderPass()
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawCreateInfoUtil.cpp | 423 stencilStoreOp = _stencilStoreOp; in AttachmentDescription() 436 stencilStoreOp = rhs.stencilStoreOp; in AttachmentDescription()
|
/external/mesa3d/src/amd/compiler/tests/ |
D | helpers.cpp | 546 desc->stencilStoreOp = VK_ATTACHMENT_STORE_OP_STORE; in create_graphics_pipeline() 574 desc->stencilStoreOp = VK_ATTACHMENT_STORE_OP_STORE; in create_graphics_pipeline()
|
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateInheritanceTests.cpp | 466 colorAttachment.stencilStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE; 476 depthAttachment.stencilStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE;
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_meta_decompress.c | 58 attachment.stencilStoreOp = VK_ATTACHMENT_STORE_OP_STORE; in create_pass()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiPipelineTests.cpp | 425 …LoadOp loadOp, VkAttachmentLoadOp stencilLoadOp, VkAttachmentStoreOp stencilStoreOp, VkImageLayout… in createSimpleRenderPass() argument 435 stencilStoreOp, // VkAttachmentStoreOp stencilStoreOp; in createSimpleRenderPass()
|