Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DOutputASM.h256 void emitShader(Scope scope);
DOutputASM.cpp528 emitShader(GLOBAL); in output()
539 emitShader(FUNCTION); in output()
543 void OutputASM::emitShader(Scope scope) in emitShader() function in glsl::OutputASM