Home
last modified time | relevance | path

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

123

/external/skia/src/gpu/vk/
DGrVkOpsRenderPass.cpp32 VkAttachmentLoadOp* loadOp, VkAttachmentStoreOp* storeOp) { in get_vk_load_store_ops() argument
50 *storeOp = VK_ATTACHMENT_STORE_OP_STORE; in get_vk_load_store_ops()
53 *storeOp = VK_ATTACHMENT_STORE_OP_DONT_CARE; in get_vk_load_store_ops()
57 *storeOp = VK_ATTACHMENT_STORE_OP_STORE; in get_vk_load_store_ops()
68 VkAttachmentStoreOp storeOp; in init() local
70 &loadOp, &storeOp); in init()
71 GrVkRenderPass::LoadStoreOps vkColorOps(loadOp, storeOp); in init()
74 &loadOp, &storeOp); in init()
75 GrVkRenderPass::LoadStoreOps vkStencilOps(loadOp, storeOp); in init()
DGrVkRenderPass.h25 LoadStoreOps(VkAttachmentLoadOp loadOp, VkAttachmentStoreOp storeOp) in LoadStoreOps()
27 , 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()
/external/tensorflow/tensorflow/compiler/xla/service/mlir_gpu/
Dkernel_lowering.cc156 auto storeOp = llvm::dyn_cast<mlir::StoreOp>(&*(storeOpIt)); in runOnFunction() local
157 if (!storeOp) { in runOnFunction()
161 GetAllocOp(storeOp.memref(), &memrefToAllocOp); in runOnFunction()
167 auto storeIndices = storeOp.getIndices(); in runOnFunction()
173 loadOp.replaceAllUsesWith(storeOp.getValueToStore()); in runOnFunction()
/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/mesa3d/src/gallium/drivers/zink/
Dzink_render_pass.c44 attachments[i].storeOp = VK_ATTACHMENT_STORE_OP_STORE; in create_render_pass()
60 attachments[num_attachments].storeOp = VK_ATTACHMENT_STORE_OP_STORE; in create_render_pass()
/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()
523 VkAttachmentStoreOp storeOp, in Attachment() argument
534 , m_storeOp (storeOp) in Attachment()
DvktRenderPassTests.cpp679 VkAttachmentStoreOp storeOp, in Attachment() argument
690 , m_storeOp (storeOp) in Attachment()
4880 …const VkAttachmentStoreOp storeOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps), DE… in addAttachmentTests() local
4893 …attachments.push_back(Attachment(format, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStore… in addAttachmentTests()
4902 …const VkAttachmentStoreOp storeOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps), DE… in addAttachmentTests() local
4915 …attachments.push_back(Attachment(format, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStore… in addAttachmentTests()
4982 const VkAttachmentStoreOp storeOp = VK_ATTACHMENT_STORE_OP_STORE; in addAttachmentWriteMaskTests() local
4989 …attachments.push_back(Attachment(format, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStore… in addAttachmentWriteMaskTests()
5203 …const VkAttachmentStoreOp storeOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps),… in addAttachmentAllocationTests() local
5225 …attachments.push_back(Attachment(format, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStore… in addAttachmentAllocationTests()
[all …]
/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/swiftshader/src/Vulkan/
DVkRenderPass.cpp76 dst[i].storeOp = src[i].storeOp; in CopyAttachmentDescriptions()
/external/mesa3d/src/freedreno/vulkan/
Dtu_legacy.c263 .storeOp = pCreateInfo->pAttachments[i].storeOp, in tu_CreateRenderPass()
/external/angle/src/libANGLE/renderer/vulkan/
DCommandGraph.cpp160 const char *GetStoreOpShorthand(uint32_t storeOp) in GetStoreOpShorthand() argument
162 switch (storeOp) in GetStoreOpShorthand()
858 storeOps += GetStoreOpShorthand(mRenderPassAttachmentOps[i].storeOp); in dumpCommandsForDiagnostics()
873 storeOps += GetStoreOpShorthand(mRenderPassAttachmentOps[dsIndex].storeOp); in dumpCommandsForDiagnostics()
DCommandGraph.h135 mRenderPassAttachmentOps[attachmentIndex].storeOp = VK_ATTACHMENT_STORE_OP_DONT_CARE; in invalidateRenderPassColorAttachment()
140 mRenderPassAttachmentOps[attachmentIndex].storeOp = VK_ATTACHMENT_STORE_OP_DONT_CARE; in invalidateRenderPassDepthAttachment()
/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.c283 .store_op = pCreateInfo->pAttachments[i].storeOp, in anv_CreateRenderPass()
522 .store_op = pCreateInfo->pAttachments[i].storeOp, in anv_CreateRenderPass2()
/external/skia/src/gpu/dawn/
DGrDawnOpsRenderPass.cpp68 colorAttachment.storeOp = wgpu::StoreOp::Store; in beginRenderPass()
/external/angle/src/libANGLE/renderer/metal/
DFrameBufferMtl.mm320 // Compute loadOp based on previous storeOp and reset storeOp flags:
623 // Set the appropriate storeOp for attachments.
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.cpp421 storeOp = _storeOp; in AttachmentDescription()
434 storeOp = rhs.storeOp; in AttachmentDescription()
/external/mesa3d/src/amd/vulkan/
Dradv_meta_blit.c998 .storeOp = VK_ATTACHMENT_STORE_OP_STORE, in radv_device_init_meta_blit_color()
1081 .storeOp = VK_ATTACHMENT_STORE_OP_STORE, in radv_device_init_meta_blit_depth()
1158 .storeOp = VK_ATTACHMENT_STORE_OP_STORE, in radv_device_init_meta_blit_stencil()

123