/external/skia/src/gpu/vk/ |
D | GrVkOpsRenderPass.cpp | 32 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()
|
D | GrVkRenderPass.h | 25 LoadStoreOps(VkAttachmentLoadOp loadOp, VkAttachmentStoreOp storeOp) in LoadStoreOps() 27 , 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()
|
/external/tensorflow/tensorflow/compiler/xla/service/mlir_gpu/ |
D | kernel_lowering.cc | 156 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/ |
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/mesa3d/src/gallium/drivers/zink/ |
D | zink_render_pass.c | 44 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/ |
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() 523 VkAttachmentStoreOp storeOp, in Attachment() argument 534 , m_storeOp (storeOp) in Attachment()
|
D | vktRenderPassTests.cpp | 679 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/ |
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/swiftshader/src/Vulkan/ |
D | VkRenderPass.cpp | 76 dst[i].storeOp = src[i].storeOp; in CopyAttachmentDescriptions()
|
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_legacy.c | 263 .storeOp = pCreateInfo->pAttachments[i].storeOp, in tu_CreateRenderPass()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | CommandGraph.cpp | 160 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()
|
D | CommandGraph.h | 135 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/ |
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 | 283 .store_op = pCreateInfo->pAttachments[i].storeOp, in anv_CreateRenderPass() 522 .store_op = pCreateInfo->pAttachments[i].storeOp, in anv_CreateRenderPass2()
|
/external/skia/src/gpu/dawn/ |
D | GrDawnOpsRenderPass.cpp | 68 colorAttachment.storeOp = wgpu::StoreOp::Store; in beginRenderPass()
|
/external/angle/src/libANGLE/renderer/metal/ |
D | FrameBufferMtl.mm | 320 // Compute loadOp based on previous storeOp and reset storeOp flags: 623 // Set the appropriate storeOp for attachments.
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawCreateInfoUtil.cpp | 421 storeOp = _storeOp; in AttachmentDescription() 434 storeOp = rhs.storeOp; in AttachmentDescription()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_meta_blit.c | 998 .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()
|