Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DInternalPipelineStore.h32 struct InternalPipelineStore { struct
37 copyTextureForBrowserPipelines;
39 Ref<ShaderModuleBase> copyTextureForBrowser;
41 Ref<ComputePipelineBase> timestampComputePipeline;
42 Ref<ShaderModuleBase> timestampCS;
44 Ref<ShaderModuleBase> dummyFragmentShader;
47 ScratchBuffer scratchStorage;
51 ScratchBuffer scratchIndirectStorage;
53 Ref<ComputePipelineBase> renderValidationPipeline;
54 Ref<ShaderModuleBase> renderValidationShader;
[all …]
DInternalPipelineStore.cpp29 InternalPipelineStore::InternalPipelineStore(DeviceBase* device) in InternalPipelineStore() function in dawn_native::InternalPipelineStore