Home
last modified time | relevance | path

Searched refs:rc_for_all_reads_mask (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_dataflow.h57 void rc_for_all_reads_mask(struct rc_instruction * inst, rc_read_write_mask_fn cb, void * userdata);
H A Dradeon_program.c117 rc_for_all_reads_mask(inst, get_used_temporaries_cb, &d); in rc_get_used_temporaries()
H A Dradeon_dataflow.c241 void rc_for_all_reads_mask(struct rc_instruction * inst, rc_read_write_mask_fn cb, void * userdata) in rc_for_all_reads_mask() function
324 rc_for_all_reads_mask(inst, &mask_to_chan_cb, &d); in rc_for_all_reads_chan()
H A Dradeon_compiler_util.c550 rc_for_all_reads_mask(inst, max_callback, &data); in rc_get_max_index()
H A Dradeon_compiler.c363 rc_for_all_reads_mask(tmp, reg_count_callback, s); in rc_get_stats()
H A Dradeon_pair_regalloc.c555 rc_for_all_reads_mask(inst, scan_read_callback, s); in do_advanced_regalloc()
H A Dradeon_optimize.c827 rc_for_all_reads_mask(inst, omod_filter_reader_cb, in peephole_mul_omod()

Completed in 7 milliseconds