Home | History | Annotate | Download | only in Shader

Lines Matching refs:OPCODE_LABEL

835 		case OPCODE_LABEL:           return "label";
1535 if(instruction[i]->opcode == OPCODE_LABEL)
1566 if(instruction[i]->opcode == OPCODE_LABEL || instruction[i]->opcode == OPCODE_RET)
1780 else if(instruction[i]->opcode == OPCODE_LABEL)
1804 if(inst->opcode == OPCODE_LABEL && inst->dst.label == functionLabel)