Home
last modified time | relevance | path

Searched refs:getRenderPassDescKeyForPipeline (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/graphite/dawn/
H A DDawnCaps.h75 uint32_t getRenderPassDescKeyForPipeline(const RenderPassDesc& renderPassDesc) const;
H A DDawnCaps.cpp946 uint32_t DawnCaps::getRenderPassDescKeyForPipeline(const RenderPassDesc& renderPassDesc) const { in getRenderPassDescKeyForPipeline() function in skgpu::graphite::DawnCaps
1007 builder[2] = this->getRenderPassDescKeyForPipeline(renderPassDesc); in makeGraphicsPipelineKey()
H A DDawnResourceProvider.cpp366 this->dawnSharedContext()->dawnCaps()->getRenderPassDescKeyForPipeline(renderPassDesc); in findOrCreateBlitWithDrawPipeline()