Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp5164 TIntermTyped* andNode = handleBinaryMath(loc, "and", EOpLogicalAnd, notnan, notinf); in decomposeIntrinsic() local
5165 andNode->setType(boolType); in decomposeIntrinsic()
5167 compoundStatement = intermediate.growAggregate(compoundStatement, andNode); in decomposeIntrinsic()