/external/skia/src/gpu/graphite/ |
D | DrawContext.cpp | 158 StoreOp storeOp, in Make()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassUnusedAttachmentTests.cpp | 66 VkAttachmentStoreOp storeOp; member 954 std::string storeOpToString (VkAttachmentStoreOp storeOp) in storeOpToString()
|
D | vktRenderPassTests.cpp | 665 VkAttachmentStoreOp storeOp, in Attachment() 5692 …const VkAttachmentStoreOp storeOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps), DE… in addAttachmentTests() local 5725 …const VkAttachmentStoreOp storeOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps), DE… in addAttachmentTests() local 5831 const VkAttachmentStoreOp storeOp = VK_ATTACHMENT_STORE_OP_STORE; in addAttachmentWriteMaskTests() local 6053 …const VkAttachmentStoreOp storeOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps),… in addAttachmentAllocationTests() local 6364 …const VkAttachmentStoreOp storeOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps), DE… in addAttachmentAllocationTests() local 7028 const VkAttachmentStoreOp storeOp = storeOps[storeOpNdx].op; in addFormatTests() local 7351 const VkAttachmentStoreOp storeOp = storeOps[storeOpNdx].op; in addFormatTests() local
|
D | vktRenderPassTestsUtil.cpp | 523 VkAttachmentStoreOp storeOp, in Attachment()
|
D | vktRenderPassSubpassDependencyTests.cpp | 3936 const VkAttachmentStoreOp storeOp (VK_ATTACHMENT_STORE_OP_STORE); in initTests() local 4017 const VkAttachmentStoreOp storeOp (VK_ATTACHMENT_STORE_OP_STORE); in initTests() local 4106 const VkAttachmentStoreOp storeOp ((attachmentNdx == attachmentCount - 1) in initTests() local
|
D | vktRenderPassLoadStoreOpNoneTests.cpp | 96 VkAttachmentStoreOp storeOp; member
|
D | vktDynamicRenderingTests.cpp | 1160 const VkAttachmentStoreOp storeOp) in beginRendering()
|
/external/skia/src/gpu/ganesh/vk/ |
D | GrVkOpsRenderPass.cpp | 36 VkAttachmentLoadOp* loadOp, VkAttachmentStoreOp* storeOp) { in get_vk_load_store_ops() 233 VkAttachmentStoreOp storeOp; in init() local
|
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Transforms/ |
D | gpu_fusion_rewrite.cc | 290 funcOp.walk([&](memref::TensorStoreOp storeOp) { in annotateLaunchFunc()
|
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/lhlo/transforms/ |
D | lhlo_elemental_utils.cc | 53 [&](StoreOp storeOp) { in createLoadOrUseCachedValue()
|
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/ |
D | vktFragmentOperationsTransientAttachmentTests.cpp | 162 const VkAttachmentStoreOp storeOp, in makeAttachment()
|
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/ |
D | vkTypeUtil.inl | 256 …mat, VkSampleCountFlagBits samples, VkAttachmentLoadOp loadOp, VkAttachmentStoreOp storeOp, VkAtta…
|
D | vkStructTypes.inl | 932 VkAttachmentStoreOp storeOp; member 1790 VkAttachmentStoreOp storeOp; member
|
D | vkVulkan_c.inl | 2429 VkAttachmentStoreOp storeOp; member 4417 VkAttachmentStoreOp storeOp; member
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | CommandGraph.cpp | 160 const char *GetStoreOpShorthand(uint32_t storeOp) in GetStoreOpShorthand()
|
D | vk_cache_utils.cpp | 62 VkAttachmentStoreOp ConvertRenderPassStoreOpToVkStoreOp(RenderPassStoreOp storeOp) in ConvertRenderPassStoreOpToVkStoreOp() 986 VkAttachmentStoreOp storeOp = createInfo.pAttachments[index].storeOp; in UpdateRenderPassColorPerfCounters() local 4448 RenderPassStoreOp storeOp) in setOps() 4458 RenderPassStoreOp storeOp) in setStencilOps()
|
D | FramebufferVk.cpp | 2851 const vk::RenderPassStoreOp storeOp = colorRenderTarget->isImageTransient() in startNewRenderPass() local
|
D | vk_cache_utils.h | 318 uint16_t storeOp : 2; member
|
D | vk_helpers.cpp | 915 char GetStoreOpShorthand(RenderPassStoreOp storeOp) in GetStoreOpShorthand() 1258 RenderPassStoreOp *storeOp, in finalizeLoadStore() 2152 RenderPassStoreOp storeOp = static_cast<RenderPassStoreOp>(ops.storeOp); in finalizeColorImageLoadStore() local
|
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/ |
D | vkTypeUtil.inl | 300 …mat, VkSampleCountFlagBits samples, VkAttachmentLoadOp loadOp, VkAttachmentStoreOp storeOp, VkAtta…
|
D | vkStructTypes.inl | 889 VkAttachmentStoreOp storeOp; member 3446 VkAttachmentStoreOp storeOp; member 7246 VkAttachmentStoreOp storeOp; member
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 750 const VkAttachmentStoreOp storeOp, in addAttachment()
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/ |
D | hlslParseHelper.cpp | 293 TIntermAggregate* storeOp = new TIntermAggregate(EOpImageStore); in handleLvalue() local
|
/external/deqp-deps/glslang/glslang/HLSL/ |
D | hlslParseHelper.cpp | 293 TIntermAggregate* storeOp = new TIntermAggregate(EOpImageStore); in handleLvalue() local
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan_sc_core.h | 2424 VkAttachmentStoreOp storeOp; member 4412 VkAttachmentStoreOp storeOp; member
|