HomeSort by relevance Sort by last modified time
    Searched refs:rc_get_opcode_info (Results 1 - 23 of 23) sorted by null

  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_opcodes.h 269 static inline const struct rc_opcode_info * rc_get_opcode_info(rc_opcode opcode) function
radeon_compiler.c 119 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode);
145 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode);
177 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode);
200 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode);
300 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode);
344 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode);
377 info = rc_get_opcode_info(tmp->U.I.Opcode);
401 info = rc_get_opcode_info(tmp->U.P.RGB.Opcode);
radeon_pair_dead_sources.c 24 const struct rc_opcode_info * info = rc_get_opcode_info(sub->Opcode);
radeon_compiler_util.c 193 const struct rc_opcode_info * info = rc_get_opcode_info(sub->Opcode);
227 const struct rc_opcode_info * info = rc_get_opcode_info(sub->Opcode);
423 rc_get_opcode_info(inst->U.I.Opcode);
560 const struct rc_opcode_info * info = rc_get_opcode_info(sub->Opcode);
618 info = rc_get_opcode_info(inst->U.I.Opcode);
620 info = rc_get_opcode_info(inst->U.P.RGB.Opcode);
radeon_pair_translate.c 175 opcode = rc_get_opcode_info(inst->Opcode);
331 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->Opcode);
367 opcode = rc_get_opcode_info(inst->U.I.Opcode);
radeon_dataflow_deadcode.c 154 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode);
233 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode);
244 opcode = rc_get_opcode_info(ptr->U.I.Opcode);
316 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode);
radeon_inline_literals.c 69 rc_get_opcode_info(inst->U.I.Opcode);
r3xx_vertprog.c 375 const struct rc_opcode_info *info = rc_get_opcode_info(vpi->Opcode);
568 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode);
591 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode);
626 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode);
667 const struct rc_opcode_info *opcode = rc_get_opcode_info(inst->U.I.Opcode);
706 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode);
812 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode);
827 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode);
radeon_program_pair.c 176 rc_get_opcode_info(pair->Alpha.Opcode);
191 rc_get_opcode_info(pair->RGB.Opcode);
r3xx_fragprog.c 59 const struct rc_opcode_info *info = rc_get_opcode_info(inst->Opcode);
radeon_dataflow_swizzles.c 95 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode);
r500_fragprog_emit.c 103 error("translate_rgb_op: unknown opcode %s\n", rc_get_opcode_info(opcode)->Name);
128 error("translate_alpha_op: unknown opcode %s\n", rc_get_opcode_info(opcode)->Name);
412 error("emit_tex can't handle opcode %s\n", rc_get_opcode_info(inst->Opcode)->Name);
619 rc_error(s->C, "%s: unknown opcode %s\n", __FUNCTION__, rc_get_opcode_info(inst->U.I.Opcode)->Name);
641 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode);
radeon_optimize.c 311 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode);
399 opcode = rc_get_opcode_info(inst->U.I.Opcode);
472 rc_get_opcode_info(reader.Inst->U.I.Opcode);
516 const struct rc_opcode_info * info = rc_get_opcode_info(inst->U.I.Opcode);
793 const struct rc_opcode_info * info = rc_get_opcode_info(
r300_fragprog_emit.c 114 error("translate_rgb_opcode: Unknown opcode %s", rc_get_opcode_info(opcode)->Name);
136 error("translate_rgb_opcode: Unknown opcode %s", rc_get_opcode_info(opcode)->Name);
444 error("Unknown texture opcode %s", rc_get_opcode_info(inst->U.I.Opcode)->Name);
radeon_program_print.c 282 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode);
383 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->RGB.Opcode);
422 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->Alpha.Opcode);
radeon_dataflow.c 139 const struct rc_opcode_info * info = rc_get_opcode_info(sub->Opcode);
189 rc_get_opcode_info(inst->U.I.Opcode);
259 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->Opcode);
344 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->Opcode);
radeon_pair_schedule.c 529 info = rc_get_opcode_info(dst_full->RGB.Opcode);
625 opcode = rc_get_opcode_info(alpha->Alpha.Opcode);
888 rc_get_opcode_info(pair_inst->RGB.Opcode);
    [all...]
radeon_opcodes.c 527 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode);
r500_fragprog.c 87 rc_get_opcode_info(inst->U.I.Opcode);
radeon_emulate_branches.c 276 opcode = rc_get_opcode_info(inst->U.I.Opcode);
radeon_emulate_loops.c 135 opcode = rc_get_opcode_info(inst->U.I.Opcode);
radeon_program_alu.c 199 const struct rc_opcode_info *info = rc_get_opcode_info(inst->U.I.Opcode);
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.c 344 const struct rc_opcode_info * info = rc_get_opcode_info(i);

Completed in 615 milliseconds