Home
last modified time | relevance | path

Searched refs:getFlipRotation (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/compiler/translator/tree_util/
DSpecializationConstant.cpp291 new TIntermBinary(EOpInitialize, getFlipRotation(), CreateUIntNode(0))); in declareSpecConsts()
331 TIntermSymbol *SpecConst::getFlipRotation() in getFlipRotation() function in sh::SpecConst
352 return CreateFloatArrayWithRotationIndex(kRotatedFlipXYForDFdx, 0, 1, getFlipRotation()); in getMultiplierXForDFdx()
363 return CreateFloatArrayWithRotationIndex(kRotatedFlipXYForDFdx, 1, 1, getFlipRotation()); in getMultiplierYForDFdx()
374 return CreateFloatArrayWithRotationIndex(kRotatedFlipXYForDFdy, 0, 1, getFlipRotation()); in getMultiplierXForDFdy()
385 return CreateFloatArrayWithRotationIndex(kRotatedFlipXYForDFdy, 1, 1, getFlipRotation()); in getMultiplierYForDFdy()
395 return GenerateMat2x2ArrayWithIndex(kPreRotationMatrices, getFlipRotation()); in getPreRotationMatrix()
405 return GenerateMat2x2ArrayWithIndex(kFragRotationMatrices, getFlipRotation()); in getFragRotationMatrix()
415 return GenerateMat2x2ArrayWithIndex(kHalfRenderAreaRotationMatrices, getFlipRotation()); in getHalfRenderAreaRotationMatrix()
425 return CreateVec2ArrayWithIndex(kFlipXYValue, 1.0, getFlipRotation()); in getFlipXY()
[all …]
DSpecializationConstant.h52 TIntermSymbol *getFlipRotation();