/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | RenderPassBuilderD3D12.cpp | 27 D3D12_RENDER_PASS_BEGINNING_ACCESS_TYPE D3D12BeginningAccessType(wgpu::LoadOp loadOp) { in D3D12BeginningAccessType() 151 wgpu::LoadOp loadOp, in SetRenderTargetBeginningAccess() 192 void RenderPassBuilder::SetDepthAccess(wgpu::LoadOp loadOp, in SetDepthAccess() 206 void RenderPassBuilder::SetStencilAccess(wgpu::LoadOp loadOp, in SetStencilAccess()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | RenderPassCache.cpp | 53 wgpu::LoadOp loadOp, in SetColor()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkOpsRenderPass.cpp | 36 VkAttachmentLoadOp* loadOp, VkAttachmentStoreOp* storeOp) { in get_vk_load_store_ops() 226 VkAttachmentLoadOp loadOp; in init() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
D | vktRenderPassUnusedAttachmentTests.cpp | 65 VkAttachmentLoadOp loadOp; member 938 std::string loadOpToString (VkAttachmentLoadOp loadOp) in loadOpToString()
|
D | vktRenderPassTests.cpp | 664 VkAttachmentLoadOp loadOp, in Attachment() 5689 …const VkAttachmentLoadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARR… in addAttachmentTests() local 5722 …const VkAttachmentLoadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARR… in addAttachmentTests() local 5828 const VkAttachmentLoadOp loadOp = VK_ATTACHMENT_LOAD_OP_CLEAR; in addAttachmentWriteMaskTests() local 6050 …const VkAttachmentLoadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_… in addAttachmentAllocationTests() local 6361 …const VkAttachmentLoadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARR… in addAttachmentAllocationTests() local 6972 const VkAttachmentLoadOp loadOp = loadOps[loadOpNdx].op; in addFormatTests() local 7018 const VkAttachmentLoadOp loadOp = loadOps[loadOpNdx].op; in addFormatTests() local 7222 const VkAttachmentLoadOp loadOp = loadOps[loadOpNdx].op; in addFormatTests() local 7341 const VkAttachmentLoadOp loadOp = loadOps[loadOpNdx].op; in addFormatTests() local
|
D | vktDynamicRenderingRandomTests.cpp | 407 VkAttachmentLoadOp loadOp = VK_ATTACHMENT_LOAD_OP_CLEAR; in iterate() local
|
D | vktRenderPassTestsUtil.cpp | 522 VkAttachmentLoadOp loadOp, in Attachment()
|
D | vktRenderPassSubpassDependencyTests.cpp | 3935 const VkAttachmentLoadOp loadOp (VK_ATTACHMENT_LOAD_OP_DONT_CARE); in initTests() local 4016 const VkAttachmentLoadOp loadOp (VK_ATTACHMENT_LOAD_OP_DONT_CARE); in initTests() local 4105 const VkAttachmentLoadOp loadOp (VK_ATTACHMENT_LOAD_OP_CLEAR); in initTests() local
|
D | vktRenderPassLoadStoreOpNoneTests.cpp | 95 VkAttachmentLoadOp loadOp; member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassUnusedAttachmentTests.cpp | 65 VkAttachmentLoadOp loadOp; member 938 std::string loadOpToString (VkAttachmentLoadOp loadOp) in loadOpToString()
|
D | vktRenderPassTests.cpp | 664 VkAttachmentLoadOp loadOp, in Attachment() 5689 …const VkAttachmentLoadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARR… in addAttachmentTests() local 5722 …const VkAttachmentLoadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARR… in addAttachmentTests() local 5828 const VkAttachmentLoadOp loadOp = VK_ATTACHMENT_LOAD_OP_CLEAR; in addAttachmentWriteMaskTests() local 6050 …const VkAttachmentLoadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_… in addAttachmentAllocationTests() local 6361 …const VkAttachmentLoadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARR… in addAttachmentAllocationTests() local 6972 const VkAttachmentLoadOp loadOp = loadOps[loadOpNdx].op; in addFormatTests() local 7018 const VkAttachmentLoadOp loadOp = loadOps[loadOpNdx].op; in addFormatTests() local 7222 const VkAttachmentLoadOp loadOp = loadOps[loadOpNdx].op; in addFormatTests() local 7341 const VkAttachmentLoadOp loadOp = loadOps[loadOpNdx].op; in addFormatTests() local
|
D | vktDynamicRenderingRandomTests.cpp | 407 VkAttachmentLoadOp loadOp = VK_ATTACHMENT_LOAD_OP_CLEAR; in iterate() local
|
D | vktRenderPassTestsUtil.cpp | 522 VkAttachmentLoadOp loadOp, in Attachment()
|
D | vktRenderPassSubpassDependencyTests.cpp | 3935 const VkAttachmentLoadOp loadOp (VK_ATTACHMENT_LOAD_OP_DONT_CARE); in initTests() local 4016 const VkAttachmentLoadOp loadOp (VK_ATTACHMENT_LOAD_OP_DONT_CARE); in initTests() local 4105 const VkAttachmentLoadOp loadOp (VK_ATTACHMENT_LOAD_OP_CLEAR); in initTests() local
|
D | vktRenderPassLoadStoreOpNoneTests.cpp | 95 VkAttachmentLoadOp loadOp; member
|
/third_party/skia/src/gpu/dawn/ |
D | GrDawnOpsRenderPass.cpp | 25 static wgpu::LoadOp to_dawn_load_op(GrLoadOp loadOp) { in to_dawn_load_op()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/ |
D | vktFragmentOperationsTransientAttachmentTests.cpp | 161 const VkAttachmentLoadOp loadOp, in makeAttachment()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/ |
D | vktFragmentOperationsTransientAttachmentTests.cpp | 161 const VkAttachmentLoadOp loadOp, in makeAttachment()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_pass.c | 789 VkAttachmentLoadOp loadOp = pCreateInfo->pAttachments[i].loadOp; in tu_CreateRenderPass2() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
D | vktSynchronizationNoneStageTests.cpp | 471 …:buildBasicRenderPass(VkFormat outputFormat, VkImageLayout outputLayout, VkAttachmentLoadOp loadOp) in buildBasicRenderPass()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationNoneStageTests.cpp | 471 …:buildBasicRenderPass(VkFormat outputFormat, VkImageLayout outputLayout, VkAttachmentLoadOp loadOp) in buildBasicRenderPass()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | Commands.h | 81 wgpu::LoadOp loadOp; member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_cache_utils.cpp | 52 VkAttachmentLoadOp ConvertRenderPassLoadOpToVkLoadOp(RenderPassLoadOp loadOp) in ConvertRenderPassLoadOpToVkLoadOp() 2734 RenderPassLoadOp loadOp, in setOps() 2744 RenderPassLoadOp loadOp, in setStencilOps()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
D | vktApiPipelineTests.cpp | 483 …t DeviceInterface& vk, const VkDevice& device, VkFormat format, VkAttachmentLoadOp loadOp, VkAttac… in createSimpleRenderPass()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiPipelineTests.cpp | 483 …t DeviceInterface& vk, const VkDevice& device, VkFormat format, VkAttachmentLoadOp loadOp, VkAttac… in createSimpleRenderPass()
|