Home
last modified time | relevance | path

Searched refs:resolveTextureLoadOp (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/graphite/dawn/
H A DDawnCaps.h31 std::optional<wgpu::LoadOp> resolveTextureLoadOp() const { in resolveTextureLoadOp() function
H A DDawnCaps.cpp970 const bool shouldIncludeLoadResolveAttachmentBit = this->resolveTextureLoadOp().has_value(); in getRenderPassDescKeyForPipeline()
1062 SkASSERT(this->resolveTextureLoadOp().has_value()); in extractGraphicsDescs()
H A DDawnGraphicsPipeline.cpp430 if (loadMsaaFromResolve && sharedContext->dawnCaps()->resolveTextureLoadOp().has_value()) { in Make()
H A DDawnCommandBuffer.cpp364 fSharedContext->dawnCaps()->resolveTextureLoadOp(); in beginRenderPass()