/external/swiftshader/src/Vulkan/ |
D | VkFramebuffer.cpp | 54 bool clearDepth = (isDepth && (attachment.loadOp == VK_ATTACHMENT_LOAD_OP_CLEAR)); in clear() 65 else if(attachment.loadOp == VK_ATTACHMENT_LOAD_OP_CLEAR) in clear()
|
/external/skia/src/gpu/vk/ |
D | GrVkRenderPass.h | 36 LoadStoreOps(VkAttachmentLoadOp loadOp, VkAttachmentStoreOp storeOp) in LoadStoreOps() 37 : fLoadOp(loadOp) in LoadStoreOps()
|
D | GrVkRenderPass.cpp | 26 attachment->loadOp = desc.fLoadStoreOps.fLoadOp; in setup_vk_attachment_description() 32 attachment->loadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE; in setup_vk_attachment_description()
|
D | GrVkGpuCommandBuffer.cpp | 52 VkAttachmentLoadOp* loadOp, VkAttachmentStoreOp* storeOp) { in get_vk_load_store_ops() argument 55 *loadOp = VK_ATTACHMENT_LOAD_OP_LOAD; in get_vk_load_store_ops() 58 *loadOp = VK_ATTACHMENT_LOAD_OP_CLEAR; in get_vk_load_store_ops() 61 *loadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE; in get_vk_load_store_ops() 65 *loadOp = VK_ATTACHMENT_LOAD_OP_LOAD; in get_vk_load_store_ops()
|
D | GrVkCopyManager.cpp | 336 VkAttachmentLoadOp loadOp = canDiscardOutsideDstRect ? VK_ATTACHMENT_LOAD_OP_DONT_CARE in copySurfaceAsDraw() local 338 GrVkRenderPass::LoadStoreOps vkColorOps(loadOp, VK_ATTACHMENT_STORE_OP_STORE); in copySurfaceAsDraw()
|
/external/skqp/src/gpu/vk/ |
D | GrVkRenderPass.h | 36 LoadStoreOps(VkAttachmentLoadOp loadOp, VkAttachmentStoreOp storeOp) in LoadStoreOps() 37 : fLoadOp(loadOp) in LoadStoreOps()
|
D | GrVkRenderPass.cpp | 26 attachment->loadOp = desc.fLoadStoreOps.fLoadOp; in setup_vk_attachment_description() 32 attachment->loadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE; in setup_vk_attachment_description()
|
D | GrVkGpuCommandBuffer.cpp | 51 VkAttachmentLoadOp* loadOp, VkAttachmentStoreOp* storeOp) { in get_vk_load_store_ops() argument 54 *loadOp = VK_ATTACHMENT_LOAD_OP_LOAD; in get_vk_load_store_ops() 57 *loadOp = VK_ATTACHMENT_LOAD_OP_CLEAR; in get_vk_load_store_ops() 60 *loadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE; in get_vk_load_store_ops() 64 *loadOp = VK_ATTACHMENT_LOAD_OP_LOAD; in get_vk_load_store_ops()
|
D | GrVkCopyManager.cpp | 336 VkAttachmentLoadOp loadOp = canDiscardOutsideDstRect ? VK_ATTACHMENT_LOAD_OP_DONT_CARE in copySurfaceAsDraw() local 338 GrVkRenderPass::LoadStoreOps vkColorOps(loadOp, VK_ATTACHMENT_STORE_OP_STORE); in copySurfaceAsDraw()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTestsUtil.hpp | 54 VkAttachmentLoadOp loadOp, 69 VkAttachmentLoadOp loadOp, 360 VkAttachmentLoadOp loadOp,
|
D | vktRenderPassUnusedAttachmentTests.cpp | 64 VkAttachmentLoadOp loadOp; member 125 testParams.loadOp, // VkAttachmentLoadOp loadOp in createRenderPass() 937 std::string loadOpToString (VkAttachmentLoadOp loadOp) in loadOpToString() argument 939 switch (loadOp) in loadOpToString() 1003 params.loadOp = loadOps[loadOpIdx]; in createRenderPassUnusedAttachmentTests()
|
D | vktRenderPassTests.cpp | 638 VkAttachmentLoadOp loadOp, in Attachment() argument 649 , m_loadOp (loadOp) in Attachment() 4828 …const VkAttachmentLoadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARR… in addAttachmentTests() local 4838 …attachments.push_back(Attachment(format, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStore… in addAttachmentTests() 4846 …const VkAttachmentLoadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARR… in addAttachmentTests() local 4856 …attachments.push_back(Attachment(format, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStore… in addAttachmentTests() 4923 const VkAttachmentLoadOp loadOp = VK_ATTACHMENT_LOAD_OP_CLEAR; in addAttachmentWriteMaskTests() local 4931 …attachments.push_back(Attachment(format, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStore… in addAttachmentWriteMaskTests() 5142 …const VkAttachmentLoadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_… in addAttachmentAllocationTests() local 5159 if (loadOp == VK_ATTACHMENT_LOAD_OP_LOAD || loadOp == VK_ATTACHMENT_LOAD_OP_CLEAR in addAttachmentAllocationTests() [all …]
|
D | vktRenderPassTestsUtil.cpp | 56 loadOp = loadOp_; in AttachmentDescription1() 80 loadOp = loadOp_; in AttachmentDescription2() 523 VkAttachmentLoadOp loadOp, in Attachment() argument 534 , m_loadOp (loadOp) in Attachment()
|
D | vktRenderPassSubpassDependencyTests.cpp | 1941 const VkAttachmentLoadOp loadOp (VK_ATTACHMENT_LOAD_OP_DONT_CARE); in initTests() local 1949 …attachments.push_back(Attachment(format, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStore… in initTests() 2008 const VkAttachmentLoadOp loadOp (VK_ATTACHMENT_LOAD_OP_DONT_CARE); in initTests() local 2016 …attachments.push_back(Attachment(format, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStore… in initTests() 2097 const VkAttachmentLoadOp loadOp (VK_ATTACHMENT_LOAD_OP_CLEAR); in initTests() local 2108 …attachments.push_back(Attachment(format, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStore… in initTests()
|
/external/deqp/external/vulkancts/modules/vulkan/multiview/ |
D | vktMultiViewRenderPassUtil.hpp | 44 VkAttachmentLoadOp loadOp, 59 VkAttachmentLoadOp loadOp,
|
D | vktMultiViewRenderPassUtil.cpp | 53 loadOp = loadOp_; in AttachmentDescription1() 77 loadOp = loadOp_; in AttachmentDescription2()
|
/external/vulkan-validation-layers/layers/ |
D | convert_to_renderpass2.cpp | 102 out_struct->loadOp = in_struct->loadOp; in ConvertVkAttachmentDescriptionToV2KHR()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkTypeUtil.inl | 262 …lags, VkFormat format, VkSampleCountFlagBits samples, VkAttachmentLoadOp loadOp, VkAttachmentStore… argument 268 res.loadOp = loadOp;
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_pass.c | 75 att->load_op = pCreateInfo->pAttachments[i].loadOp; in radv_CreateRenderPass()
|
D | radv_meta_blit.c | 731 .loadOp = VK_ATTACHMENT_LOAD_OP_LOAD, in radv_device_init_meta_blit_color() 893 .loadOp = VK_ATTACHMENT_LOAD_OP_LOAD, in radv_device_init_meta_blit_depth() 1054 .loadOp = VK_ATTACHMENT_LOAD_OP_LOAD, in radv_device_init_meta_blit_stencil()
|
D | radv_meta_blit2d.c | 717 .loadOp = VK_ATTACHMENT_LOAD_OP_LOAD, in blit2d_init_color_pipeline() 882 .loadOp = VK_ATTACHMENT_LOAD_OP_LOAD, in blit2d_init_depth_only_pipeline() 1044 .loadOp = VK_ATTACHMENT_LOAD_OP_LOAD, in blit2d_init_stencil_only_pipeline()
|
D | radv_meta_decompress.c | 44 attachment.loadOp = VK_ATTACHMENT_LOAD_OP_LOAD; in create_pass()
|
D | radv_meta_clear.c | 210 .loadOp = VK_ATTACHMENT_LOAD_OP_LOAD, in create_color_renderpass() 459 .loadOp = VK_ATTACHMENT_LOAD_OP_LOAD, in create_depthstencil_renderpass() 1226 .loadOp = VK_ATTACHMENT_LOAD_OP_LOAD, in radv_clear_image_layer()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_pass.c | 95 att->load_op = pCreateInfo->pAttachments[i].loadOp; in anv_CreateRenderPass()
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawCreateInfoUtil.cpp | 420 loadOp = _loadOp; in AttachmentDescription() 433 loadOp = rhs.loadOp; in AttachmentDescription()
|