Searched refs:pipe_get_tile_raw (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_tile.c | 48 pipe_get_tile_raw(struct pipe_transfer *pt, in pipe_get_tile_raw() function 460 pipe_get_tile_raw(pt, src, x, y, w, h, packed, 0); in pipe_get_tile_rgba_format() 859 pipe_get_tile_raw(pt, src, x, y, w, h, packed, 0); in pipe_get_tile_ui_format() 890 pipe_get_tile_raw(pt, src, x, y, w, h, packed, 0); in pipe_get_tile_i_format()
|
D | u_tile.h | 64 pipe_get_tile_raw(struct pipe_transfer *pt,
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_tile_cache.c | 587 pipe_get_tile_raw(tc->transfer[layer], tc->transfer_map[layer], in sp_find_cached_tile()
|