Home
last modified time | relevance | path

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

/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddead_variable_elimination.cpp51 count = kMustKeep; in Process()
55 if (count != kMustKeep) { in Process()
99 if (count != kMustKeep) { in DeleteVariable()
Ddead_variable_elimination.h50 enum { kMustKeep = INT_MAX }; enumerator
/external/deqp-deps/SPIRV-Tools/source/opt/
Ddead_variable_elimination.cpp51 count = kMustKeep; in Process()
55 if (count != kMustKeep) { in Process()
99 if (count != kMustKeep) { in DeleteVariable()
Ddead_variable_elimination.h49 enum { kMustKeep = INT_MAX }; enumerator