Lines Matching refs:wavefront_read
447 wavefront_read (void) in wavefront_read() function
533 if ((c = wavefront_read()) == -1) { in wavefront_cmd()
543 if ((c = wavefront_read ()) == -1) { in wavefront_cmd()
601 if ((ack = wavefront_read()) == 0) { in wavefront_cmd()
617 if ((err = wavefront_read ()) == -1) { in wavefront_cmd()
1274 if ((dma_ack = wavefront_read ()) != WF_DMA_ACK) { in wavefront_send_sample()
1405 if ((d[0] = wavefront_read ()) == -1) { in wavefront_fetch_multisample()
1411 if ((d[1] = wavefront_read ()) == -1) { in wavefront_fetch_multisample()
2364 if ((hwv[0] = wavefront_read ()) == -1) { in wavefront_hw_reset()
2376 if ((hwv[0] = wavefront_read ()) == -1) { in wavefront_hw_reset()
2389 if ((hwv[1] = wavefront_read ()) == -1) { in wavefront_hw_reset()
2732 (wavefront_read () < 0)) { in wavefront_do_reset()