Searched refs:fAsyncPipelineCreation (Results 1 – 2 of 2) sorted by relevance
753 , fAsyncPipelineCreation(std::move(asyncCreationInfo)) in DawnGraphicsPipeline()766 fAsyncPipelineCreation = nullptr; in freeGpuData()770 if (!fAsyncPipelineCreation) { in dawnRenderPipeline()774 if (fAsyncPipelineCreation->fFinished) { in dawnRenderPipeline()775 return fAsyncPipelineCreation->fRenderPipeline; in dawnRenderPipeline()786 "key", fAsyncPipelineCreation->fKey.hash(), in dawnRenderPipeline()791 waitInfo.future = fAsyncPipelineCreation->fFuture; in dawnRenderPipeline()806 "key", fAsyncPipelineCreation->fKey.hash(), in dawnRenderPipeline()812 return fAsyncPipelineCreation->fRenderPipeline; in dawnRenderPipeline()
90 std::unique_ptr<AsyncPipelineCreation> fAsyncPipelineCreation; variable