Home
last modified time | relevance | path

Searched refs:CALLNZ (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/Shader/
DVertexProgram.hpp93 void CALLNZ(int labelIndex, int callSiteIndex, const Src &src);
DPixelProgram.hpp115 void CALLNZ(int labelIndex, int callSiteIndex, const Src &src);
DVertexProgram.cpp304 case Shader::OPCODE_CALLNZ: CALLNZ(dst.label, dst.callSite, src0); break; in program()
1152 void VertexProgram::CALLNZ(int labelIndex, int callSiteIndex, const Src &src) in CALLNZ() function in sw::VertexProgram
DPixelProgram.cpp344 case Shader::OPCODE_CALLNZ: CALLNZ(dst.label, dst.callSite, src0); break; in applyShader()
1468 void PixelProgram::CALLNZ(int labelIndex, int callSiteIndex, const Src &src) in CALLNZ() function in sw::PixelProgram
/external/mesa3d/src/gallium/frontends/nine/
Dnine_shader.c1751 DECL_SPECIAL(CALLNZ) in DECL_SPECIAL() argument
3086 _OPI(CALLNZ, CAL, V(2,0), V(3,0), V(2,1), V(3,0), 0, 2, SPECIAL(CALLNZ)),