Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp5161 TIntermTyped* notinf = handleUnaryMath(loc, "!", EOpLogicalNot, isinf); in decomposeIntrinsic() local
5162 notinf->setType(boolType); in decomposeIntrinsic()
5164 TIntermTyped* andNode = handleBinaryMath(loc, "and", EOpLogicalAnd, notnan, notinf); in decomposeIntrinsic()