Searched refs:absDirection (Results 1 – 1 of 1) sorted by relevance
91 const TVariable *absDirection = CreateTempVariable(mSymbolTable, kVec3Type); in getReplacementFunction() local93 absDirection, CreateBuiltInFunctionCallNode( in getReplacementFunction()97 TIntermSwizzle *absDirectionX = new TIntermSwizzle(new TIntermSymbol(absDirection), {0}); in getReplacementFunction()98 TIntermSwizzle *absDirectionY = new TIntermSwizzle(new TIntermSymbol(absDirection), {1}); in getReplacementFunction()99 TIntermSwizzle *absDirectionZ = new TIntermSwizzle(new TIntermSymbol(absDirection), {2}); in getReplacementFunction()