Home
last modified time | relevance | path

Searched refs:EOpLength (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DOperator_autogen.h207 EOpLength, // Unary enumerator
DIntermNode.cpp1412 case EOpLength: in promote()
2284 case EOpLength: in fold()
2800 case EOpLength: in foldUnaryNonComponentWise()
DOutputHLSL.cpp2008 case EOpLength: in visitUnary()
DOutputSPIRV.cpp2743 case EOpLength: in visitOperator()
DSymbolTable_autogen.cpp9173 EOpLength,
9181 EOpLength,
9189 EOpLength,
9197 EOpLength,
9205 EOpLength,
9213 EOpLength,
9221 EOpLength,
9229 EOpLength,
DSymbolTable_ESSL_autogen.cpp6586 EOpLength,
6594 EOpLength,
6602 EOpLength,
6610 EOpLength,
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DintermOut.cpp222 case EOpLength: out << "length"; break; in visitUnary()
Dintermediate.h161 EOpLength, enumerator
DInitialize.cpp139 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpLength, float1, "length", genType); in InsertBuiltInFunctions()
DIntermediate.cpp285 case EOpLength: return "length"; in getOperatorString()
DOutputASM.cpp1178 …case EOpLength: if(visit == PostVisit) emit(sw::Shader::OPCODE_LEN(dim(arg)), result, ar… in visitUnary()
/third_party/glslang/glslang/MachineIndependent/
DConstant.cpp413 case EOpLength: in fold()
459 case EOpLength: in fold()
466 if (op == EOpLength) in fold()
DintermOut.cpp525 case EOpLength: out.debug << "length"; break; in visitUnary()
DInitialize.cpp226 { EOpLength, "length", 1, TypeF, ClassRS, nullptr },
/third_party/glslang/glslang/HLSL/
DhlslParseables.cpp1095 symbolTable.relateToOperator("length", EOpLength); in identifyBuiltIns()
/third_party/glslang/glslang/Include/
Dintermediate.h421 EOpLength, enumerator
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DProgramPrelude.cpp3451 case TOperator::EOpLength: in visitOperator()
DEmitMetal.cpp440 case TOperator::EOpLength: in GetOperatorString()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp5861 case glslang::EOpLength: in createUnaryOperation()