HomeSort by relevance Sort by last modified time
    Searched refs:rc_read_write_chan_fn (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_dataflow.h 48 typedef void (*rc_read_write_chan_fn)(void * userdata, struct rc_instruction * inst, typedef
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);
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)
332 void rc_for_all_writes_chan(struct rc_instruction * inst, rc_read_write_chan_fn cb, void * userdata)

Completed in 177 milliseconds