Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/hlsl/
H A DOutputHLSL.cpp2109 ASSERT(node->getUseEmulatedFunction()); in visitUnary()
2146 ASSERT(node->getUseEmulatedFunction()); in visitUnary()
2156 if (node->getUseEmulatedFunction()) in visitUnary()
2187 ASSERT(node->getUseEmulatedFunction()); in visitUnary()
2203 ASSERT(node->getUseEmulatedFunction()); in visitUnary()
2675 ASSERT(node->getUseEmulatedFunction()); in visitAggregate()
2686 ASSERT(node->getUseEmulatedFunction()); in visitAggregate()
2706 ASSERT(node->getUseEmulatedFunction()); in visitAggregate()
2726 ASSERT(node->getUseEmulatedFunction()); in visitAggregate()
2739 ASSERT(node->getUseEmulatedFunction()); in visitAggregate()
[all …]
/aosp_15_r20/external/angle/src/compiler/translator/glsl/
H A DOutputGLSLBase.cpp818 node->getUseEmulatedFunction()); in visitUnary()
978 writeFunctionTriplet(visit, functionName, node->getUseEmulatedFunction()); in visitAggregate()
/aosp_15_r20/external/angle/src/compiler/translator/
H A DIntermNode.h570 bool getUseEmulatedFunction() { return mUseEmulatedFunction; } in getUseEmulatedFunction() function
655 bool getUseEmulatedFunction() { return mUseEmulatedFunction; } in getUseEmulatedFunction() function