Lines Matching refs:fragRotation
256 TIntermTyped *fragRotation) in RotateAndFlipBuiltinVariable() argument
281 if (fragRotation) in RotateAndFlipBuiltinVariable()
283 rotatedXY = new TIntermBinary(EOpMatrixTimesVector, fragRotation, builtinXY); in RotateAndFlipBuiltinVariable()
335 TIntermTyped *fragRotation = nullptr; in InsertFragCoordCorrection() local
338 fragRotation = specConst->getFragRotationMatrix(); in InsertFragCoordCorrection()
339 if (!fragRotation) in InsertFragCoordCorrection()
341 fragRotation = driverUniforms->getFragRotationMatrixRef(); in InsertFragCoordCorrection()
346 pivot, fragRotation); in InsertFragCoordCorrection()
952 TIntermTyped *fragRotation = nullptr; in translateImpl() local
955 fragRotation = specConst->getFragRotationMatrix(); in translateImpl()
956 if (!fragRotation) in translateImpl()
958 fragRotation = driverUniforms->getFragRotationMatrixRef(); in translateImpl()
963 kFlippedPointCoordName, pivot, fragRotation)) in translateImpl()