Home
last modified time | relevance | path

Searched refs:negFlipY (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTranslatorMetal.cpp54 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()
DDriverUniformMetal.cpp82 TIntermSwizzle *negFlipY = new TIntermSwizzle(negFlipXY, swizzleOffsetY); in getNegFlipYRef() local
83 return negFlipY; in getNegFlipYRef()
DTranslatorMetalDirect.cpp441 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/
DDriverUniform.cpp314 TIntermSwizzle *negFlipY = new TIntermSwizzle(negFlipXY, swizzleOffsetY); in getNegFlipYRef() local
315 return negFlipY; in getNegFlipYRef()