Home
last modified time | relevance | path

Searched defs:loadOp (Results 1 – 25 of 32) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/xla/service/mlir_gpu/
Dkernel_lowering.cc149 getFunction().walk([&](mlir::LoadOp loadOp) { in runOnFunction()
221 if (auto loadOp = llvm::dyn_cast<mlir::LoadOp>(op)) { in operationConsideredDead() local
/external/skia/src/gpu/vk/
DGrVkOpsRenderPass.cpp32 VkAttachmentLoadOp* loadOp, VkAttachmentStoreOp* storeOp) { in get_vk_load_store_ops()
67 VkAttachmentLoadOp loadOp; in init() local
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedAttachmentTests.cpp64 VkAttachmentLoadOp loadOp; member
937 std::string loadOpToString (VkAttachmentLoadOp loadOp) in loadOpToString()
DvktRenderPassTests.cpp678 VkAttachmentLoadOp loadOp, in Attachment()
4879 …const VkAttachmentLoadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARR… in addAttachmentTests() local
4901 …const VkAttachmentLoadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARR… in addAttachmentTests() local
4981 const VkAttachmentLoadOp loadOp = VK_ATTACHMENT_LOAD_OP_CLEAR; in addAttachmentWriteMaskTests() local
5202 …const VkAttachmentLoadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_… in addAttachmentAllocationTests() local
5449 …const VkAttachmentLoadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARR… in addAttachmentAllocationTests() local
6060 const VkAttachmentLoadOp loadOp = loadOps[loadOpNdx].op; in addFormatTests() local
6105 const VkAttachmentLoadOp loadOp = loadOps[loadOpNdx].op; in addFormatTests() local
6309 const VkAttachmentLoadOp loadOp = loadOps[loadOpNdx].op; in addFormatTests() local
6427 const VkAttachmentLoadOp loadOp = loadOps[loadOpNdx].op; in addFormatTests() local
DvktRenderPassSubpassDependencyTests.cpp3104 const VkAttachmentLoadOp loadOp (VK_ATTACHMENT_LOAD_OP_DONT_CARE); in initTests() local
3171 const VkAttachmentLoadOp loadOp (VK_ATTACHMENT_LOAD_OP_DONT_CARE); in initTests() local
3260 const VkAttachmentLoadOp loadOp (VK_ATTACHMENT_LOAD_OP_CLEAR); in initTests() local
DvktRenderPassTestsUtil.cpp522 VkAttachmentLoadOp loadOp, in Attachment()
/external/skia/src/gpu/dawn/
DGrDawnOpsRenderPass.cpp27 static wgpu::LoadOp to_dawn_load_op(GrLoadOp loadOp) { in to_dawn_load_op()
/external/skqp/src/gpu/vk/
DGrVkCopyManager.cpp336 VkAttachmentLoadOp loadOp = canDiscardOutsideDstRect ? VK_ATTACHMENT_LOAD_OP_DONT_CARE in copySurfaceAsDraw() local
DGrVkGpuCommandBuffer.cpp51 VkAttachmentLoadOp* loadOp, VkAttachmentStoreOp* storeOp) { in get_vk_load_store_ops()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiPipelineTests.cpp444 …t DeviceInterface& vk, const VkDevice& device, VkFormat format, VkAttachmentLoadOp loadOp, VkAttac… in createSimpleRenderPass()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.h131 uint16_t loadOp : 2; member
DCommandGraph.cpp147 const char *GetLoadOpShorthand(uint32_t loadOp) in GetLoadOpShorthand()
DFramebufferVk.cpp1369 VkAttachmentLoadOp loadOp; in startNewRenderPass() local
Dvk_cache_utils.cpp1460 VkAttachmentLoadOp loadOp, in initWithStore()
DContextVk.cpp194 char GetLoadOpShorthand(uint32_t loadOp) in GetLoadOpShorthand()
/external/deqp/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl262 …ionFlags flags, VkFormat format, VkSampleCountFlagBits samples, VkAttachmentLoadOp loadOp, VkAttac…
DvkStructTypes.inl943 VkAttachmentLoadOp loadOp; member
1923 VkAttachmentLoadOp loadOp; member
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleSampleLocationsExtTests.cpp682 const VkAttachmentLoadOp loadOp, in addAttachment()
2312 …const VkAttachmentLoadOp loadOp = (m_params.clears == TEST_CLEARS_LOAD_OP_CLEAR ? VK_ATTACHMENT_LO… in drawRenderPasses() local
/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderTests.cpp2781 const VkAttachmentLoadOp loadOp = (!fullClearPass) ? VK_ATTACHMENT_LOAD_OP_LOAD : in iterate() local
/external/angle/third_party/glslang/src/hlsl/
DhlslParseHelper.cpp280 TIntermAggregate* loadOp = new TIntermAggregate(EOpImageLoad); in handleLvalue() local
4640 TIntermAggregate* loadOp = load->getAsAggregate(); in decomposeIntrinsic() local
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp280 TIntermAggregate* loadOp = new TIntermAggregate(EOpImageLoad); in handleLvalue() local
4640 TIntermAggregate* loadOp = load->getAsAggregate(); in decomposeIntrinsic() local
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h2764 VkAttachmentLoadOp loadOp; member
5717 VkAttachmentLoadOp loadOp; member
/external/swiftshader/include/vulkan/
Dvulkan_core.h2788 VkAttachmentLoadOp loadOp; member
5741 VkAttachmentLoadOp loadOp; member
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_core.h2937 VkAttachmentLoadOp loadOp; member
5259 VkAttachmentLoadOp loadOp; member
/external/deqp/external/vulkancts/scripts/src/
Dvulkan_core.h2860 VkAttachmentLoadOp loadOp; member
5182 VkAttachmentLoadOp loadOp; member

12