Home
last modified time | relevance | path

Searched refs:storeOp (Results 1 – 25 of 41) sorted by relevance

12

/external/skia/src/gpu/vk/
DGrVkRenderPass.h36 LoadStoreOps(VkAttachmentLoadOp loadOp, VkAttachmentStoreOp storeOp) in LoadStoreOps()
38 , fStoreOp(storeOp) {} in LoadStoreOps()
DGrVkRenderPass.cpp27 attachment->storeOp = desc.fLoadStoreOps.fStoreOp; in setup_vk_attachment_description()
33 attachment->storeOp = VK_ATTACHMENT_STORE_OP_DONT_CARE; in setup_vk_attachment_description()
DGrVkGpuCommandBuffer.cpp52 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/
DGrVkRenderPass.h36 LoadStoreOps(VkAttachmentLoadOp loadOp, VkAttachmentStoreOp storeOp) in LoadStoreOps()
38 , fStoreOp(storeOp) {} in LoadStoreOps()
DGrVkRenderPass.cpp27 attachment->storeOp = desc.fLoadStoreOps.fStoreOp; in setup_vk_attachment_description()
33 attachment->storeOp = VK_ATTACHMENT_STORE_OP_DONT_CARE; in setup_vk_attachment_description()
DGrVkGpuCommandBuffer.cpp51 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/
DvktRenderPassTestsUtil.hpp55 VkAttachmentStoreOp storeOp,
70 VkAttachmentStoreOp storeOp,
361 VkAttachmentStoreOp storeOp,
DvktRenderPassUnusedAttachmentTests.cpp65 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()
DvktRenderPassTestsUtil.cpp57 storeOp = storeOp_; in AttachmentDescription1()
81 storeOp = storeOp_; in AttachmentDescription2()
524 VkAttachmentStoreOp storeOp, in Attachment() argument
535 , m_storeOp (storeOp) in Attachment()
DvktRenderPassTests.cpp639 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 …]
DvktRenderPassSubpassDependencyTests.cpp1942 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/
DvktMultiViewRenderPassUtil.hpp45 VkAttachmentStoreOp storeOp,
60 VkAttachmentStoreOp storeOp,
DvktMultiViewRenderPassUtil.cpp54 storeOp = storeOp_; in AttachmentDescription1()
78 storeOp = storeOp_; in AttachmentDescription2()
/external/vulkan-validation-layers/layers/
Dconvert_to_renderpass2.cpp103 out_struct->storeOp = in_struct->storeOp; in ConvertVkAttachmentDescriptionToV2KHR()
/external/deqp/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl262 …pleCountFlagBits samples, VkAttachmentLoadOp loadOp, VkAttachmentStoreOp storeOp, VkAttachmentLoad… argument
269 res.storeOp = storeOp;
/external/mesa3d/src/intel/vulkan/
Danv_pass.c96 att->store_op = pCreateInfo->pAttachments[i].storeOp; in anv_CreateRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.cpp421 storeOp = _storeOp; in AttachmentDescription()
434 storeOp = rhs.storeOp; in AttachmentDescription()
DvktDrawCreateInfoUtil.hpp139 vk::VkAttachmentStoreOp storeOp,
/external/mesa3d/src/amd/vulkan/
Dradv_meta_blit.c732 .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()
Dradv_meta_blit2d.c718 .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()
Dradv_meta_decompress.c45 attachment.storeOp = VK_ATTACHMENT_STORE_OP_STORE; in create_pass()
Dradv_meta_clear.c211 .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()
Dradv_meta_resolve.c66 attachments[i].storeOp = VK_ATTACHMENT_STORE_OP_STORE; in create_pass()
Dradv_meta_resolve_fs.c227 .storeOp = VK_ATTACHMENT_STORE_OP_STORE, in create_resolve_pipeline()
Dradv_meta_fast_clear.c196 attachment.storeOp = VK_ATTACHMENT_STORE_OP_STORE; in create_pass()

12