Home
last modified time | relevance | path

Searched refs:EOpSign (Results 1 - 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DExtensionGLSL.cpp56 case EOpSign: in checkOperator()
H A DOperator_autogen.h169 EOpSign, // Unary
H A DOutputHLSL.cpp1951 case EOpSign: in visitUnary()
H A DIntermNode.cpp3143 case EOpSign:
H A DSymbolTable_autogen.cpp6713 EOpSign,
6721 EOpSign,
6729 EOpSign,
6737 EOpSign,
6745 EOpSign,
6753 EOpSign,
6761 EOpSign,
6769 EOpSign,
6777 EOpSign,
6785 EOpSign,
[all...]
H A DSymbolTable_ESSL_autogen.cpp4998 EOpSign,
5006 EOpSign,
5014 EOpSign,
5022 EOpSign,
5030 EOpSign,
5038 EOpSign,
5046 EOpSign,
5054 EOpSign,
[all...]
H A DOutputSPIRV.cpp2597 case EOpSign: in visitOperator()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DintermOut.cpp199 case EOpSign: out << "Sign"; break; in visitUnary()
H A DInitialize.cpp76 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpSign, genType, "sign", genType); in InsertBuiltInFunctions()
77 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpSign, genIType, "sign", genIType); in InsertBuiltInFunctions()
H A Dintermediate.h133 EOpSign, enumerator
H A DIntermediate.cpp278 case EOpSign: return "sign"; in getOperatorString()
910 case EOpSign: in promote()
H A DOutputASM.cpp1169 case EOpSign: if(visit == PostVisit) emit(getOpcode(sw::Shader::OPCODE_SGN, result), result, arg); break; in visitUnary()
/third_party/glslang/glslang/HLSL/
H A DhlslParseables.cpp1129 symbolTable.relateToOperator("sign", EOpSign); in identifyBuiltIns()
/third_party/glslang/glslang/Include/
H A Dintermediate.h358 EOpSign, enumerator
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DProgramPrelude.cpp3549 case TOperator::EOpSign: in visitOperator()
H A DEmitMetal.cpp454 case TOperator::EOpSign: in GetOperatorString()
/third_party/glslang/glslang/MachineIndependent/
H A DintermOut.cpp434 case EOpSign: out.debug << "Sign"; break; in visitUnary()
H A DConstant.cpp592 case EOpSign: in fold()
H A DInitialize.cpp197 { EOpSign, "sign", 1, TypeF, ClassRegular, nullptr },
232 { EOpSign, "sign", 1, TypeI, ClassRegular, Es300Desktop130 },
/third_party/glslang/SPIRV/
H A DGlslangToSpv.cpp7024 case glslang::EOpSign: in createUnaryOperation()

Completed in 119 milliseconds