Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DOutputHLSL.cpp1920 ASSERT(node->getUseEmulatedFunction()); in visitUnary()
1957 ASSERT(node->getUseEmulatedFunction()); in visitUnary()
1967 if (node->getUseEmulatedFunction()) in visitUnary()
1998 ASSERT(node->getUseEmulatedFunction()); in visitUnary()
2014 ASSERT(node->getUseEmulatedFunction()); in visitUnary()
2498 ASSERT(node->getUseEmulatedFunction()); in visitAggregate()
2509 ASSERT(node->getUseEmulatedFunction()); in visitAggregate()
2529 ASSERT(node->getUseEmulatedFunction()); in visitAggregate()
2549 ASSERT(node->getUseEmulatedFunction()); in visitAggregate()
2562 ASSERT(node->getUseEmulatedFunction()); in visitAggregate()
[all …]
DIntermNode.h544 bool getUseEmulatedFunction() { return mUseEmulatedFunction; } in getUseEmulatedFunction() function
624 bool getUseEmulatedFunction() { return mUseEmulatedFunction; } in getUseEmulatedFunction() function
DOutputGLSLBase.cpp746 node->getUseEmulatedFunction()); in visitUnary()
901 writeFunctionTriplet(visit, functionName, node->getUseEmulatedFunction()); in visitAggregate()