Home
last modified time | relevance | path

Searched refs:rc_remap_registers (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_dataflow.h71 void rc_remap_registers(struct rc_instruction * inst, rc_remap_register_fn cb, void * userdata);
Dradeon_remove_constants.c130 rc_remap_registers(inst, remap_regs, inv_remap_table); in rc_remove_unused_constants()
Dradeon_emulate_branches.c159 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()
Dradeon_pair_regalloc.c787 rc_remap_registers(inst, &remap_register, &s); in rc_pair_regalloc()
Dradeon_dataflow.c442 void rc_remap_registers(struct rc_instruction * inst, rc_remap_register_fn cb, void * userdata) in rc_remap_registers() function