Home
last modified time | relevance | path

Searched refs:pipe_get_tile_raw (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_tile.c48 pipe_get_tile_raw(struct pipe_context *pipe, in pipe_get_tile_raw() function
477 pipe_get_tile_raw(pipe, pt, x, y, w, h, packed, 0); in pipe_get_tile_rgba_format()
892 pipe_get_tile_raw(pipe, pt, x, y, w, h, packed, 0); in pipe_get_tile_ui_format()
923 pipe_get_tile_raw(pipe, pt, x, y, w, h, packed, 0); in pipe_get_tile_i_format()
Du_tile.h64 pipe_get_tile_raw(struct pipe_context *pipe,
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tile_cache.c566 pipe_get_tile_raw(tc->pipe, pt, in sp_find_cached_tile()