/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | Initialize.cpp | 92 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpMax, genType, "max", genType, float1); in InsertBuiltInFunctions() 93 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpMax, genType, "max", genType, genType); in InsertBuiltInFunctions() 94 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpMax, genIType, "max", genIType, genIType); in InsertBuiltInFunctions() 95 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpMax, genIType, "max", genIType, int1); in InsertBuiltInFunctions() 96 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpMax, genUType, "max", genUType, genUType); in InsertBuiltInFunctions() 97 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpMax, genUType, "max", genUType, uint1); in InsertBuiltInFunctions()
|
H A D | intermOut.cpp | 304 case EOpMax: out << "max"; break; in visitAggregate()
|
H A D | intermediate.h | 143 EOpMax, enumerator
|
H A D | ParseHelper.cpp | 3642 TIntermTyped *typedReturnNode = valConstant->fold(EOpMax, minConstant, infoSink()); in addFunctionCallOrMethod() 3672 else if (op == EOpMax || op == EOpMin) in addFunctionCallOrMethod()
|
H A D | Intermediate.cpp | 1755 case EOpMax: in fold()
|
H A D | OutputASM.cpp | 1678 case EOpMax: if(visit == PostVisit) emit(getOpcode(sw::Shader::OPCODE_MAX, result), result, arg[0], arg[1]); break; in visitAggregate()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | Operator_autogen.h | 178 EOpMax,
|
H A D | IntermNode.cpp | 151 case EOpMax: in CanFoldAggregateBuiltInOp() 3535 case EOpMax:
|
H A D | SymbolTable_ESSL_autogen.cpp | 5478 EOpMax, 5486 EOpMax, 5494 EOpMax, 5502 EOpMax, 5510 EOpMax, 5518 EOpMax, 5526 EOpMax, 5534 EOpMax, 5542 EOpMax, 5550 EOpMax, [all...] |
H A D | SymbolTable_autogen.cpp | 7529 EOpMax, 7537 EOpMax, 7545 EOpMax, 7553 EOpMax, 7561 EOpMax, 7569 EOpMax, 7577 EOpMax, 7585 EOpMax, 7593 EOpMax, 7601 EOpMax, [all...] |
H A D | OutputHLSL.cpp | 2520 case EOpMax: in visitAggregate()
|
H A D | OutputSPIRV.cpp | 2637 case EOpMax: in visitOperator()
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | Constant.cpp | 975 case EOpMax: in fold() 1082 case EOpMax: in fold()
|
H A D | Intermediate.cpp | 1089 case EOpMax: in addConversion() 3775 case EOpMax: in promoteAggregate()
|
H A D | intermOut.cpp | 826 case EOpMax: out.debug << "max"; break; in visitAggregate()
|
H A D | Initialize.cpp | 203 { EOpMax, "max", 2, TypeF, ClassLS, nullptr }, 238 { EOpMax, "max", 2, TypeIU, ClassLS, Es300Desktop130 },
|
/third_party/glslang/glslang/HLSL/ |
H A D | hlslParseables.cpp | 1102 symbolTable.relateToOperator("max", EOpMax); in identifyBuiltIns()
|
H A D | hlslParseHelper.cpp | 5182 TIntermAggregate* diffuse = new TIntermAggregate(EOpMax); in decomposeIntrinsic()
|
/third_party/glslang/glslang/Include/ |
H A D | intermediate.h | 367 EOpMax, enumerator
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | ProgramPrelude.cpp | 3555 case TOperator::EOpMax: in visitOperator()
|
H A D | EmitMetal.cpp | 509 case TOperator::EOpMax: in GetOperatorString()
|
/third_party/glslang/SPIRV/ |
H A D | GlslangToSpv.cpp | 8642 case glslang::EOpMax: in createMiscOperation()
|