Searched refs:RC_OPCODE_NOP (Results 1 – 10 of 10) sorted by relevance
255 else if (sinst->Instruction->U.P.Alpha.Opcode == RC_OPCODE_NOP) in instruction_ready()257 else if (sinst->Instruction->U.P.RGB.Opcode == RC_OPCODE_NOP) in instruction_ready()511 assert(dst_full->Alpha.Opcode == RC_OPCODE_NOP); in merge_presub_sources()604 assert(rgb->Alpha.Opcode == RC_OPCODE_NOP); in destructive_merge_instructions()605 assert(alpha->RGB.Opcode == RC_OPCODE_NOP); in destructive_merge_instructions()962 pair_inst->RGB.Opcode = RC_OPCODE_NOP; in convert_rgb_to_alpha()986 if (list_ptr->Instruction->U.P.Alpha.Opcode != RC_OPCODE_NOP in try_convert_and_pair()
37 RC_OPCODE_NOP = 0, enumerator
345 unsigned spaces = update_branch_depth(inst->RGB.Opcode != RC_OPCODE_NOP ? in rc_print_pair_instruction()382 if (inst->RGB.Opcode != RC_OPCODE_NOP) { in rc_print_pair_instruction()421 if (inst->Alpha.Opcode != RC_OPCODE_NOP) { in rc_print_pair_instruction()
624 inst->U.P.Alpha.Opcode == RC_OPCODE_NOP); in rc_get_flow_control_inst()630 return RC_OPCODE_NOP; in rc_get_flow_control_inst()
116 case RC_OPCODE_NOP: in translate_rgb_opcode()138 case RC_OPCODE_NOP: in translate_alpha_opcode()
391 if (tmp->U.P.Alpha.Opcode != RC_OPCODE_NOP) in rc_get_stats()393 if (tmp->U.P.RGB.Opcode != RC_OPCODE_NOP) in rc_get_stats()
105 case RC_OPCODE_NOP: in translate_rgb_op()130 case RC_OPCODE_NOP: in translate_alpha_op()
35 .Opcode = RC_OPCODE_NOP,
323 if (sub_inst->Opcode == RC_OPCODE_NOP) { in get_variable_pair_helper()
122 case TGSI_OPCODE_NOP: return RC_OPCODE_NOP; in translate_opcode()