Searched refs:CALLNZp (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/Shader/ |
D | VertexProgram.hpp | 95 void CALLNZp(int labelIndex, int callSiteIndex, const Src &predicateRegister);
|
D | PixelProgram.hpp | 117 void CALLNZp(int labelIndex, int callSiteIndex, const Src &predicateRegister);
|
D | VertexProgram.cpp | 1160 CALLNZp(labelIndex, callSiteIndex, src); in CALLNZ() 1192 void VertexProgram::CALLNZp(int labelIndex, int callSiteIndex, const Src &predicateRegister) in CALLNZp() function in sw::VertexProgram
|
D | PixelProgram.cpp | 1476 CALLNZp(labelIndex, callSiteIndex, src); in CALLNZ() 1508 void PixelProgram::CALLNZp(int labelIndex, int callSiteIndex, const Src &predicateRegister) in CALLNZp() function in sw::PixelProgram
|