Home
last modified time | relevance | path

Searched refs:RC_OPCODE_NOP (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_pair_schedule.c255 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()
Dradeon_opcodes.h37 RC_OPCODE_NOP = 0, enumerator
Dradeon_program_print.c345 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()
Dradeon_compiler_util.c624 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()
Dr300_fragprog_emit.c116 case RC_OPCODE_NOP: in translate_rgb_opcode()
138 case RC_OPCODE_NOP: in translate_alpha_opcode()
Dradeon_compiler.c391 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()
Dr500_fragprog_emit.c105 case RC_OPCODE_NOP: in translate_rgb_op()
130 case RC_OPCODE_NOP: in translate_alpha_op()
Dradeon_opcodes.c35 .Opcode = RC_OPCODE_NOP,
Dradeon_variable.c323 if (sub_inst->Opcode == RC_OPCODE_NOP) { in get_variable_pair_helper()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c122 case TGSI_OPCODE_NOP: return RC_OPCODE_NOP; in translate_opcode()