Searched refs:OPCODE_ENDIF (Results 1 – 8 of 8) sorted by relevance
115 { OPCODE_ENDIF, "ENDIF", 0, 0 },
134 OPCODE_ENDIF, /* opt */ enumerator
614 inst->Opcode == OPCODE_ENDIF || in _mesa_fprint_instruction_opt()695 case OPCODE_ENDIF: in _mesa_fprint_instruction_opt()
856 case OPCODE_ENDIF: return "endif"; in operationString()1696 else if(instruction[i]->opcode == OPCODE_ENDIF || instruction[i]->isEndLoop()) in analyzeDynamicBranching()2057 case OPCODE_ENDIF: in analyzeLimits()
82 OPCODE_ENDIF, enumerator
306 case Shader::OPCODE_ENDIF: ENDIF(); break; in program()
346 case Shader::OPCODE_ENDIF: ENDIF(); break; in applyShader()
963 emit(sw::Shader::OPCODE_ENDIF); in visitBinary()986 emit(sw::Shader::OPCODE_ENDIF); in visitBinary()1791 emit(sw::Shader::OPCODE_ENDIF); in visitSelection()1830 emit(sw::Shader::OPCODE_ENDIF); in visitSelection()2078 emit(sw::Shader::OPCODE_ENDIF); in visitSwitch()