Searched defs:InternalPipelineStore (Results 1 – 2 of 2) sorted by relevance
32 struct InternalPipelineStore { struct37 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 …]
29 InternalPipelineStore::InternalPipelineStore(DeviceBase* device) in InternalPipelineStore() function in dawn_native::InternalPipelineStore