Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DTranslatorMetalDirect.cpp946 TIntermTyped *flipNegXY = specConst->getNegFlipXY(); in translateImpl() local
947 if (!flipNegXY) in translateImpl()
949 flipNegXY = driverUniforms->getNegFlipXYRef(); in translateImpl()
961 if (!RotateAndFlipBuiltinVariable(this, root, GetMainSequence(root), flipNegXY, in translateImpl()
DTranslatorVulkan.cpp1077 TIntermTyped *flipNegXY = specConst->getNegFlipXY(); in translateImpl() local
1078 if (!flipNegXY) in translateImpl()
1080 flipNegXY = driverUniforms->getNegFlipXYRef(); in translateImpl()
1092 if (!RotateAndFlipBuiltinVariable(this, root, GetMainSequence(root), flipNegXY, in translateImpl()