Lines Matching refs:fragRotation
197 TIntermTyped *fragRotation) in RotateAndFlipBuiltinVariable() argument
222 if (fragRotation) in RotateAndFlipBuiltinVariable()
224 rotatedXY = new TIntermBinary(EOpMatrixTimesVector, fragRotation, builtinXY); in RotateAndFlipBuiltinVariable()
603 TIntermTyped *fragRotation = nullptr; in InsertFragCoordCorrection() local
606 fragRotation = specConst->getFragRotationMatrix(); in InsertFragCoordCorrection()
607 if (!fragRotation) in InsertFragCoordCorrection()
609 fragRotation = driverUniforms->getFragRotationMatrixRef(); in InsertFragCoordCorrection()
614 pivot, fragRotation); in InsertFragCoordCorrection()
1083 TIntermTyped *fragRotation = nullptr; in translateImpl() local
1086 fragRotation = specConst->getFragRotationMatrix(); in translateImpl()
1087 if (!fragRotation) in translateImpl()
1089 fragRotation = driverUniforms->getFragRotationMatrixRef(); in translateImpl()
1095 kFlippedPointCoordName, pivot, fragRotation)) in translateImpl()
1109 TIntermTyped *fragRotation = nullptr; in translateImpl() local
1112 fragRotation = specConst->getFragRotationMatrix(); in translateImpl()
1113 if (!fragRotation) in translateImpl()
1115 fragRotation = driverUniforms->getFragRotationMatrixRef(); in translateImpl()
1121 kFlippedPointCoordName, pivot, fragRotation)) in translateImpl()