Searched refs:programKey (Results 1 – 2 of 2) sorted by relevance
285 const PipelineCache::ComputeProgramKey programKey(shader.get(), layout); in compileShaders() local286 program = pPipelineCache->getOrCreateComputeProgram(programKey, [&] { in compileShaders()287 return createProgram(device, programKey); in compileShaders()293 const PipelineCache::ComputeProgramKey programKey(shader.get(), layout); in compileShaders() local294 program = createProgram(device, programKey); in compileShaders()
130 const std::string &programKey = hashStream.str(); in ComputeHash() local131 angle::base::SHA1HashBytes(reinterpret_cast<const unsigned char *>(programKey.c_str()), in ComputeHash()132 programKey.length(), hashOut->data()); in ComputeHash()