Home
last modified time | relevance | path

Searched refs:EOpMod (Results 1 - 22 of 22) sorted by relevance

/third_party/glslang/glslang/HLSL/
H A DhlslOpMap.cpp72 case EHTokPercent: return EOpMod; in binary()
165 case EOpMod: in precedenceLevel()
H A DhlslParseables.cpp1074 symbolTable.relateToOperator("fmod", EOpMod); in identifyBuiltIns()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DOperator_autogen.h176 EOpMod,
H A DIntermNode.cpp149 case EOpMod: in CanFoldAggregateBuiltInOp()
3495 case EOpMod:
H A DOutputHLSL.cpp2502 case EOpMod: in visitAggregate()
H A DSymbolTable_autogen.cpp7193 EOpMod,
7201 EOpMod,
7209 EOpMod,
7217 EOpMod,
7225 EOpMod,
7233 EOpMod,
7241 EOpMod,
7249 EOpMod,
7257 EOpMod,
7265 EOpMod,
[all...]
H A DOutputSPIRV.cpp2621 case EOpMod: in visitOperator()
H A DSymbolTable_ESSL_autogen.cpp5254 EOpMod,
5262 EOpMod,
5270 EOpMod,
5278 EOpMod,
5286 EOpMod,
5294 EOpMod,
5302 EOpMod,
[all...]
/third_party/glslang/glslang/MachineIndependent/
H A DIntermediate.cpp917 case EOpMod: in addPairConversion()
1091 case EOpMod: in addConversion()
3100 case EOpMod: in isSpecializationOperation()
3145 case EOpMod: in isNonuniformPropagating()
3379 case EOpMod: in promoteBinary()
3461 case EOpMod: in promoteBinary()
3514 case EOpMod: in promoteBinary()
3689 case EOpMod: in promoteBinary()
3770 case EOpMod: in promoteAggregate()
H A DConstant.cpp256 case EOpMod: in fold()
977 case EOpMod: in fold()
1040 case EOpMod: in fold()
H A DpropagateNoContraction.cpp168 case glslang::EOpMod: in isArithmeticOperation()
H A DintermOut.cpp159 case EOpMod: out.debug << "mod"; break; in visitBinary()
819 case EOpMod: out.debug << "mod"; break; in visitAggregate()
H A DInitialize.cpp201 { EOpMod, "mod", 2, TypeF, ClassLS, nullptr },
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DintermOut.cpp297 case EOpMod: out << "mod"; break; in visitAggregate()
H A DInitialize.cpp84 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpMod, genType, "mod", genType, float1); in InsertBuiltInFunctions()
85 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpMod, genType, "mod", genType, genType); in InsertBuiltInFunctions()
H A Dintermediate.h140 EOpMod, enumerator
H A DIntermediate.cpp224 case EOpMod: UNIMPLEMENTED(); break; in getOperatorString()
H A DOutputASM.cpp1665 case EOpMod: if(visit == PostVisit) emit(sw::Shader::OPCODE_MOD, result, arg[0], arg[1]); break; in visitAggregate()
/third_party/glslang/glslang/Include/
H A Dintermediate.h296 EOpMod, enumerator
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DProgramPrelude.cpp3442 case TOperator::EOpMod: in visitOperator()
H A DEmitMetal.cpp434 case TOperator::EOpMod: in GetOperatorString()
/third_party/glslang/SPIRV/
H A DGlslangToSpv.cpp3151 case glslang::EOpMod: in visitAggregate()
3154 binOp = glslang::EOpMod; in visitAggregate()
6500 case glslang::EOpMod: in createBinaryOperation()

Completed in 138 milliseconds