Searched refs:rc_read_write_chan_fn (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | radeon_dataflow.h | 50 typedef void (*rc_read_write_chan_fn)(void * userdata, struct rc_instruction * inst, typedef 52 void rc_for_all_reads_chan(struct rc_instruction * inst, rc_read_write_chan_fn cb, void * userdata); 53 void rc_for_all_writes_chan(struct rc_instruction * inst, rc_read_write_chan_fn cb, void * userdata);
|
H A D | radeon_dataflow.c | 300 rc_read_write_chan_fn Fn; 319 void rc_for_all_reads_chan(struct rc_instruction * inst, rc_read_write_chan_fn cb, void * userdata) in rc_for_all_reads_chan() 332 void rc_for_all_writes_chan(struct rc_instruction * inst, rc_read_write_chan_fn cb, void * userdata) in rc_for_all_writes_chan()
|
Completed in 3 milliseconds