Home
last modified time | relevance | path

Searched refs:ComputeProgramKey (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Vulkan/
DVkPipelineCache.hpp90 struct ComputeProgramKey struct in vk::PipelineCache
92 ComputeProgramKey(const sw::SpirvShader *shader, const vk::PipelineLayout *layout) in ComputeProgramKey() argument
97 bool operator<(const ComputeProgramKey &other) const in operator <() argument
117 …<sw::ComputeProgram> getOrCreateComputeProgram(const PipelineCache::ComputeProgramKey &key, Functi…
136 …std::map<ComputeProgramKey, std::shared_ptr<sw::ComputeProgram>> computePrograms GUARDED_BY(comput…
145 …gram> PipelineCache::getOrCreateComputeProgram(const PipelineCache::ComputeProgramKey &key, Functi… in getOrCreateComputeProgram()
DVkPipeline.cpp128 …:ComputeProgram> createProgram(vk::Device *device, const vk::PipelineCache::ComputeProgramKey &key) in createProgram()
285 const PipelineCache::ComputeProgramKey programKey(shader.get(), layout); in compileShaders()
293 const PipelineCache::ComputeProgramKey programKey(shader.get(), layout); in compileShaders()