Home
last modified time | relevance | path

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

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