Searched defs:Caches (Results 1 – 4 of 4) sorted by relevance
13 [Caches] section14 VertexRoutineCacheSize=102415 PixelRoutineCacheSize=102416 SetupRoutineCacheSize=102417 VertexCacheSize=64
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;
34 auto const& Caches = Info.caches; in AddContextCases() local
38 DenseMap<Block *, LinkGraph::SplitBlockCache> Caches; in operator ()() local