Searched defs:callSiteIndex (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/src/Shader/ |
D | VertexProgram.cpp | 1080 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()
|
D | PixelProgram.cpp | 1299 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()
|
D | Shader.cpp | 1833 int callSiteIndex[2048] = {0}; in analyzeCallSites() local
|