Home
last modified time | relevance | path

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

12

/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/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DRenderPassCache.cpp41 dawn::LoadOp loadOp, in SetColor()
DCommandBufferVk.cpp205 dawn::LoadOp loadOp = attachmentInfo.loadOp; in RecordBeginRenderPass() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DRenderPassCache.cpp53 wgpu::LoadOp loadOp, in SetColor()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedAttachmentTests.cpp64 VkAttachmentLoadOp loadOp; member
937 std::string loadOpToString (VkAttachmentLoadOp loadOp) in loadOpToString()
DvktRenderPassTests.cpp653 VkAttachmentLoadOp loadOp, in Attachment()
5364 …const VkAttachmentLoadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARR… in addAttachmentTests() local
5397 …const VkAttachmentLoadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARR… in addAttachmentTests() local
5494 const VkAttachmentLoadOp loadOp = VK_ATTACHMENT_LOAD_OP_CLEAR; in addAttachmentWriteMaskTests() local
5716 …const VkAttachmentLoadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_… in addAttachmentAllocationTests() local
6026 …const VkAttachmentLoadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARR… in addAttachmentAllocationTests() local
6637 const VkAttachmentLoadOp loadOp = loadOps[loadOpNdx].op; in addFormatTests() local
6683 const VkAttachmentLoadOp loadOp = loadOps[loadOpNdx].op; in addFormatTests() local
6887 const VkAttachmentLoadOp loadOp = loadOps[loadOpNdx].op; in addFormatTests() local
7006 const VkAttachmentLoadOp loadOp = loadOps[loadOpNdx].op; in addFormatTests() local
DvktRenderPassLoadStoreOpNoneTests.cpp80 VkAttachmentLoadOp loadOp; member
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
DvktRenderPassFragmentDensityMapTests.cpp485 …VkAttachmentLoadOp loadOp = resampleSubsampled ? VK_ATTACHMENT_LOAD_OP_LOAD : VK_ATTACHMENT_LOAD… in createRenderPassProduceSubsampledImage() local
/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/skia/src/gpu/dawn/
DGrDawnOpsRenderPass.cpp25 static wgpu::LoadOp to_dawn_load_op(GrLoadOp loadOp) { in to_dawn_load_op()
/third_party/flutter/skia/src/gpu/dawn/
DGrDawnGpuCommandBuffer.cpp87 static dawn::LoadOp to_dawn_load_op(GrLoadOp loadOp) { in to_dawn_load_op()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DCommands.h67 dawn::LoadOp loadOp; member
/third_party/flutter/skia/src/gpu/vk/
DGrVkGpuCommandBuffer.cpp122 VkAttachmentLoadOp* loadOp, VkAttachmentStoreOp* storeOp) { in get_vk_load_store_ops()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.h125 uint16_t loadOp : 2; member
DCommandGraph.cpp146 const char *GetLoadOpShorthand(uint32_t loadOp) in GetLoadOpShorthand()
/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()
Dvk_cache_utils.h288 uint16_t loadOp : 2; member
/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()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageDepthStencilDescriptorTests.cpp470 std::ostringstream loadOp; in initPrograms() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleSampleLocationsExtTests.cpp801 const VkAttachmentLoadOp loadOp, in addAttachment()
2438 …const VkAttachmentLoadOp loadOp = (m_params.clears == TEST_CLEARS_LOAD_OP_CLEAR ? VK_ATTACHMENT_LO… in drawRenderPasses() local
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl292 …ionFlags flags, VkFormat format, VkSampleCountFlagBits samples, VkAttachmentLoadOp loadOp, VkAttac…

12