Searched refs:EOpLength (Results 1 - 5 of 5) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
H A DintermOut.cpp222 case EOpLength: out << "length"; break;
H A Dintermediate.h161 EOpLength, enumerator in enum:TOperator
H A DInitialize.cpp138 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpLength, float1, "length", genType);
H A DIntermediate.cpp285 case EOpLength: return "length";
H A DOutputASM.cpp1036 case EOpLength: if(visit == PostVisit) emit(sw::Shader::OPCODE_LEN(dim(arg)), result, arg); break;

Completed in 92 milliseconds