Searched refs:rc_read_write_chan_fn (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_dataflow.h48 typedef void (*rc_read_write_chan_fn)(void * userdata, struct rc_instruction * inst, typedef in typeref:typename:void (*)(void * userdata,struct rc_instruction * inst,rc_register_file file,unsigned int index,unsigned int chan)
50 void rc_for_all_reads_chan(struct rc_instruction * inst, rc_read_write_chan_fn cb, void * userdata);
51 void rc_for_all_writes_chan(struct rc_instruction * inst, rc_read_write_chan_fn cb, void * userdata);
H A Dradeon_dataflow.c300 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)
332 void rc_for_all_writes_chan(struct rc_instruction * inst, rc_read_write_chan_fn cb, void * userdata)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_dataflow.h48 typedef void (*rc_read_write_chan_fn)(void * userdata, struct rc_instruction * inst, typedef in typeref:typename:void (*)(void * userdata,struct rc_instruction * inst,rc_register_file file,unsigned int index,unsigned int chan)
50 void rc_for_all_reads_chan(struct rc_instruction * inst, rc_read_write_chan_fn cb, void * userdata);
51 void rc_for_all_writes_chan(struct rc_instruction * inst, rc_read_write_chan_fn cb, void * userdata);
H A Dradeon_dataflow.c300 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)
332 void rc_for_all_writes_chan(struct rc_instruction * inst, rc_read_write_chan_fn cb, void * userdata)

Completed in 5 milliseconds