Searched refs:ptRead (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_drawpixels.c | 1579 struct pipe_transfer *ptRead = in st_CopyPixels() local 1606 pipe_get_tile_rgba_format(pipe, ptRead, 0, 0, readW, readH, in st_CopyPixels() 1615 pipe_get_tile_z(pipe, ptRead, 0, 0, readW, readH, buf); in st_CopyPixels() 1621 pipe->transfer_destroy(pipe, ptRead); in st_CopyPixels()
|