Searched defs:Caches (Results 1 – 6 of 6) sorted by relevance
13 [Caches] section14 VertexRoutineCacheSize=102415 PixelRoutineCacheSize=102416 SetupRoutineCacheSize=102417 VertexCacheSize=64
49 struct DeviceBase::Caches { struct in dawn_native::DeviceBase50 ContentLessObjectCache<BindGroupLayoutBase> bindGroupLayouts;51 ContentLessObjectCache<ComputePipelineBase> computePipelines;52 ContentLessObjectCache<PipelineLayoutBase> pipelineLayouts;53 ContentLessObjectCache<RenderPipelineBase> renderPipelines;54 ContentLessObjectCache<SamplerBase> samplers;55 ContentLessObjectCache<ShaderModuleBase> shaderModules;
64 struct DeviceBase::Caches { struct in dawn_native::DeviceBase65 ~Caches() { in ~Caches()75 ContentLessObjectCache<AttachmentStateBlueprint> attachmentStates;76 ContentLessObjectCache<BindGroupLayoutBase> bindGroupLayouts;77 ContentLessObjectCache<ComputePipelineBase> computePipelines;78 ContentLessObjectCache<PipelineLayoutBase> pipelineLayouts;79 ContentLessObjectCache<RenderPipelineBase> renderPipelines;80 ContentLessObjectCache<SamplerBase> samplers;81 ContentLessObjectCache<ShaderModuleBase> shaderModules;
5909 [[pipelines-cache-retrieval]]
34 auto const& Caches = Info.caches; in AddContextCases() local
38 DenseMap<Block *, LinkGraph::SplitBlockCache> Caches; in operator ()() local