/external/skia/src/gpu/vk/ |
D | GrVkRenderPass.h | 36 LoadStoreOps(VkAttachmentLoadOp loadOp, VkAttachmentStoreOp storeOp) in LoadStoreOps() 38 , fStoreOp(storeOp) {} in LoadStoreOps()
|
D | GrVkRenderPass.cpp | 27 attachment->storeOp = desc.fLoadStoreOps.fStoreOp; in setup_vk_attachment_description() 33 attachment->storeOp = VK_ATTACHMENT_STORE_OP_DONT_CARE; in setup_vk_attachment_description()
|
D | GrVkGpuCommandBuffer.cpp | 52 VkAttachmentLoadOp* loadOp, VkAttachmentStoreOp* storeOp) { in get_vk_load_store_ops() argument 70 *storeOp = VK_ATTACHMENT_STORE_OP_STORE; in get_vk_load_store_ops() 73 *storeOp = VK_ATTACHMENT_STORE_OP_DONT_CARE; in get_vk_load_store_ops() 77 *storeOp = VK_ATTACHMENT_STORE_OP_STORE; in get_vk_load_store_ops()
|
/external/skqp/src/gpu/vk/ |
D | GrVkRenderPass.h | 36 LoadStoreOps(VkAttachmentLoadOp loadOp, VkAttachmentStoreOp storeOp) in LoadStoreOps() 38 , fStoreOp(storeOp) {} in LoadStoreOps()
|
D | GrVkRenderPass.cpp | 27 attachment->storeOp = desc.fLoadStoreOps.fStoreOp; in setup_vk_attachment_description() 33 attachment->storeOp = VK_ATTACHMENT_STORE_OP_DONT_CARE; in setup_vk_attachment_description()
|
D | GrVkGpuCommandBuffer.cpp | 51 VkAttachmentLoadOp* loadOp, VkAttachmentStoreOp* storeOp) { in get_vk_load_store_ops() argument 69 *storeOp = VK_ATTACHMENT_STORE_OP_STORE; in get_vk_load_store_ops() 72 *storeOp = VK_ATTACHMENT_STORE_OP_DONT_CARE; in get_vk_load_store_ops() 76 *storeOp = VK_ATTACHMENT_STORE_OP_STORE; in get_vk_load_store_ops()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTestsUtil.hpp | 55 VkAttachmentStoreOp storeOp, 70 VkAttachmentStoreOp storeOp, 361 VkAttachmentStoreOp storeOp,
|
D | vktRenderPassUnusedAttachmentTests.cpp | 65 VkAttachmentStoreOp storeOp; member 126 testParams.storeOp, // VkAttachmentStoreOp storeOp in createRenderPass() 953 std::string storeOpToString (VkAttachmentStoreOp storeOp) in storeOpToString() argument 955 switch (storeOp) in storeOpToString() 1004 params.storeOp = storeOps[storeOpIdx]; in createRenderPassUnusedAttachmentTests()
|
D | vktRenderPassTestsUtil.cpp | 57 storeOp = storeOp_; in AttachmentDescription1() 81 storeOp = storeOp_; in AttachmentDescription2() 524 VkAttachmentStoreOp storeOp, in Attachment() argument 535 , m_storeOp (storeOp) in Attachment()
|
D | vktRenderPassTests.cpp | 639 VkAttachmentStoreOp storeOp, in Attachment() argument 650 , m_storeOp (storeOp) in Attachment() 4829 …const VkAttachmentStoreOp storeOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps), DE… in addAttachmentTests() local 4838 …attachments.push_back(Attachment(format, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStore… in addAttachmentTests() 4847 …const VkAttachmentStoreOp storeOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps), DE… in addAttachmentTests() local 4856 …attachments.push_back(Attachment(format, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStore… in addAttachmentTests() 4924 const VkAttachmentStoreOp storeOp = VK_ATTACHMENT_STORE_OP_STORE; in addAttachmentWriteMaskTests() local 4931 …attachments.push_back(Attachment(format, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStore… in addAttachmentWriteMaskTests() 5143 …const VkAttachmentStoreOp storeOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps),… in addAttachmentAllocationTests() local 5165 …attachments.push_back(Attachment(format, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStore… in addAttachmentAllocationTests() [all …]
|
D | vktRenderPassSubpassDependencyTests.cpp | 1942 const VkAttachmentStoreOp storeOp (VK_ATTACHMENT_STORE_OP_STORE); in initTests() local 1949 …attachments.push_back(Attachment(format, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStore… in initTests() 2009 const VkAttachmentStoreOp storeOp (VK_ATTACHMENT_STORE_OP_STORE); in initTests() local 2016 …attachments.push_back(Attachment(format, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStore… in initTests() 2098 const VkAttachmentStoreOp storeOp ((attachmentNdx == attachmentCount - 1) 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 | 45 VkAttachmentStoreOp storeOp, 60 VkAttachmentStoreOp storeOp,
|
D | vktMultiViewRenderPassUtil.cpp | 54 storeOp = storeOp_; in AttachmentDescription1() 78 storeOp = storeOp_; in AttachmentDescription2()
|
/external/vulkan-validation-layers/layers/ |
D | convert_to_renderpass2.cpp | 103 out_struct->storeOp = in_struct->storeOp; in ConvertVkAttachmentDescriptionToV2KHR()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkTypeUtil.inl | 262 …pleCountFlagBits samples, VkAttachmentLoadOp loadOp, VkAttachmentStoreOp storeOp, VkAttachmentLoad… argument 269 res.storeOp = storeOp;
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_pass.c | 96 att->store_op = pCreateInfo->pAttachments[i].storeOp; in anv_CreateRenderPass()
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawCreateInfoUtil.cpp | 421 storeOp = _storeOp; in AttachmentDescription() 434 storeOp = rhs.storeOp; in AttachmentDescription()
|
D | vktDrawCreateInfoUtil.hpp | 139 vk::VkAttachmentStoreOp storeOp,
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_meta_blit.c | 732 .storeOp = VK_ATTACHMENT_STORE_OP_STORE, in radv_device_init_meta_blit_color() 894 .storeOp = VK_ATTACHMENT_STORE_OP_STORE, in radv_device_init_meta_blit_depth() 1055 .storeOp = VK_ATTACHMENT_STORE_OP_STORE, in radv_device_init_meta_blit_stencil()
|
D | radv_meta_blit2d.c | 718 .storeOp = VK_ATTACHMENT_STORE_OP_STORE, in blit2d_init_color_pipeline() 883 .storeOp = VK_ATTACHMENT_STORE_OP_STORE, in blit2d_init_depth_only_pipeline() 1045 .storeOp = VK_ATTACHMENT_STORE_OP_STORE, in blit2d_init_stencil_only_pipeline()
|
D | radv_meta_decompress.c | 45 attachment.storeOp = VK_ATTACHMENT_STORE_OP_STORE; in create_pass()
|
D | radv_meta_clear.c | 211 .storeOp = VK_ATTACHMENT_STORE_OP_STORE, in create_color_renderpass() 460 .storeOp = VK_ATTACHMENT_STORE_OP_STORE, in create_depthstencil_renderpass() 1227 .storeOp = VK_ATTACHMENT_STORE_OP_STORE, in radv_clear_image_layer()
|
D | radv_meta_resolve.c | 66 attachments[i].storeOp = VK_ATTACHMENT_STORE_OP_STORE; in create_pass()
|
D | radv_meta_resolve_fs.c | 227 .storeOp = VK_ATTACHMENT_STORE_OP_STORE, in create_resolve_pipeline()
|
D | radv_meta_fast_clear.c | 196 attachment.storeOp = VK_ATTACHMENT_STORE_OP_STORE; in create_pass()
|