Searched defs:flipXY (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
H A D | RewriteDfdy.cpp | 134 TIntermTyped *flipXY = mDriverUniforms->getFlipXYRef(); in visitAggregateWithRotation() local 203 TIntermTyped *flipXY = mDriverUniforms->getFlipXYRef(); in visitAggregateWithoutRotation() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
H A D | ContextMtl.h | 522 float flipXY[2]; member
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | TranslatorMetalDirect.cpp | 293 TIntermTyped *flipXY = specConst->getFlipXY(); in InsertFragCoordCorrection() local 218 RotateAndFlipBuiltinVariable(TCompiler *compiler, TIntermBlock *root, TIntermSequence *insertSequence, TIntermTyped *flipXY, TSymbolTable *symbolTable, const TVariable *builtin, const Name &flippedVariableName, TIntermTyped *pivot, TIntermTyped *fragRotation) RotateAndFlipBuiltinVariable() argument
|
H A D | TranslatorVulkan.cpp | 623 TIntermTyped *flipXY = specConst->getFlipXY(); in InsertFragCoordCorrection() local 1130 TIntermTyped *flipXY = specConst->getFlipXY(); in translateImpl() local 188 RotateAndFlipBuiltinVariable(TCompiler *compiler, TIntermBlock *root, TIntermSequence *insertSequence, TIntermTyped *flipXY, TSymbolTable *symbolTable, const TVariable *builtin, const ImmutableString &flippedVariableName, TIntermTyped *pivot, TIntermTyped *fragRotation) RotateAndFlipBuiltinVariable() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | ContextVk.cpp | 94 std::array<float, 2> flipXY; member
|
Completed in 15 milliseconds