HomeSort by relevance Sort by last modified time
    Searched full:rc_opcode_info (Results 1 - 22 of 22) sorted by null

  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_pair_dead_sources.c 24 const struct rc_opcode_info * info = rc_get_opcode_info(sub->Opcode);
radeon_opcodes.h 242 struct rc_opcode_info { struct
267 extern struct rc_opcode_info rc_opcodes[MAX_RC_OPCODE];
269 static inline const struct rc_opcode_info * rc_get_opcode_info(rc_opcode opcode)
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);
374 const struct rc_opcode_info * info;
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);
316 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode);
radeon_pair_translate.c 154 const struct rc_opcode_info * opcode;
331 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->Opcode);
361 const struct rc_opcode_info * opcode;
radeon_inline_literals.c 68 const struct rc_opcode_info * info =
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 175 const struct rc_opcode_info * info =
190 const struct rc_opcode_info * info =
radeon_compiler_util.c 127 static unsigned int srcs_need_rewrite(const struct rc_opcode_info * info)
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);
422 const struct rc_opcode_info * info =
560 const struct rc_opcode_info * info = rc_get_opcode_info(sub->Opcode);
616 const struct rc_opcode_info * info;
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);
r3xx_fragprog.c 59 const struct rc_opcode_info *info = rc_get_opcode_info(inst->Opcode);
radeon_dataflow.c 139 const struct rc_opcode_info * info = rc_get_opcode_info(sub->Opcode);
188 const struct rc_opcode_info * 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_dataflow_swizzles.c 95 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode);
radeon_opcodes.c 33 struct rc_opcode_info rc_opcodes[MAX_RC_OPCODE] = {
527 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);
471 const struct rc_opcode_info * info =
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(
radeon_pair_schedule.c 509 const struct rc_opcode_info * info;
602 const struct rc_opcode_info * opcode;
887 const struct rc_opcode_info * info =
    [all...]
radeon_emulate_branches.c 271 const struct rc_opcode_info * opcode;
radeon_emulate_loops.c 118 const struct rc_opcode_info * opcode;
r500_fragprog.c 86 const struct rc_opcode_info * info =
r500_fragprog_emit.c 641 const struct rc_opcode_info * 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 855 milliseconds