Home
last modified time | relevance | path

Searched defs:flipXY (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DRewriteDfdy.cpp134 TIntermTyped *flipXY = mDriverUniforms->getFlipXYRef(); in visitAggregateWithRotation() local
203 TIntermTyped *flipXY = mDriverUniforms->getFlipXYRef(); in visitAggregateWithoutRotation() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTranslatorVulkan.cpp191 TIntermTyped *flipXY, in RotateAndFlipBuiltinVariable()
623 TIntermTyped *flipXY = specConst->getFlipXY(); in InsertFragCoordCorrection() local
1130 TIntermTyped *flipXY = specConst->getFlipXY(); in translateImpl() local
DTranslatorMetalDirect.cpp221 TIntermTyped *flipXY, in RotateAndFlipBuiltinVariable()
293 TIntermTyped *flipXY = specConst->getFlipXY(); in InsertFragCoordCorrection() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DContextMtl.h522 float flipXY[2]; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DContextVk.cpp94 std::array<float, 2> flipXY; member