Home
last modified time | relevance | path

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

123

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DRenderPassBuilderD3D12.cpp27 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/
DRenderPassCache.cpp53 wgpu::LoadOp loadOp, in SetColor()
/third_party/skia/src/gpu/vk/
DGrVkOpsRenderPass.cpp36 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/
DvktRenderPassUnusedAttachmentTests.cpp65 VkAttachmentLoadOp loadOp; member
938 std::string loadOpToString (VkAttachmentLoadOp loadOp) in loadOpToString()
DvktRenderPassTests.cpp664 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
DvktDynamicRenderingRandomTests.cpp407 VkAttachmentLoadOp loadOp = VK_ATTACHMENT_LOAD_OP_CLEAR; in iterate() local
DvktRenderPassTestsUtil.cpp522 VkAttachmentLoadOp loadOp, in Attachment()
DvktRenderPassSubpassDependencyTests.cpp3935 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
DvktRenderPassLoadStoreOpNoneTests.cpp95 VkAttachmentLoadOp loadOp; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedAttachmentTests.cpp65 VkAttachmentLoadOp loadOp; member
938 std::string loadOpToString (VkAttachmentLoadOp loadOp) in loadOpToString()
DvktRenderPassTests.cpp664 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
DvktDynamicRenderingRandomTests.cpp407 VkAttachmentLoadOp loadOp = VK_ATTACHMENT_LOAD_OP_CLEAR; in iterate() local
DvktRenderPassTestsUtil.cpp522 VkAttachmentLoadOp loadOp, in Attachment()
DvktRenderPassSubpassDependencyTests.cpp3935 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
DvktRenderPassLoadStoreOpNoneTests.cpp95 VkAttachmentLoadOp loadOp; member
/third_party/skia/src/gpu/dawn/
DGrDawnOpsRenderPass.cpp25 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/
DvktFragmentOperationsTransientAttachmentTests.cpp161 const VkAttachmentLoadOp loadOp, in makeAttachment()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsTransientAttachmentTests.cpp161 const VkAttachmentLoadOp loadOp, in makeAttachment()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_pass.c789 VkAttachmentLoadOp loadOp = pCreateInfo->pAttachments[i].loadOp; in tu_CreateRenderPass2() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
DvktSynchronizationNoneStageTests.cpp471 …:buildBasicRenderPass(VkFormat outputFormat, VkImageLayout outputLayout, VkAttachmentLoadOp loadOp) in buildBasicRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationNoneStageTests.cpp471 …:buildBasicRenderPass(VkFormat outputFormat, VkImageLayout outputLayout, VkAttachmentLoadOp loadOp) in buildBasicRenderPass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCommands.h81 wgpu::LoadOp loadOp; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.cpp52 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/
DvktApiPipelineTests.cpp483 …t DeviceInterface& vk, const VkDevice& device, VkFormat format, VkAttachmentLoadOp loadOp, VkAttac… in createSimpleRenderPass()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiPipelineTests.cpp483 …t DeviceInterface& vk, const VkDevice& device, VkFormat format, VkAttachmentLoadOp loadOp, VkAttac… in createSimpleRenderPass()

123