Home
last modified time | relevance | path

Searched refs:EOpMul (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DInitialize.cpp160 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpMul, mat2, "matrixCompMult", mat2, mat2); in InsertBuiltInFunctions()
161 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpMul, mat3, "matrixCompMult", mat3, mat3); in InsertBuiltInFunctions()
162 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpMul, mat4, "matrixCompMult", mat4, mat4); in InsertBuiltInFunctions()
163 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpMul, mat2x3, "matrixCompMult", mat2x3, mat2x3); in InsertBuiltInFunctions()
164 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpMul, mat3x2, "matrixCompMult", mat3x2, mat3x2); in InsertBuiltInFunctions()
165 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpMul, mat2x4, "matrixCompMult", mat2x4, mat2x4); in InsertBuiltInFunctions()
166 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpMul, mat4x2, "matrixCompMult", mat4x2, mat4x2); in InsertBuiltInFunctions()
167 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpMul, mat3x4, "matrixCompMult", mat3x4, mat3x4); in InsertBuiltInFunctions()
168 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpMul, mat4x3, "matrixCompMult", mat4x3, mat4x3); in InsertBuiltInFunctions()
DintermOut.cpp125 case EOpMul: out << "component-wise multiply"; break; in visitBinary()
321 case EOpMul: out << "component-wise multiply"; break; in visitAggregate()
DIntermediate.cpp37 case EOpMul: in ValidateMultiplication()
222 case EOpMul: return "*"; in getOperatorString()
364 case EOpMul: in addBinaryMath()
1013 case EOpMul: in promote()
1445 case EOpMul: in fold()
Dintermediate.h65 EOpMul, enumerator
DOutputASM.cpp689 …case EOpMul: if(visit == PostVisit) emitBinary(getOpcode(sw::Shader::OPCODE_MUL, result), re… in visitBinary()
1510 case EOpMul: in visitAggregate()
2687 case EOpMul: in cost()
Dglslang.y428 $$ = context->addBinaryMath(EOpMul, $1, $3, @2);
Dglslang_tab.cpp2705 …(yyval.interm.intermTypedNode) = context->addBinaryMath(EOpMul, (yyvsp[-2].interm.intermTypedNode)… in yyparse()
DParseHelper.cpp3496 case EOpMul: in addBinaryMathInternal()