Home
last modified time | relevance | path

Searched refs:u_clip_tile (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_tile.c57 if (u_clip_tile(x, y, &w, &h, &pt->box)) in pipe_get_tile_raw()
78 if (u_clip_tile(x, y, &w, &h, &pt->box)) in pipe_put_tile_raw()
365 if (u_clip_tile(x, y, &w, &h, &pt->box)) in pipe_put_tile_rgba()
390 if (u_clip_tile(x, y, &w, &h, &pt->box)) { in pipe_get_tile_rgba()
Du_tile.h46 u_clip_tile(uint x, uint y, uint *w, uint *h, const struct pipe_box *box) in u_clip_tile() function