Lines Matching refs:LABEL
113 ASSERT(callRetBlock[dst.label].size() == dst.callSite);
114 callRetBlock[dst.label].push_back(Nucleus::createBasicBlock());
299 case Shader::OPCODE_CALL: CALL(dst.label, dst.callSite); break;
300 case Shader::OPCODE_CALLNZ: CALLNZ(dst.label, dst.callSite, src0); break;
309 case Shader::OPCODE_LABEL: LABEL(dst.index); break;
1343 void VertexProgram::LABEL(int labelIndex)