Home
last modified time | relevance | path

Searched refs:OutputASM (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp42 …Temporary(OutputASM *assembler) : TIntermSymbol(TSymbolTableLevel::nextUniqueId(), "tmp", TType(Eb… in Temporary()
52 OutputASM *const assembler;
227OutputASM::TextureFunction::TextureFunction(const TString& nodeName) : method(IMPLICIT), proj(fals… in TextureFunction()
307OutputASM::OutputASM(TParseContext &context, Shader *shaderObject) : TIntermTraverser(true, true, … in OutputASM() function in glsl::OutputASM
325 OutputASM::~OutputASM() in ~OutputASM()
329 void OutputASM::output() in output()
348 void OutputASM::emitShader(Scope scope) in emitShader()
355 void OutputASM::freeTemporary(Temporary *temporary) in freeTemporary()
360 sw::Shader::Opcode OutputASM::getOpcode(sw::Shader::Opcode op, TIntermTyped *in) const in getOpcode()
466 void OutputASM::visitSymbol(TIntermSymbol *symbol) in visitSymbol()
[all …]
DOutputASM.h182 friend class OutputASM; variable
216 class OutputASM : public TIntermTraverser
219 explicit OutputASM(TParseContext &context, Shader *shaderObject);
220 ~OutputASM();
DTranslatorASM.cpp26 glsl::OutputASM outputASM(parseContext, shaderObject); in translate()
DBUILD.gn55 "OutputASM.cpp",
/external/swiftshader/src/OpenGL/libGL/
DShader.h38 class OutputASM; variable
/external/swiftshader/src/OpenGL/libGLESv2/
DShader.h35 class OutputASM; variable
/external/swiftshader/docs/
DIndex.md56 … traversed to output assembly-level instructions in [OutputASM.cpp](../src/OpenGL/compiler/OutputA…