Home
last modified time | relevance | path

Searched refs:fColorResolveAttachment (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/graphite/
H A DRenderPassDesc.cpp70 desc.fColorResolveAttachment.fTextureInfo = targetInfo; in Make()
72 desc.fColorResolveAttachment.fLoadOp = LoadOp::kDiscard; in Make()
74 desc.fColorResolveAttachment.fLoadOp = LoadOp::kLoad; in Make()
76 desc.fColorResolveAttachment.fStoreOp = storeOp; in Make()
111 fColorResolveAttachment.toString().c_str(), in toString()
126 (fColorResolveAttachment.fTextureInfo.isValid() || fSampleCount > 1)) { in toPipelineLabel()
134 fColorResolveAttachment.fTextureInfo.toRPAttachmentString().c_str(), in toPipelineLabel()
H A DRenderPassDesc.h43 AttachmentDesc fColorResolveAttachment; member
/aosp_15_r20/external/skia/src/gpu/graphite/vk/
H A DVulkanRenderPass.cpp161 fLoadMSAAFromResolve = renderPassDesc.fColorResolveAttachment.fTextureInfo.isValid() && in VulkanRenderPassMetaData()
162 renderPassDesc.fColorResolveAttachment.fLoadOp == LoadOp::kLoad; in VulkanRenderPassMetaData()
165 renderPassDesc.fColorResolveAttachment.fTextureInfo.isValid(); in VulkanRenderPassMetaData()
184 fAttachments.push_back(&renderPassDesc.fColorResolveAttachment); in VulkanRenderPassMetaData()
275 auto& colorResolveAttachmentTextureInfo = renderPassDesc.fColorResolveAttachment.fTextureInfo; in MakeRenderPass()
309 loadMSAAFromResolve = renderPassDesc.fColorResolveAttachment.fLoadOp == LoadOp::kLoad; in MakeRenderPass()
310 SkASSERT(renderPassDesc.fColorResolveAttachment.fStoreOp == StoreOp::kStore); in MakeRenderPass()
314 auto& resolveAttachDesc = renderPassDesc.fColorResolveAttachment; in MakeRenderPass()
H A DVulkanCommandBuffer.cpp813 SkASSERT(resolveTexture ? renderPassDesc.fColorResolveAttachment.fStoreOp == StoreOp::kStore in beginRenderPass()
818 bool loadMSAAFromResolve = renderPassDesc.fColorResolveAttachment.fTextureInfo.isValid() && in beginRenderPass()
819 renderPassDesc.fColorResolveAttachment.fLoadOp == LoadOp::kLoad; in beginRenderPass()
H A DVulkanGraphicsPipeline.cpp803 bool loadMsaaFromResolve = renderPassDesc.fColorResolveAttachment.fTextureInfo.isValid() && in Make()
804 renderPassDesc.fColorResolveAttachment.fLoadOp == LoadOp::kLoad; in Make()
H A DVulkanResourceProvider.cpp542 if (!renderPassDesc.fColorResolveAttachment.fTextureInfo.isValid() || in findOrCreateLoadMSAAPipeline()
/aosp_15_r20/external/skia/tools/graphite/
H A DUniqueKeyUtils.cpp49 SkDebugf(" colorResolveAttach: %s\n", rpd.fColorResolveAttachment.toString().c_str()); in DumpDescs()
/aosp_15_r20/external/skia/src/gpu/graphite/dawn/
H A DDawnCommandBuffer.cpp351 SkASSERT(renderPassDesc.fColorResolveAttachment.fStoreOp == StoreOp::kStore); in beginRenderPass()
362 if (renderPassDesc.fColorResolveAttachment.fLoadOp == LoadOp::kLoad) { in beginRenderPass()
479 frontendRenderPassDesc.fColorResolveAttachment.fTextureInfo; in loadMSAAFromResolveAndBeginRenderPassEncoder()
H A DDawnGraphicsPipeline.cpp425 renderPassDesc.fColorResolveAttachment.fTextureInfo.isValid() && in Make()
426 renderPassDesc.fColorResolveAttachment.fLoadOp == LoadOp::kLoad; in Make()
H A DDawnCaps.cpp973 renderPassDesc.fColorResolveAttachment.fTextureInfo.isValid() && in getRenderPassDescKeyForPipeline()
974 renderPassDesc.fColorResolveAttachment.fLoadOp == LoadOp::kLoad) { in getRenderPassDescKeyForPipeline()
/aosp_15_r20/external/skia/src/gpu/graphite/task/
H A DRenderPassTask.cpp134 if (fRenderPassDesc.fColorResolveAttachment.fTextureInfo.isValid()) { in addCommands()
/aosp_15_r20/external/skia/src/gpu/graphite/mtl/
H A DMtlCommandBuffer.mm263 SkASSERT(renderPassDesc.fColorResolveAttachment.fStoreOp == StoreOp::kStore);
277 loadMSAAFromResolve = renderPassDesc.fColorResolveAttachment.fLoadOp == LoadOp::kLoad;