Home
last modified time | relevance | path

Searched defs:callSiteIndex (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Shader/
DVertexProgram.cpp1080 void VertexProgram::CALL(int labelIndex, int callSiteIndex) in CALL()
1100 void VertexProgram::CALLNZ(int labelIndex, int callSiteIndex, const Src &src) in CALLNZ()
1113 void VertexProgram::CALLNZb(int labelIndex, int callSiteIndex, const Src &boolRegister) in CALLNZb()
1140 void VertexProgram::CALLNZp(int labelIndex, int callSiteIndex, const Src &predicateRegister) in CALLNZp()
DPixelProgram.cpp1299 void PixelProgram::CALL(int labelIndex, int callSiteIndex) in CALL()
1319 void PixelProgram::CALLNZ(int labelIndex, int callSiteIndex, const Src &src) in CALLNZ()
1332 void PixelProgram::CALLNZb(int labelIndex, int callSiteIndex, const Src &boolRegister) in CALLNZb()
1359 void PixelProgram::CALLNZp(int labelIndex, int callSiteIndex, const Src &predicateRegister) in CALLNZp()
DShader.cpp1833 int callSiteIndex[2048] = {0}; in analyzeCallSites() local