Home
last modified time | relevance | path

Searched refs:CALLNZb (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/Shader/
DVertexProgram.hpp94 void CALLNZb(int labelIndex, int callSiteIndex, const Src &boolRegister);
DPixelProgram.hpp116 void CALLNZb(int labelIndex, int callSiteIndex, const Src &boolRegister);
DVertexProgram.cpp1156 CALLNZb(labelIndex, callSiteIndex, src); in CALLNZ()
1165 void VertexProgram::CALLNZb(int labelIndex, int callSiteIndex, const Src &boolRegister) in CALLNZb() function in sw::VertexProgram
DPixelProgram.cpp1472 CALLNZb(labelIndex, callSiteIndex, src); in CALLNZ()
1481 void PixelProgram::CALLNZb(int labelIndex, int callSiteIndex, const Src &boolRegister) in CALLNZb() function in sw::PixelProgram