Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
Diomapper.cpp229 auto entKey2 = uniformVarMap[idx]->find(entKey.first); in operator ()() local
230 if (entKey2 != uniformVarMap[idx]->end()) { in operator ()()
231 entKey2->second.newBinding = ent.newBinding; in operator ()()
247 auto entKey2 = uniformVarMap[idx]->find(entKey.first); in operator ()() local
248 if (entKey2 != uniformVarMap[idx]->end()) { in operator ()()
249 entKey2->second.newSet = ent.newSet; in operator ()()