Searched refs:negFlipY (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | TranslatorMetal.cpp | 54 TIntermTyped *negFlipY) in AppendVertexShaderPositionYCorrectionToMain() argument 66 TIntermBinary *inverseY = new TIntermBinary(EOpMul, positionY->deepCopy(), negFlipY); in AppendVertexShaderPositionYCorrectionToMain() 138 TIntermTyped *negFlipY = driverUniforms.getNegFlipYRef(); in translate() local 141 if (!AppendVertexShaderPositionYCorrectionToMain(this, root, &getSymbolTable(), negFlipY)) in translate()
|
D | DriverUniformMetal.cpp | 82 TIntermSwizzle *negFlipY = new TIntermSwizzle(negFlipXY, swizzleOffsetY); in getNegFlipYRef() local 83 return negFlipY; in getNegFlipYRef()
|
D | TranslatorMetalDirect.cpp | 441 TIntermTyped *negFlipY) in AppendVertexShaderPositionYCorrectionToMain() argument 453 TIntermBinary *inverseY = new TIntermBinary(EOpMul, positionY->deepCopy(), negFlipY); in AppendVertexShaderPositionYCorrectionToMain() 1020 auto negFlipY = driverUniforms->getNegFlipYRef(); in translateImpl() local 1030 if (!AppendVertexShaderPositionYCorrectionToMain(this, root, &getSymbolTable(), negFlipY)) in translateImpl()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
D | DriverUniform.cpp | 314 TIntermSwizzle *negFlipY = new TIntermSwizzle(negFlipXY, swizzleOffsetY); in getNegFlipYRef() local 315 return negFlipY; in getNegFlipYRef()
|