Home
last modified time | relevance | path

Searched refs:EOpMatrixTimesVector (Results 1 – 25 of 32) sorted by relevance

12

/external/angle/src/compiler/translator/
DOperator.cpp71 case EOpMatrixTimesVector: in GetOperatorString()
DOperator_autogen.h87 EOpMatrixTimesVector, enumerator
DTranslatorMetalDirect.cpp237 TIntermBinary *zRotated = new TIntermBinary(EOpMatrixTimesVector, preRotationRef, glPosXY); in AppendPreRotation()
283 rotatedXY = new TIntermBinary(EOpMatrixTimesVector, fragRotation, builtinXY); in RotateAndFlipBuiltinVariable()
DOutputTree.cpp242 case EOpMatrixTimesVector: in visitBinary()
DIntermNode.cpp1178 case EOpMatrixTimesVector: in isMultiplication()
1217 return EOpMatrixTimesVector; in GetMulOpBasedOnOperands()
1743 case EOpMatrixTimesVector: in promote()
2383 case EOpMatrixTimesVector: in FoldBinary()
DOutputGLSLBase.cpp683 case EOpMatrixTimesVector: in visitBinary()
DTranslatorVulkan.cpp224 rotatedXY = new TIntermBinary(EOpMatrixTimesVector, fragRotation, builtinXY); in RotateAndFlipBuiltinVariable()
/external/angle/src/compiler/translator/tree_ops/vulkan/
DRewriteInterpolateAtOffset.cpp113 rotatedXY = new TIntermBinary(EOpMatrixTimesVector, fragRotation, flipXY); in visitAggregate()
/external/angle/src/compiler/translator/tree_ops/d3d/
DRewriteExpressionsWithShaderStorageBlock.cpp90 case EOpMatrixTimesVector: in IsReadonlyBinaryOperatorNotInSSBOAccessChain()
/external/swiftshader/src/OpenGL/compiler/
DintermOut.cpp142 case EOpMatrixTimesVector: out << "matrix-times-vector"; break; in visitBinary()
DIntermediate.cpp49 case EOpMatrixTimesVector: in ValidateMultiplication()
235 case EOpMatrixTimesVector: in getOperatorString()
1029 op = EOpMatrixTimesVector; in promote()
1596 case EOpMatrixTimesVector: in fold()
Dintermediate.h84 EOpMatrixTimesVector, enumerator
/external/angle/src/compiler/translator/tree_ops/
DEmulatePrecision.cpp526 case EOpMatrixTimesVector: in visitBinary()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DpropagateNoContraction.cpp174 case glslang::EOpMatrixTimesVector: in isArithmeticOperation()
DConstant.cpp123 case EOpMatrixTimesVector: in fold()
264 case EOpMatrixTimesVector: in fold()
DIntermediate.cpp934 case EOpMatrixTimesVector: in addPairConversion()
3125 case EOpMatrixTimesVector: in isNonuniformPropagating()
3577 node.setOp(op = EOpMatrixTimesVector); in promoteBinary()
DintermOut.cpp209 case EOpMatrixTimesVector: out.debug << "matrix-times-vector"; break; in visitBinary()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DpropagateNoContraction.cpp174 case glslang::EOpMatrixTimesVector: in isArithmeticOperation()
DConstant.cpp123 case EOpMatrixTimesVector: in fold()
264 case EOpMatrixTimesVector: in fold()
DIntermediate.cpp934 case EOpMatrixTimesVector: in addPairConversion()
3125 case EOpMatrixTimesVector: in isNonuniformPropagating()
3577 node.setOp(op = EOpMatrixTimesVector); in promoteBinary()
/external/angle/src/compiler/translator/tree_util/
DSpecializationConstant.cpp537 new TIntermBinary(EOpMatrixTimesVector, getHalfRenderAreaRotationMatrix(), halfRenderArea); in getHalfRenderArea()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/
Dintermediate.h318 EOpMatrixTimesVector, enumerator
/external/deqp-deps/glslang/glslang/Include/
Dintermediate.h315 EOpMatrixTimesVector, enumerator
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DProgramPrelude.cpp3689 case TOperator::EOpMatrixTimesVector: in visitOperator()
DEmitMetal.cpp373 case TOperator::EOpMatrixTimesVector: in GetOperatorString()

12