Home
last modified time | relevance | path

Searched defs:AsyncPipelineCreationBase (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/gpu/graphite/dawn/
DDawnGraphicsPipeline.cpp249 struct AsyncPipelineCreationBase { struct
250 AsyncPipelineCreationBase(const UniqueKey& key) : fKey(key) {} in AsyncPipelineCreationBase() argument
252 wgpu::RenderPipeline fRenderPipeline;
253 bool fFinished = false;
254 UniqueKey fKey; // for logging the wait to resolve a Pipeline future in dawnRenderPipeline
258 skgpu::StdSteadyClock::time_point fStartTime;
259 bool fFromPrecompile;
260 bool fAsynchronous = false;