Searched refs:CALLNZp (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/Shader/ |
D | VertexProgram.hpp | 91 void CALLNZp(int labelIndex, int callSiteIndex, const Src &predicateRegister);
|
D | PixelProgram.hpp | 133 void CALLNZp(int labelIndex, int callSiteIndex, const Src &predicateRegister);
|
D | VertexProgram.cpp | 1142 CALLNZp(labelIndex, callSiteIndex, src); in CALLNZ() 1174 void VertexProgram::CALLNZp(int labelIndex, int callSiteIndex, const Src &predicateRegister) in CALLNZp() function in sw::VertexProgram
|
D | PixelProgram.cpp | 1348 CALLNZp(labelIndex, callSiteIndex, src); in CALLNZ() 1380 void PixelProgram::CALLNZp(int labelIndex, int callSiteIndex, const Src &predicateRegister) in CALLNZp() function in sw::PixelProgram
|