Home
last modified time | relevance | path

Searched refs:AddOrGetCachedComputePipeline (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DDevice.cpp744 Ref<ComputePipelineBase> DeviceBase::AddOrGetCachedComputePipeline( in AddOrGetCachedComputePipeline() function in dawn_native::DeviceBase
1293 return AddOrGetCachedComputePipeline(std::move(uninitializedComputePipeline)); in CreateComputePipeline()
1344 result = AddOrGetCachedComputePipeline(std::move(computePipeline)); in InitializeComputePipelineAsyncImpl()
1658 mPipeline = mPipeline->GetDevice()->AddOrGetCachedComputePipeline(mPipeline); in AddComputePipelineAsyncCallbackTask()
DDevice.h430 Ref<ComputePipelineBase> AddOrGetCachedComputePipeline(