Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslGrammar.cpp1437 bool isUnorm = false; in acceptType() local
1443 isUnorm = true; in acceptType()
2058 if ((isUnorm || isSnorm) && !type.isFloatingDomain()) { in acceptType()