Home
last modified time | relevance | path

Searched refs:EOpClamp (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DInitialize.cpp98 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpClamp, genType, "clamp", genType, float1, float1); in InsertBuiltInFunctions()
99 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpClamp, genType, "clamp", genType, genType, genType); in InsertBuiltInFunctions()
100 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpClamp, genIType, "clamp", genIType, int1, int1); in InsertBuiltInFunctions()
101 …symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpClamp, genIType, "clamp", genIType, genIType, genITyp… in InsertBuiltInFunctions()
102 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpClamp, genUType, "clamp", genUType, uint1, uint1); in InsertBuiltInFunctions()
103 …symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpClamp, genUType, "clamp", genUType, genUType, genUTyp… in InsertBuiltInFunctions()
DintermOut.cpp305 case EOpClamp: out << "clamp"; break; in visitAggregate()
Dintermediate.h144 EOpClamp, enumerator
DOutputASM.cpp1494 case EOpClamp: in visitAggregate()