Home
last modified time | relevance | path

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

/external/swiftshader/src/Shader/
DVertexProgram.cpp1114 void VertexProgram::CALL(int labelIndex, int callSiteIndex) in CALL()
1134 void VertexProgram::CALLNZ(int labelIndex, int callSiteIndex, const Src &src) in CALLNZ()
1147 void VertexProgram::CALLNZb(int labelIndex, int callSiteIndex, const Src &boolRegister) in CALLNZb()
1174 void VertexProgram::CALLNZp(int labelIndex, int callSiteIndex, const Src &predicateRegister) in CALLNZp()
DPixelProgram.cpp1320 void PixelProgram::CALL(int labelIndex, int callSiteIndex) in CALL()
1340 void PixelProgram::CALLNZ(int labelIndex, int callSiteIndex, const Src &src) in CALLNZ()
1353 void PixelProgram::CALLNZb(int labelIndex, int callSiteIndex, const Src &boolRegister) in CALLNZb()
1380 void PixelProgram::CALLNZp(int labelIndex, int callSiteIndex, const Src &predicateRegister) in CALLNZp()
DShader.cpp1857 int callSiteIndex[2048] = {0}; in analyzeCallSites() local