Searched refs:u_clip_tile (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_tile.c | 57 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()
|
D | u_tile.h | 46 u_clip_tile(uint x, uint y, uint *w, uint *h, const struct pipe_box *box) in u_clip_tile() function
|