Home
last modified time | relevance | path

Searched refs:emitShader (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DOutputASM.h251 void emitShader(Scope scope);
DOutputASM.cpp333 emitShader(GLOBAL); in output()
344 emitShader(FUNCTION); in output()
348 void OutputASM::emitShader(Scope scope) in emitShader() function in glsl::OutputASM