Home
last modified time | relevance | path

Searched refs:rc_get_opcode_info (Results 1 – 23 of 23) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_compiler.c121 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); in rc_calculate_inputs_outputs()
147 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); in rc_move_input()
179 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); in rc_move_output()
202 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); in rc_copy_output()
302 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); in rc_transform_fragment_wpos()
346 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); in rc_transform_fragment_face()
379 info = rc_get_opcode_info(tmp->U.I.Opcode); in rc_get_stats()
403 info = rc_get_opcode_info(tmp->U.P.RGB.Opcode); in rc_get_stats()
Dradeon_compiler_util.c193 const struct rc_opcode_info * info = rc_get_opcode_info(sub->Opcode); in rc_pair_rewrite_writemask()
227 const struct rc_opcode_info * info = rc_get_opcode_info(sub->Opcode); in rc_normal_rewrite_writemask()
423 rc_get_opcode_info(inst->U.I.Opcode); in rc_inst_can_use_presub()
560 const struct rc_opcode_info * info = rc_get_opcode_info(sub->Opcode); in get_source_readmask()
618 info = rc_get_opcode_info(inst->U.I.Opcode); in rc_get_flow_control_inst()
620 info = rc_get_opcode_info(inst->U.P.RGB.Opcode); in rc_get_flow_control_inst()
Dradeon_dataflow_deadcode.c154 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); in update_instruction()
233 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); in rc_dataflow_deadcode()
244 opcode = rc_get_opcode_info(ptr->U.I.Opcode); in rc_dataflow_deadcode()
316 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); in rc_dataflow_deadcode()
Dr3xx_vertprog.c382 const struct rc_opcode_info *info = rc_get_opcode_info(vpi->Opcode); in translate_vertex_program()
576 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); in allocate_temporary_registers()
599 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); in allocate_temporary_registers()
634 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); in allocate_temporary_registers()
675 const struct rc_opcode_info *opcode = rc_get_opcode_info(inst->U.I.Opcode); in transform_nonnative_modifiers()
714 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); in transform_source_conflicts()
820 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); in transform_negative_addressing()
835 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); in rc_emulate_negative_addressing()
Dradeon_pair_translate.c175 opcode = rc_get_opcode_info(inst->Opcode); in set_pair_instruction()
331 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->Opcode); in check_opcode_support()
367 opcode = rc_get_opcode_info(inst->U.I.Opcode); in rc_pair_translate()
Dradeon_program_pair.c176 rc_get_opcode_info(pair->Alpha.Opcode); in rc_pair_foreach_source_that_alpha_reads()
191 rc_get_opcode_info(pair->RGB.Opcode); in rc_pair_foreach_source_that_rgb_reads()
Dr500_fragprog_emit.c103 error("translate_rgb_op: unknown opcode %s\n", rc_get_opcode_info(opcode)->Name); in translate_rgb_op()
128 error("translate_alpha_op: unknown opcode %s\n", rc_get_opcode_info(opcode)->Name); in translate_alpha_op()
412 error("emit_tex can't handle opcode %s\n", rc_get_opcode_info(inst->Opcode)->Name); in emit_tex()
619 …rc_error(s->C, "%s: unknown opcode %s\n", __FUNCTION__, rc_get_opcode_info(inst->U.I.Opcode)->Name… in emit_flowcontrol()
641 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); in r500BuildFragmentProgramHwCode()
Dradeon_optimize.c328 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); in constant_folding()
416 opcode = rc_get_opcode_info(inst->U.I.Opcode); in constant_folding()
489 rc_get_opcode_info(reader.Inst->U.I.Opcode); in presub_helper()
533 const struct rc_opcode_info * info = rc_get_opcode_info(inst->U.I.Opcode); in is_presub_candidate()
811 const struct rc_opcode_info * info = rc_get_opcode_info( in peephole_mul_omod()
Dradeon_opcodes.h273 static inline const struct rc_opcode_info * rc_get_opcode_info(rc_opcode opcode) in rc_get_opcode_info() function
Dr300_fragprog_emit.c114 error("translate_rgb_opcode: Unknown opcode %s", rc_get_opcode_info(opcode)->Name); in translate_rgb_opcode()
136 error("translate_rgb_opcode: Unknown opcode %s", rc_get_opcode_info(opcode)->Name); in translate_alpha_opcode()
444 error("Unknown texture opcode %s", rc_get_opcode_info(inst->U.I.Opcode)->Name); in emit_tex()
Dradeon_program_print.c282 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); in rc_print_normal_instruction()
383 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->RGB.Opcode); in rc_print_pair_instruction()
422 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->Alpha.Opcode); in rc_print_pair_instruction()
Dradeon_pair_dead_sources.c50 const struct rc_opcode_info * info = rc_get_opcode_info(sub->Opcode); in mark_used()
Dradeon_dataflow.c139 const struct rc_opcode_info * info = rc_get_opcode_info(sub->Opcode); in pair_sub_for_all_args()
189 rc_get_opcode_info(inst->U.I.Opcode); in rc_for_all_reads_src()
259 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->Opcode); in writes_normal()
344 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->Opcode); in remap_normal_instruction()
Dradeon_inline_literals.c94 rc_get_opcode_info(inst->U.I.Opcode); in rc_inline_literals()
Dradeon_pair_schedule.c529 info = rc_get_opcode_info(dst_full->RGB.Opcode); in merge_presub_sources()
625 opcode = rc_get_opcode_info(alpha->Alpha.Opcode); in destructive_merge_instructions()
888 rc_get_opcode_info(pair_inst->RGB.Opcode); in convert_rgb_to_alpha()
1264 rc_get_opcode_info(inst->U.I.Opcode); in schedule_block()
1316 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); in is_controlflow()
Dr3xx_fragprog.c59 const struct rc_opcode_info *info = rc_get_opcode_info(inst->Opcode); in rc_rewrite_depth_out()
Dradeon_dataflow_swizzles.c430 rc_get_opcode_info(inst->U.I.Opcode); in rc_dataflow_swizzles()
Dradeon_opcodes.c533 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); in rc_compute_sources_for_writemask()
Dradeon_emulate_branches.c276 opcode = rc_get_opcode_info(inst->U.I.Opcode); in fix_output_writes()
Dr500_fragprog.c87 rc_get_opcode_info(inst->U.I.Opcode); in r500_transform_IF()
Dradeon_emulate_loops.c136 opcode = rc_get_opcode_info(inst->U.I.Opcode); in get_incr_amount()
Dradeon_program_alu.c199 const struct rc_opcode_info *info = rc_get_opcode_info(inst->U.I.Opcode); in is_dst_safe_to_reuse()
1291 const struct rc_opcode_info *info = rc_get_opcode_info(inst->U.I.Opcode); in rc_force_output_alpha_to_one()
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/
Drc_test_helpers.c397 const struct rc_opcode_info * info = rc_get_opcode_info(i); in parse_rc_normal_instruction()