Searched refs:ComputeProgramKey (Results 1 – 3 of 3) sorted by relevance
89 struct ComputeProgramKey struct in vk::PipelineCache91 ComputeProgramKey(uint64_t shaderIdentifier, uint32_t pipelineLayoutIdentifier);93 bool operator<(const ComputeProgramKey &other) const;107 …<sw::ComputeProgram> getOrCreateComputeProgram(const PipelineCache::ComputeProgramKey &key, Functi…126 …std::map<ComputeProgramKey, std::shared_ptr<sw::ComputeProgram>> computePrograms GUARDED_BY(comput…135 …gram> PipelineCache::getOrCreateComputeProgram(const PipelineCache::ComputeProgramKey &key, Functi… in getOrCreateComputeProgram()
58 PipelineCache::ComputeProgramKey::ComputeProgramKey(uint64_t shaderIdentifier, uint32_t pipelineLay… in ComputeProgramKey() function in vk::PipelineCache::ComputeProgramKey63 bool PipelineCache::ComputeProgramKey::operator<(const ComputeProgramKey &other) const in operator <()
689 const PipelineCache::ComputeProgramKey programKey(shader->getIdentifier(), layout->identifier); in compileShaders()