Searched refs:CALLNZb (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/Shader/ |
D | VertexProgram.hpp | 94 void CALLNZb(int labelIndex, int callSiteIndex, const Src &boolRegister);
|
D | PixelProgram.hpp | 116 void CALLNZb(int labelIndex, int callSiteIndex, const Src &boolRegister);
|
D | VertexProgram.cpp | 1156 CALLNZb(labelIndex, callSiteIndex, src); in CALLNZ() 1165 void VertexProgram::CALLNZb(int labelIndex, int callSiteIndex, const Src &boolRegister) in CALLNZb() function in sw::VertexProgram
|
D | PixelProgram.cpp | 1472 CALLNZb(labelIndex, callSiteIndex, src); in CALLNZ() 1481 void PixelProgram::CALLNZb(int labelIndex, int callSiteIndex, const Src &boolRegister) in CALLNZb() function in sw::PixelProgram
|