Searched refs:rc_remap_registers (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_dataflow.h | 71 void rc_remap_registers(struct rc_instruction * inst, rc_remap_register_fn cb, void * userdata);
|
D | radeon_remove_constants.c | 130 rc_remap_registers(inst, remap_regs, inv_remap_table); in rc_remove_unused_constants()
|
D | radeon_emulate_branches.c | 159 rc_remap_registers(inst, remap_proxy_function, &sap); in allocate_and_insert_proxies() 291 rc_remap_registers(inst, &remap_output_function, &remap); in fix_output_writes()
|
D | radeon_pair_regalloc.c | 787 rc_remap_registers(inst, &remap_register, &s); in rc_pair_regalloc()
|
D | radeon_dataflow.c | 442 void rc_remap_registers(struct rc_instruction * inst, rc_remap_register_fn cb, void * userdata) in rc_remap_registers() function
|