Home
last modified time | relevance | path

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

/external/swiftshader/src/Shader/
DVertexProgram.hpp91 void CALLNZp(int labelIndex, int callSiteIndex, const Src &predicateRegister);
DPixelProgram.hpp133 void CALLNZp(int labelIndex, int callSiteIndex, const Src &predicateRegister);
DVertexProgram.cpp1142 CALLNZp(labelIndex, callSiteIndex, src); in CALLNZ()
1174 void VertexProgram::CALLNZp(int labelIndex, int callSiteIndex, const Src &predicateRegister) in CALLNZp() function in sw::VertexProgram
DPixelProgram.cpp1348 CALLNZp(labelIndex, callSiteIndex, src); in CALLNZ()
1380 void PixelProgram::CALLNZp(int labelIndex, int callSiteIndex, const Src &predicateRegister) in CALLNZp() function in sw::PixelProgram