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