Home
last modified time | relevance | path

Searched refs:EOpLog (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DintermOut.cpp192 case EOpLog: out << "log"; break; in visitUnary()
Dintermediate.h126 EOpLog, enumerator
DIntermediate.cpp272 case EOpLog: return "log"; in getOperatorString()
1926 case EOpLog: in fold()
DInitialize.cpp65 symbolTable.insertBuiltIn(COMMON_BUILTINS, EOpLog, genType, "log", genType); in InsertBuiltInFunctions()
DOutputASM.cpp1163 case EOpLog: if(visit == PostVisit) emit(sw::Shader::OPCODE_LOG, result, arg); break; in visitUnary()
/external/deqp-deps/glslang/hlsl/
DhlslParseables.cpp1163 symbolTable.relateToOperator("log", EOpLog); in identifyBuiltIns()
/external/deqp-deps/glslang/glslang/Include/
Dintermediate.h339 EOpLog, enumerator
/external/deqp-deps/glslang/glslang/MachineIndependent/
DintermOut.cpp445 case EOpLog: out.debug << "log"; break; in visitUnary()
DConstant.cpp596 case EOpLog: in fold()
DInitialize.cpp8932 symbolTable.relateToOperator("log", EOpLog); in add2ndGenerationSamplingImaging()
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp5141 case glslang::EOpLog: