/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMatchedAttachmentsTests.cpp | 126 VK_ATTACHMENT_LOAD_OP_LOAD, // VkAttachmentLoadOp loadOp; in testMatchedAttachments() 128 VK_ATTACHMENT_LOAD_OP_LOAD, // VkAttachmentLoadOp stencilLoadOp; in testMatchedAttachments() 137 VK_ATTACHMENT_LOAD_OP_LOAD, // VkAttachmentLoadOp loadOp; in testMatchedAttachments() 139 VK_ATTACHMENT_LOAD_OP_LOAD, // VkAttachmentLoadOp stencilLoadOp; in testMatchedAttachments()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineMatchedAttachmentsTests.cpp | 122 VK_ATTACHMENT_LOAD_OP_LOAD, // VkAttachmentLoadOp loadOp; in testMatchedAttachments() 124 VK_ATTACHMENT_LOAD_OP_LOAD, // VkAttachmentLoadOp stencilLoadOp; in testMatchedAttachments() 133 VK_ATTACHMENT_LOAD_OP_LOAD, // VkAttachmentLoadOp loadOp; in testMatchedAttachments() 135 VK_ATTACHMENT_LOAD_OP_LOAD, // VkAttachmentLoadOp stencilLoadOp; in testMatchedAttachments()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassLoadStoreOpNoneTests.cpp | 599 VK_ATTACHMENT_LOAD_OP_LOAD, // VkAttachmentLoadOp loadOp; in createCommandBuffer() 613 VK_ATTACHMENT_LOAD_OP_LOAD, // VkAttachmentLoadOp loadOp; in createCommandBuffer() 1467 VK_ATTACHMENT_LOAD_OP_LOAD, 1630 VK_ATTACHMENT_LOAD_OP_LOAD, 1668 VK_ATTACHMENT_LOAD_OP_LOAD, local 1711 VK_ATTACHMENT_LOAD_OP_LOAD, 1720 VK_ATTACHMENT_LOAD_OP_LOAD, 1749 VK_ATTACHMENT_LOAD_OP_LOAD, 1788 VK_ATTACHMENT_LOAD_OP_LOAD, 1826 VK_ATTACHMENT_LOAD_OP_LOAD, [all...] |
H A D | vktRenderPassDitheringTests.cpp | 447 VK_ATTACHMENT_LOAD_OP_LOAD, // VkAttachmentLoadOp loadOp; in render() 464 VK_ATTACHMENT_LOAD_OP_LOAD, // VkAttachmentLoadOp loadOp; in render() 903 VK_ATTACHMENT_LOAD_OP_LOAD, // VkAttachmentLoadOp loadOp in createRenderPassFramebuffer() 930 VK_ATTACHMENT_LOAD_OP_LOAD, // VkAttachmentLoadOp loadOp in createRenderPassFramebuffer() 932 VK_ATTACHMENT_LOAD_OP_LOAD, // VkAttachmentLoadOp stencilLoadOp in createRenderPassFramebuffer()
|
H A D | vktRenderPassUnusedClearAttachmentTests.cpp | 340 VK_ATTACHMENT_LOAD_OP_LOAD, // VkAttachmentLoadOp loadOp in createRenderPass() 353 const VkAttachmentLoadOp depthLoadOp = (stencilOnly ? VK_ATTACHMENT_LOAD_OP_DONT_CARE : VK_ATTACHMENT_LOAD_OP_LOAD); in createRenderPass() 355 const VkAttachmentLoadOp stencilLoadOp = (depthOnly ? VK_ATTACHMENT_LOAD_OP_DONT_CARE : VK_ATTACHMENT_LOAD_OP_LOAD); in createRenderPass() 965 VK_ATTACHMENT_LOAD_OP_LOAD, // VkAttachmentLoadOp loadOp; in createCommandBufferDynamicRendering() 980 VK_ATTACHMENT_LOAD_OP_LOAD, // VkAttachmentLoadOp loadOp; in createCommandBufferDynamicRendering()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassLoadStoreOpNoneTests.cpp | 601 VK_ATTACHMENT_LOAD_OP_LOAD, // VkAttachmentLoadOp loadOp; in createCommandBuffer() 615 VK_ATTACHMENT_LOAD_OP_LOAD, // VkAttachmentLoadOp loadOp; in createCommandBuffer() 1460 VK_ATTACHMENT_LOAD_OP_LOAD, 1623 VK_ATTACHMENT_LOAD_OP_LOAD, 1661 VK_ATTACHMENT_LOAD_OP_LOAD, local 1704 VK_ATTACHMENT_LOAD_OP_LOAD, 1713 VK_ATTACHMENT_LOAD_OP_LOAD, 1742 VK_ATTACHMENT_LOAD_OP_LOAD, 1781 VK_ATTACHMENT_LOAD_OP_LOAD, 1819 VK_ATTACHMENT_LOAD_OP_LOAD, [all...] |
H A D | vktRenderPassDitheringTests.cpp | 449 m_testParams.blending ? VK_ATTACHMENT_LOAD_OP_LOAD : VK_ATTACHMENT_LOAD_OP_DONT_CARE, // VkAttachmentLoadOp loadOp; in render() 466 VK_ATTACHMENT_LOAD_OP_LOAD, // VkAttachmentLoadOp loadOp; in render() 905 m_testParams.blending ? VK_ATTACHMENT_LOAD_OP_LOAD : VK_ATTACHMENT_LOAD_OP_DONT_CARE, // VkAttachmentLoadOp loadOp in createRenderPassFramebuffer() 932 VK_ATTACHMENT_LOAD_OP_LOAD, // VkAttachmentLoadOp loadOp in createRenderPassFramebuffer() 934 VK_ATTACHMENT_LOAD_OP_LOAD, // VkAttachmentLoadOp stencilLoadOp in createRenderPassFramebuffer()
|
H A D | vktRenderPassUnusedClearAttachmentTests.cpp | 341 VK_ATTACHMENT_LOAD_OP_LOAD, // VkAttachmentLoadOp loadOp in createRenderPass() 354 const VkAttachmentLoadOp depthLoadOp = (stencilOnly ? VK_ATTACHMENT_LOAD_OP_DONT_CARE : VK_ATTACHMENT_LOAD_OP_LOAD); in createRenderPass() 356 const VkAttachmentLoadOp stencilLoadOp = (depthOnly ? VK_ATTACHMENT_LOAD_OP_DONT_CARE : VK_ATTACHMENT_LOAD_OP_LOAD); in createRenderPass() 966 VK_ATTACHMENT_LOAD_OP_LOAD, // VkAttachmentLoadOp loadOp; in createCommandBufferDynamicRendering() 981 VK_ATTACHMENT_LOAD_OP_LOAD, // VkAttachmentLoadOp loadOp; in createCommandBufferDynamicRendering()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkCmdUtil.hpp | 129 const VkAttachmentLoadOp loadOperation = VK_ATTACHMENT_LOAD_OP_LOAD, 144 const VkAttachmentLoadOp loadOperation = VK_ATTACHMENT_LOAD_OP_LOAD,
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_render_pass.c | 44 VK_ATTACHMENT_LOAD_OP_LOAD; in get_rt_loadop() 110 if (attachments[i].loadOp == VK_ATTACHMENT_LOAD_OP_LOAD) in create_render_pass2() 120 if (attachments[cresolve_offset + i].loadOp == VK_ATTACHMENT_LOAD_OP_LOAD) in create_render_pass2() 134 attachments[num_attachments].loadOp = rt->clear_color ? VK_ATTACHMENT_LOAD_OP_CLEAR : VK_ATTACHMENT_LOAD_OP_LOAD; in create_render_pass2() 135 attachments[num_attachments].stencilLoadOp = rt->clear_stencil ? VK_ATTACHMENT_LOAD_OP_CLEAR : VK_ATTACHMENT_LOAD_OP_LOAD; in create_render_pass2() 148 if (attachments[num_attachments].loadOp == VK_ATTACHMENT_LOAD_OP_LOAD || in create_render_pass2() 149 attachments[num_attachments].stencilLoadOp == VK_ATTACHMENT_LOAD_OP_LOAD) in create_render_pass2() 165 if (attachments[zsresolve_offset].loadOp == VK_ATTACHMENT_LOAD_OP_LOAD || in create_render_pass2() 166 attachments[zsresolve_offset].stencilLoadOp == VK_ATTACHMENT_LOAD_OP_LOAD) in create_render_pass2()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawDifferingInterpolationTests.cpp | 219 VK_ATTACHMENT_LOAD_OP_LOAD, in iterate() 334 beginRendering(vk, *secCmdBuffer, *colorTargetView, renderArea, clearColor, VK_IMAGE_LAYOUT_GENERAL, VK_ATTACHMENT_LOAD_OP_LOAD, 0u); in iterate() 352 beginRendering(vk, *cmdBuffer, *colorTargetView, renderArea, clearColor, VK_IMAGE_LAYOUT_GENERAL, VK_ATTACHMENT_LOAD_OP_LOAD, VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT); in iterate() 366 beginRendering(vk, *cmdBuffer, *colorTargetView, renderArea, clearColor, VK_IMAGE_LAYOUT_GENERAL, VK_ATTACHMENT_LOAD_OP_LOAD); in iterate()
|
H A D | vktDrawBaseClass.cpp | 79 vk::VK_ATTACHMENT_LOAD_OP_LOAD, in initialize() 296 vk::beginRendering(m_vk, cmdBuffer, *m_colorTargetView, renderArea, clearColor, vk::VK_IMAGE_LAYOUT_GENERAL, vk::VK_ATTACHMENT_LOAD_OP_LOAD, renderingFlags, m_layers, getDefaultViewMask()); in beginDynamicRender()
|
H A D | vktDrawInvertedDepthRangesTests.cpp | 196 VK_ATTACHMENT_LOAD_OP_LOAD, // loadOp in InvertedDepthRangesTestInstance() 206 VK_ATTACHMENT_LOAD_OP_LOAD, // loadOp in InvertedDepthRangesTestInstance() 502 VK_IMAGE_LAYOUT_GENERAL, VK_IMAGE_LAYOUT_GENERAL, VK_ATTACHMENT_LOAD_OP_LOAD, renderingFlags); in beginRender()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawDifferingInterpolationTests.cpp | 219 VK_ATTACHMENT_LOAD_OP_LOAD, in iterate() 334 beginRendering(vk, *secCmdBuffer, *colorTargetView, renderArea, clearColor, VK_IMAGE_LAYOUT_GENERAL, VK_ATTACHMENT_LOAD_OP_LOAD, 0u); in iterate() 352 beginRendering(vk, *cmdBuffer, *colorTargetView, renderArea, clearColor, VK_IMAGE_LAYOUT_GENERAL, VK_ATTACHMENT_LOAD_OP_LOAD, VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT); in iterate() 366 beginRendering(vk, *cmdBuffer, *colorTargetView, renderArea, clearColor, VK_IMAGE_LAYOUT_GENERAL, VK_ATTACHMENT_LOAD_OP_LOAD); in iterate()
|
H A D | vktDrawNegativeViewportHeightTests.cpp | 151 VK_ATTACHMENT_LOAD_OP_LOAD, // loadOp in NegativeViewportHeightTestInstance() 454 beginRendering(vk, *secCmdBuffer, *m_colorTargetView, rect, clearColor, VK_IMAGE_LAYOUT_GENERAL, VK_ATTACHMENT_LOAD_OP_LOAD, 0u); in iterate() 472 beginRendering(vk, *cmdBuffer, *m_colorTargetView, rect, clearColor, VK_IMAGE_LAYOUT_GENERAL, VK_ATTACHMENT_LOAD_OP_LOAD, VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT); in iterate() 486 beginRendering(vk, *cmdBuffer, *m_colorTargetView, rect, clearColor, VK_IMAGE_LAYOUT_GENERAL, VK_ATTACHMENT_LOAD_OP_LOAD, 0u); in iterate()
|
H A D | vktDrawBaseClass.cpp | 69 vk::VK_ATTACHMENT_LOAD_OP_LOAD, in initialize() 267 vk::beginRendering(m_vk, cmdBuffer, *m_colorTargetView, renderArea, clearColor, vk::VK_IMAGE_LAYOUT_GENERAL, vk::VK_ATTACHMENT_LOAD_OP_LOAD, renderingFlags); in beginDynamicRender()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkFramebuffer.cpp | 94 case VK_ATTACHMENT_LOAD_OP_LOAD: in executeLoadOp() 108 case VK_ATTACHMENT_LOAD_OP_LOAD: in executeLoadOp()
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkOpsRenderPass.cpp | 41 *loadOp = VK_ATTACHMENT_LOAD_OP_LOAD; in get_vk_load_store_ops() 51 *loadOp = VK_ATTACHMENT_LOAD_OP_LOAD; in get_vk_load_store_ops() 541 GrVkRenderPass::LoadStoreOps vkColorOps(VK_ATTACHMENT_LOAD_OP_LOAD, in addAdditionalRenderPass() 543 GrVkRenderPass::LoadStoreOps vkResolveOps(VK_ATTACHMENT_LOAD_OP_LOAD, in addAdditionalRenderPass() 550 GrVkRenderPass::LoadStoreOps vkStencilOps(VK_ATTACHMENT_LOAD_OP_LOAD, in addAdditionalRenderPass()
|
H A D | GrVkRenderPass.h | 62 , fLoadStoreOps(VK_ATTACHMENT_LOAD_OP_LOAD, VK_ATTACHMENT_STORE_OP_STORE) {} in AttachmentDesc()
|
H A D | GrVkRenderPass.cpp | 53 static const GrVkRenderPass::LoadStoreOps kBasicLoadStoreOps(VK_ATTACHMENT_LOAD_OP_LOAD, in CreateSimple() 119 SkASSERT(resolveOp.fLoadOp == VK_ATTACHMENT_LOAD_OP_LOAD); in Create()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/ |
H A D | vktMultiViewRenderUtil.cpp | 200 VK_ATTACHMENT_LOAD_OP_LOAD, // VkAttachmentLoadOp loadOp; || VkAttachmentLoadOp loadOp; in makeRenderPass() 202 VK_ATTACHMENT_LOAD_OP_LOAD, // VkAttachmentLoadOp stencilLoadOp; || VkAttachmentLoadOp stencilLoadOp; in makeRenderPass() 391 VK_ATTACHMENT_LOAD_OP_LOAD, // VkAttachmentLoadOp loadOp; || VkAttachmentLoadOp loadOp; in makeRenderPassWithAttachments()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/ |
H A D | vktMultiViewRenderUtil.cpp | 200 VK_ATTACHMENT_LOAD_OP_LOAD, // VkAttachmentLoadOp loadOp; || VkAttachmentLoadOp loadOp; in makeRenderPass() 202 VK_ATTACHMENT_LOAD_OP_LOAD, // VkAttachmentLoadOp stencilLoadOp; || VkAttachmentLoadOp stencilLoadOp; in makeRenderPass() 391 VK_ATTACHMENT_LOAD_OP_LOAD, // VkAttachmentLoadOp loadOp; || VkAttachmentLoadOp loadOp; in makeRenderPassWithAttachments()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_pass.c | 151 else if (pass->attachments[idx].load_op == VK_ATTACHMENT_LOAD_OP_LOAD) in panvk_CreateRenderPass2() 189 else if (pass->attachments[idx].load_op == VK_ATTACHMENT_LOAD_OP_LOAD) in panvk_CreateRenderPass2()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_pass.c | 248 att->desc.stencilLoadOp == VK_ATTACHMENT_LOAD_OP_LOAD) { in v3dv_CreateRenderPass2() 250 } else if (att->desc.loadOp == VK_ATTACHMENT_LOAD_OP_LOAD && in v3dv_CreateRenderPass2()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
H A D | vktDynamicStateDiscardTests.cpp | 160 vk::VK_ATTACHMENT_LOAD_OP_LOAD, in initRenderPass() 168 vk::VK_ATTACHMENT_LOAD_OP_LOAD, in initRenderPass() 170 vk::VK_ATTACHMENT_LOAD_OP_LOAD, in initRenderPass()
|