Home
last modified time | relevance | path

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

123

/external/mesa3d/src/gallium/drivers/zink/
Dzink_render_pass.c46 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/renderpass/
DvktRenderPassTestsUtil.hpp63 VkAttachmentStoreOp stencilStoreOp,
78 VkAttachmentStoreOp stencilStoreOp,
370 VkAttachmentStoreOp stencilStoreOp,
DvktRenderPassTestsUtil.cpp59 stencilStoreOp = stencilStoreOp_; in AttachmentDescription1()
83 stencilStoreOp = stencilStoreOp_; in AttachmentDescription2()
526 VkAttachmentStoreOp stencilStoreOp, in Attachment() argument
536 , m_stencilStoreOp (stencilStoreOp) in Attachment()
DvktRenderPassUnusedAttachmentTests.cpp67 VkAttachmentStoreOp stencilStoreOp; member
128 testParams.stencilStoreOp, // VkAttachmentStoreOp stencilStoreOp in createRenderPass()
1006 params.stencilStoreOp = storeOps[stencilStoreOpIdx]; in createRenderPassUnusedAttachmentTests()
DvktRenderPassUnusedClearAttachmentTests.cpp345 …const VkAttachmentStoreOp stencilStoreOp = (depthOnly ? VK_ATTACHMENT_STORE_OP_DONT_CARE : VK_ATTA… in createRenderPass() local
355 stencilStoreOp, // VkAttachmentStoreOp stencilStoreOp in createRenderPass()
DvktRenderPassTests.cpp687 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 …]
DvktRenderPassSubpassDependencyTests.cpp3914 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/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderPassUtil.hpp47 VkAttachmentStoreOp stencilStoreOp,
62 VkAttachmentStoreOp stencilStoreOp,
DvktMultiViewRenderPassUtil.cpp56 stencilStoreOp = stencilStoreOp_; in AttachmentDescription1()
80 stencilStoreOp = stencilStoreOp_; in AttachmentDescription2()
/external/skqp/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/vulkan-validation-layers/layers/
Dconvert_to_renderpass2.cpp105 out_struct->stencilStoreOp = in_struct->stencilStoreOp; in ConvertVkAttachmentDescriptionToV2KHR()
/external/swiftshader/tests/VulkanWrapper/
DDrawTester.cpp121 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/skia/src/gpu/
DGrOpsTask.cpp525 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/mesa3d/src/freedreno/vulkan/
Dtu_legacy.c265 .stencilStoreOp = pCreateInfo->pAttachments[i].stencilStoreOp, in tu_CreateRenderPass()
/external/skia/src/gpu/vk/
DGrVkRenderPass.cpp32 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/
DVkRenderPass.cpp78 dst[i].stencilStoreOp = src[i].stencilStoreOp; in CopyAttachmentDescriptions()
/external/deqp/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl292 …oreOp storeOp, VkAttachmentLoadOp stencilLoadOp, VkAttachmentStoreOp stencilStoreOp, VkImageLayout… argument
301 res.stencilStoreOp = stencilStoreOp;
/external/skia/src/gpu/dawn/
DGrDawnOpsRenderPass.cpp82 depthStencilAttachment.stencilStoreOp = wgpu::StoreOp::Store; in beginRenderPass()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.cpp167 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()
DFramebufferVk.cpp2505 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/
DvktDrawCreateInfoUtil.cpp423 stencilStoreOp = _stencilStoreOp; in AttachmentDescription()
436 stencilStoreOp = rhs.stencilStoreOp; in AttachmentDescription()
/external/mesa3d/src/amd/compiler/tests/
Dhelpers.cpp546 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/
DvktDynamicStateInheritanceTests.cpp466 colorAttachment.stencilStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE;
476 depthAttachment.stencilStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE;
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiPipelineTests.cpp425 …LoadOp loadOp, VkAttachmentLoadOp stencilLoadOp, VkAttachmentStoreOp stencilStoreOp, VkImageLayout… in createSimpleRenderPass() argument
435 stencilStoreOp, // VkAttachmentStoreOp stencilStoreOp; in createSimpleRenderPass()
/external/mesa3d/src/amd/vulkan/
Dradv_meta_decompress.c58 attachment.stencilStoreOp = VK_ATTACHMENT_STORE_OP_STORE; in create_pass()

123