Home
last modified time | relevance | path

Searched refs:labelIndex (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/src/Shader/
DVertexProgram.hpp87 void CALL(int labelIndex, int callSiteIndex);
88 void CALLNZ(int labelIndex, int callSiteIndex, const Src &src);
89 void CALLNZb(int labelIndex, int callSiteIndex, const Src &boolRegister);
90 void CALLNZp(int labelIndex, int callSiteIndex, const Src &predicateRegister);
102 void LABEL(int labelIndex);
DPixelProgram.hpp130 void CALL(int labelIndex, int callSiteIndex);
131 void CALLNZ(int labelIndex, int callSiteIndex, const Src &src);
132 void CALLNZb(int labelIndex, int callSiteIndex, const Src &boolRegister);
133 void CALLNZp(int labelIndex, int callSiteIndex, const Src &predicateRegister);
145 void LABEL(int labelIndex);
DPixelProgram.cpp1299 void PixelProgram::CALL(int labelIndex, int callSiteIndex) in CALL() argument
1301 if(!labelBlock[labelIndex]) in CALL()
1303 labelBlock[labelIndex] = Nucleus::createBasicBlock(); in CALL()
1306 if(callRetBlock[labelIndex].size() > 1) in CALL()
1313 Nucleus::createBr(labelBlock[labelIndex]); in CALL()
1314 Nucleus::setInsertBlock(callRetBlock[labelIndex][callSiteIndex]); in CALL()
1319 void PixelProgram::CALLNZ(int labelIndex, int callSiteIndex, const Src &src) in CALLNZ() argument
1323 CALLNZb(labelIndex, callSiteIndex, src); in CALLNZ()
1327 CALLNZp(labelIndex, callSiteIndex, src); in CALLNZ()
1332 void PixelProgram::CALLNZb(int labelIndex, int callSiteIndex, const Src &boolRegister) in CALLNZb() argument
[all …]
DVertexProgram.cpp1080 void VertexProgram::CALL(int labelIndex, int callSiteIndex) in CALL() argument
1082 if(!labelBlock[labelIndex]) in CALL()
1084 labelBlock[labelIndex] = Nucleus::createBasicBlock(); in CALL()
1087 if(callRetBlock[labelIndex].size() > 1) in CALL()
1094 Nucleus::createBr(labelBlock[labelIndex]); in CALL()
1095 Nucleus::setInsertBlock(callRetBlock[labelIndex][callSiteIndex]); in CALL()
1100 void VertexProgram::CALLNZ(int labelIndex, int callSiteIndex, const Src &src) in CALLNZ() argument
1104 CALLNZb(labelIndex, callSiteIndex, src); in CALLNZ()
1108 CALLNZp(labelIndex, callSiteIndex, src); in CALLNZ()
1113 void VertexProgram::CALLNZb(int labelIndex, int callSiteIndex, const Src &boolRegister) in CALLNZb() argument
[all …]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DDecisionProbe.java812 int labelIndex, // 0..labels.size()-1 in getNFAPath() argument
817 String thisStateKey = getStateLabelIndexKey(s.stateNumber,labelIndex); in getNFAPath()
837 Label label = (Label)labels.get(labelIndex); in getNFAPath()
848 getNFAPath(edgeTarget, labelIndex, labels, path); in getNFAPath()
863 if ( labelIndex==labels.size()-1 ) { in getNFAPath()
870 getNFAPath(edgeTarget, labelIndex+1, labels, path); in getNFAPath()
DDFA.java558 int labelIndex = label.getAtom()-smin; // offset from 0
559 stateTransitions.set(labelIndex,
568 int labelIndex = atoms[a]-smin; // offset from 0
569 stateTransitions.set(labelIndex,
/external/antlr/antlr-3.4/lib/
Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/ ...