/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | RenderPassBuilderD3D12.cpp | 36 D3D12_RENDER_PASS_ENDING_ACCESS_TYPE D3D12EndingAccessType(wgpu::StoreOp storeOp) { in D3D12EndingAccessType() 46 wgpu::StoreOp storeOp, in D3D12EndingAccessResolveParameters() 171 wgpu::StoreOp storeOp) { in SetRenderTargetEndingAccess() 177 wgpu::StoreOp storeOp, in SetRenderTargetEndingAccessResolve() 193 wgpu::StoreOp storeOp, in SetDepthAccess() 207 wgpu::StoreOp storeOp, in SetStencilAccess()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | RenderPassCache.cpp | 54 wgpu::StoreOp storeOp, in SetColor()
|
/third_party/vk-gl-cts/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() 5690 …const VkAttachmentStoreOp storeOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps), DE… in addAttachmentTests() local 5723 …const VkAttachmentStoreOp storeOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps), DE… in addAttachmentTests() local 5829 const VkAttachmentStoreOp storeOp = VK_ATTACHMENT_STORE_OP_STORE; in addAttachmentWriteMaskTests() local 6051 …const VkAttachmentStoreOp storeOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps),… in addAttachmentAllocationTests() local 6362 …const VkAttachmentStoreOp storeOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps), DE… in addAttachmentAllocationTests() local 7026 const VkAttachmentStoreOp storeOp = storeOps[storeOpNdx].op; in addFormatTests() local 7349 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
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/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() 5690 …const VkAttachmentStoreOp storeOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps), DE… in addAttachmentTests() local 5723 …const VkAttachmentStoreOp storeOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps), DE… in addAttachmentTests() local 5829 const VkAttachmentStoreOp storeOp = VK_ATTACHMENT_STORE_OP_STORE; in addAttachmentWriteMaskTests() local 6051 …const VkAttachmentStoreOp storeOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps),… in addAttachmentAllocationTests() local 6362 …const VkAttachmentStoreOp storeOp = rng.choose<VkAttachmentStoreOp>(DE_ARRAY_BEGIN(storeOps), DE… in addAttachmentAllocationTests() local 7026 const VkAttachmentStoreOp storeOp = storeOps[storeOpNdx].op; in addFormatTests() local 7349 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()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkOpsRenderPass.cpp | 36 VkAttachmentLoadOp* loadOp, VkAttachmentStoreOp* storeOp) { in get_vk_load_store_ops() 227 VkAttachmentStoreOp storeOp; in init() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/ |
D | vktFragmentOperationsTransientAttachmentTests.cpp | 162 const VkAttachmentStoreOp storeOp, in makeAttachment()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/ |
D | vktFragmentOperationsTransientAttachmentTests.cpp | 162 const VkAttachmentStoreOp storeOp, in makeAttachment()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/ |
D | Commands.h | 68 dawn::StoreOp storeOp; member
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkGpuCommandBuffer.cpp | 122 VkAttachmentLoadOp* loadOp, VkAttachmentStoreOp* storeOp) { in get_vk_load_store_ops()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_cache_utils.h | 126 uint16_t storeOp : 1; member
|
D | CommandGraph.cpp | 159 const char *GetStoreOpShorthand(uint32_t storeOp) in GetStoreOpShorthand()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | Commands.h | 82 wgpu::StoreOp storeOp; member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_cache_utils.cpp | 57 VkAttachmentStoreOp ConvertRenderPassStoreOpToVkStoreOp(RenderPassStoreOp storeOp) in ConvertRenderPassStoreOpToVkStoreOp() 2735 RenderPassStoreOp storeOp) in setOps() 2745 RenderPassStoreOp storeOp) in setStencilOps()
|
D | vk_cache_utils.h | 289 uint16_t storeOp : 2; member
|
D | FramebufferVk.cpp | 2447 const vk::RenderPassStoreOp storeOp = colorRenderTarget->isImageTransient() in startNewRenderPass() local
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkTypeUtil.inl | 300 …mat, VkSampleCountFlagBits samples, VkAttachmentLoadOp loadOp, VkAttachmentStoreOp storeOp, VkAtta…
|