/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTestsUtil.hpp | 51 VkAttachmentStoreOp storeOp, 53 VkAttachmentStoreOp stencilStoreOp, 66 VkAttachmentStoreOp storeOp, 68 VkAttachmentStoreOp stencilStoreOp, 357 VkAttachmentStoreOp storeOp, 360 VkAttachmentStoreOp stencilStoreOp, 369 VkAttachmentStoreOp getStoreOp (void) const; 372 VkAttachmentStoreOp getStencilStoreOp (void) const; 382 VkAttachmentStoreOp m_storeOp; 385 VkAttachmentStoreOp m_stencilStoreOp;
|
D | vktDynamicRenderingTests.cpp | 719 const VkAttachmentStoreOp storeOp); 1024 static_cast<VkAttachmentStoreOp>(attachmentStoreOp)); in rendering() 1046 (static_cast<VkAttachmentStoreOp>(attachmentStoreOp) == VK_ATTACHMENT_STORE_OP_STORE)) in rendering() 1061 static_cast<VkAttachmentStoreOp>(attachmentStoreOp)); in rendering() 1160 const VkAttachmentStoreOp storeOp) in beginRendering() 1408 static_cast<VkAttachmentStoreOp>(attachmentStoreOp)); in rendering() 1428 static_cast<VkAttachmentStoreOp>(attachmentStoreOp)); in rendering() 1440 (static_cast<VkAttachmentStoreOp>(attachmentStoreOp) == VK_ATTACHMENT_STORE_OP_STORE)) in rendering() 1455 static_cast<VkAttachmentStoreOp>(attachmentStoreOp)); in rendering() 1476 static_cast<VkAttachmentStoreOp>(attachmentStoreOp)); in rendering() [all …]
|
D | vktRenderPassTestsUtil.cpp | 43 VkAttachmentStoreOp storeOp_, in AttachmentDescription1() 45 VkAttachmentStoreOp stencilStoreOp_, in AttachmentDescription1() 69 VkAttachmentStoreOp storeOp_, in AttachmentDescription2() 71 VkAttachmentStoreOp stencilStoreOp_, in AttachmentDescription2() 523 VkAttachmentStoreOp storeOp, in Attachment() 526 VkAttachmentStoreOp stencilStoreOp, in Attachment() 557 VkAttachmentStoreOp Attachment::getStoreOp (void) const in getStoreOp() 567 VkAttachmentStoreOp Attachment::getStencilStoreOp (void) const in getStencilStoreOp()
|
D | vktRenderPassUnusedAttachmentTests.cpp | 66 VkAttachmentStoreOp storeOp; 68 VkAttachmentStoreOp stencilStoreOp; 954 std::string storeOpToString (VkAttachmentStoreOp storeOp) in storeOpToString() 981 const VkAttachmentStoreOp storeOps[] = in createRenderPassUnusedAttachmentTests()
|
D | vktRenderPassTests.cpp | 665 VkAttachmentStoreOp storeOp, in Attachment() 668 VkAttachmentStoreOp stencilStoreOp, in Attachment() 690 VkAttachmentStoreOp getStoreOp (void) const { return m_storeOp; } in getStoreOp() 694 VkAttachmentStoreOp getStencilStoreOp (void) const { return m_stencilStoreOp; } in getStencilStoreOp() 704 VkAttachmentStoreOp m_storeOp; 707 VkAttachmentStoreOp m_stencilStoreOp; 5569 const VkAttachmentStoreOp storeOps[] = in addAttachmentTests() 5690 …const VkAttachmentStoreOp storeOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps), DE… in addAttachmentTests() 5701 …const VkAttachmentStoreOp stencilStoreOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps… in addAttachmentTests() 5723 …const VkAttachmentStoreOp storeOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps), DE… in addAttachmentTests() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
D | vktRenderPassTestsUtil.hpp | 51 VkAttachmentStoreOp storeOp, 53 VkAttachmentStoreOp stencilStoreOp, 66 VkAttachmentStoreOp storeOp, 68 VkAttachmentStoreOp stencilStoreOp, 357 VkAttachmentStoreOp storeOp, 360 VkAttachmentStoreOp stencilStoreOp, 369 VkAttachmentStoreOp getStoreOp (void) const; 372 VkAttachmentStoreOp getStencilStoreOp (void) const; 382 VkAttachmentStoreOp m_storeOp; 385 VkAttachmentStoreOp m_stencilStoreOp;
|
D | vktDynamicRenderingTests.cpp | 719 const VkAttachmentStoreOp storeOp); 1024 static_cast<VkAttachmentStoreOp>(attachmentStoreOp)); in rendering() 1046 (static_cast<VkAttachmentStoreOp>(attachmentStoreOp) == VK_ATTACHMENT_STORE_OP_STORE)) in rendering() 1061 static_cast<VkAttachmentStoreOp>(attachmentStoreOp)); in rendering() 1160 const VkAttachmentStoreOp storeOp) in beginRendering() 1408 static_cast<VkAttachmentStoreOp>(attachmentStoreOp)); in rendering() 1428 static_cast<VkAttachmentStoreOp>(attachmentStoreOp)); in rendering() 1440 (static_cast<VkAttachmentStoreOp>(attachmentStoreOp) == VK_ATTACHMENT_STORE_OP_STORE)) in rendering() 1455 static_cast<VkAttachmentStoreOp>(attachmentStoreOp)); in rendering() 1476 static_cast<VkAttachmentStoreOp>(attachmentStoreOp)); in rendering() [all …]
|
D | vktRenderPassTestsUtil.cpp | 43 VkAttachmentStoreOp storeOp_, in AttachmentDescription1() 45 VkAttachmentStoreOp stencilStoreOp_, in AttachmentDescription1() 69 VkAttachmentStoreOp storeOp_, in AttachmentDescription2() 71 VkAttachmentStoreOp stencilStoreOp_, in AttachmentDescription2() 523 VkAttachmentStoreOp storeOp, in Attachment() 526 VkAttachmentStoreOp stencilStoreOp, in Attachment() 557 VkAttachmentStoreOp Attachment::getStoreOp (void) const in getStoreOp() 567 VkAttachmentStoreOp Attachment::getStencilStoreOp (void) const in getStencilStoreOp()
|
D | vktRenderPassUnusedAttachmentTests.cpp | 66 VkAttachmentStoreOp storeOp; 68 VkAttachmentStoreOp stencilStoreOp; 954 std::string storeOpToString (VkAttachmentStoreOp storeOp) in storeOpToString() 981 const VkAttachmentStoreOp storeOps[] = in createRenderPassUnusedAttachmentTests()
|
D | vktRenderPassTests.cpp | 665 VkAttachmentStoreOp storeOp, in Attachment() 668 VkAttachmentStoreOp stencilStoreOp, in Attachment() 690 VkAttachmentStoreOp getStoreOp (void) const { return m_storeOp; } in getStoreOp() 694 VkAttachmentStoreOp getStencilStoreOp (void) const { return m_stencilStoreOp; } in getStencilStoreOp() 704 VkAttachmentStoreOp m_storeOp; 707 VkAttachmentStoreOp m_stencilStoreOp; 5569 const VkAttachmentStoreOp storeOps[] = in addAttachmentTests() 5690 …const VkAttachmentStoreOp storeOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps), DE… in addAttachmentTests() 5701 …const VkAttachmentStoreOp stencilStoreOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps… in addAttachmentTests() 5723 …const VkAttachmentStoreOp storeOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps), DE… in addAttachmentTests() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/ |
D | vktMultiViewRenderPassUtil.hpp | 45 VkAttachmentStoreOp storeOp, 47 VkAttachmentStoreOp stencilStoreOp, 60 VkAttachmentStoreOp storeOp, 62 VkAttachmentStoreOp stencilStoreOp,
|
D | vktMultiViewRenderPassUtil.cpp | 40 VkAttachmentStoreOp storeOp_, in AttachmentDescription1() 42 VkAttachmentStoreOp stencilStoreOp_, in AttachmentDescription1() 66 VkAttachmentStoreOp storeOp_, in AttachmentDescription2() 68 VkAttachmentStoreOp stencilStoreOp_, in AttachmentDescription2()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/ |
D | vktMultiViewRenderPassUtil.hpp | 45 VkAttachmentStoreOp storeOp, 47 VkAttachmentStoreOp stencilStoreOp, 60 VkAttachmentStoreOp storeOp, 62 VkAttachmentStoreOp stencilStoreOp,
|
D | vktMultiViewRenderPassUtil.cpp | 40 VkAttachmentStoreOp storeOp_, in AttachmentDescription1() 42 VkAttachmentStoreOp stencilStoreOp_, in AttachmentDescription1() 66 VkAttachmentStoreOp storeOp_, in AttachmentDescription2() 68 VkAttachmentStoreOp stencilStoreOp_, in AttachmentDescription2()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_QCOM_render_pass_store_ops.txt | 24 This extension adds a new elink:VkAttachmentStoreOp 35 The elink:VkAttachmentStoreOp ename:VK_ATTACHMENT_STORE_OP_STORE may: force 38 The elink:VkAttachmentStoreOp ename:VK_ATTACHMENT_STORE_OP_NONE_QCOM may:
|
D | VK_QCOM_render_pass_store_ops.adoc | 24 This extension adds a new elink:VkAttachmentStoreOp 35 The elink:VkAttachmentStoreOp ename:VK_ATTACHMENT_STORE_OP_STORE may: force 38 The elink:VkAttachmentStoreOp ename:VK_ATTACHMENT_STORE_OP_NONE_QCOM may:
|
/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_render_pass.h | 226 VkAttachmentStoreOp store_op; 232 VkAttachmentStoreOp stencil_store_op;
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkRenderPass.h | 34 VkAttachmentStoreOp fStoreOp; 36 LoadStoreOps(VkAttachmentLoadOp loadOp, VkAttachmentStoreOp storeOp) in LoadStoreOps()
|
D | GrVkGpuCommandBuffer.h | 219 VkAttachmentStoreOp fVkColorStoreOp; 221 VkAttachmentStoreOp fVkStencilStoreOp;
|
/third_party/skia/src/gpu/vk/ |
D | GrVkRenderPass.h | 26 VkAttachmentStoreOp fStoreOp; 28 LoadStoreOps(VkAttachmentLoadOp loadOp, VkAttachmentStoreOp storeOp) in LoadStoreOps()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawCreateInfoUtil.hpp | 139 vk::VkAttachmentStoreOp storeOp, 141 vk::VkAttachmentStoreOp stencilStoreOp,
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
D | vktDrawCreateInfoUtil.hpp | 139 vk::VkAttachmentStoreOp storeOp, 141 vk::VkAttachmentStoreOp stencilStoreOp,
|
/third_party/mesa3d/src/imagination/vulkan/ |
D | pvr_private.h | 1200 VkAttachmentStoreOp store_op; 1204 VkAttachmentStoreOp stencil_store_op;
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_private.h | 1039 VkAttachmentStoreOp store_op; 1041 VkAttachmentStoreOp stencil_store_op;
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | RenderPassCache.cpp | 36 VkAttachmentStoreOp VulkanAttachmentStoreOp(wgpu::StoreOp op) { in VulkanAttachmentStoreOp()
|