Home
last modified time | relevance | path

Searched defs:Caches (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/SwiftShader/
DSwiftShader.ini13 [Caches] section
14 VertexRoutineCacheSize=1024
15 PixelRoutineCacheSize=1024
16 SetupRoutineCacheSize=1024
17 VertexCacheSize=64
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DDevice.cpp49 struct DeviceBase::Caches { struct in dawn_native::DeviceBase
50 ContentLessObjectCache<BindGroupLayoutBase> bindGroupLayouts;
51 ContentLessObjectCache<ComputePipelineBase> computePipelines;
52 ContentLessObjectCache<PipelineLayoutBase> pipelineLayouts;
53 ContentLessObjectCache<RenderPipelineBase> renderPipelines;
54 ContentLessObjectCache<SamplerBase> samplers;
55 ContentLessObjectCache<ShaderModuleBase> shaderModules;
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DDevice.cpp64 struct DeviceBase::Caches { struct in dawn_native::DeviceBase
65 ~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;
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dpipelines.adoc5909 [[pipelines-cache-retrieval]]
/third_party/benchmark/test/
Dreporter_output_test.cc34 auto const& Caches = Info.caches; in AddContextCases() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DEHFrameSupport.cpp38 DenseMap<Block *, LinkGraph::SplitBlockCache> Caches; in operator ()() local