Home
last modified time | relevance | path

Searched refs:programKey (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/
H A DRegistryAssociations.cpp136 CKey programKey; in AddShellExtensionInfo() local
137 programKey.Create(hkey, GetFullKeyPath(hkey, programKeyName)); in AddShellExtensionInfo()
138 programKey.SetValue(NULL, programTitle); in AddShellExtensionInfo()
149 iconKey.Create(programKey, kDefaultIconKeyName); in AddShellExtensionInfo()
154 shellKey.Create(programKey, kShellKeyName); in AddShellExtensionInfo()
/aosp_15_r20/external/angle/src/libANGLE/
H A DMemoryProgramCache.cpp107 const std::vector<uint8_t> &programKey = hashStream.getData(); in ComputeHash() local
108 angle::base::SHA1HashBytes(programKey.data(), programKey.size(), hashOut->data()); in ComputeHash()
/aosp_15_r20/external/swiftshader/src/Vulkan/
H A DVkPipeline.cpp689 const PipelineCache::ComputeProgramKey programKey(shader->getIdentifier(), layout->identifier); in compileShaders() local
693 program = pPipelineCache->getOrCreateComputeProgram(programKey, [&] { in compileShaders()