Home
last modified time | relevance | path

Searched refs:rc_for_all_writes_chan (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_dataflow.h51 void rc_for_all_writes_chan(struct rc_instruction * inst, rc_read_write_chan_fn cb, void * userdata…
Dradeon_dataflow.c332 void rc_for_all_writes_chan(struct rc_instruction * inst, rc_read_write_chan_fn cb, void * userdata) in rc_for_all_writes_chan() function
Dradeon_pair_schedule.c1286 rc_for_all_writes_chan(inst, &scan_write, s); in schedule_block()