Searched refs:rc_for_all_reads_src (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_dataflow.h | 60 void rc_for_all_reads_src(struct rc_instruction * inst, rc_read_src_fn cb,
|
D | radeon_remove_constants.c | 88 rc_for_all_reads_src(inst, mark_used, &d); in rc_remove_unused_constants()
|
D | radeon_dataflow.c | 183 void rc_for_all_reads_src( in rc_for_all_reads_src() function 248 rc_for_all_reads_src(inst, reads_normal_callback, &cb_data); in rc_for_all_reads_mask() 776 rc_for_all_reads_src(tmp, in get_readers_for_single_write()
|
D | radeon_compiler_util.c | 246 rc_for_all_reads_src(inst, normal_rewrite_writemask_cb, in rc_normal_rewrite_writemask() 447 rc_for_all_reads_src(inst, can_use_presub_read_cb, &d); in rc_inst_can_use_presub()
|
D | radeon_optimize.c | 136 rc_for_all_reads_src(reader_data->Writer, in is_src_clobbered_scan_write()
|