Home
last modified time | relevance | path

Searched refs:DescHash (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/experimental/graphite/src/
H A DResourceProvider.h58 struct DescHash { struct in skgpu::ResourceProvider::GraphicsPipelineCache
64 SkLRUCache<const GraphicsPipelineDesc, std::unique_ptr<Entry>, DescHash> fMap;
/third_party/skia/src/gpu/
H A DGrDDLContext.cpp100 struct DescHash { struct in final::ProgramInfoMap
106 SkLRUCache<CacheKey, CacheValue, DescHash> fMap;
/third_party/skia/src/gpu/mtl/
H A DGrMtlResourceProvider.h75 struct DescHash { struct in GrMtlResourceProvider::PipelineStateCache
81 SkLRUCache<const GrProgramDesc, std::unique_ptr<Entry>, DescHash> fMap;
/third_party/skia/src/gpu/d3d/
H A DGrD3DResourceProvider.h107 struct DescHash { struct in GrD3DResourceProvider::PipelineStateCache
113 SkLRUCache<const GrProgramDesc, std::unique_ptr<Entry>, DescHash> fMap;
/third_party/skia/src/gpu/vk/
H A DGrVkResourceProvider.h254 struct DescHash { struct in GrVkResourceProvider::PipelineStateCache
260 SkLRUCache<const GrProgramDesc, std::unique_ptr<Entry>, DescHash> fMap;
/third_party/skia/src/gpu/gl/
H A DGrGLGpu.h418 struct DescHash { struct in final::ProgramCache
424 SkLRUCache<GrProgramDesc, std::unique_ptr<Entry>, DescHash> fMap;

Completed in 4 milliseconds