Searched refs:u_clip_tile (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_tile.c | 58 if (u_clip_tile(x, y, &w, &h, &pt->box)) in pipe_get_tile_raw() 87 if (u_clip_tile(x, y, &w, &h, &pt->box)) in pipe_put_tile_raw() 464 if (u_clip_tile(x, y, &w, &h, &pt->box)) { in pipe_get_tile_rgba_format() 505 if (u_clip_tile(x, y, &w, &h, &pt->box)) in pipe_put_tile_rgba_format() 556 if (u_clip_tile(x, y, &w, &h, &pt->box)) in pipe_put_tile_i_format() 584 if (u_clip_tile(x, y, &w, &h, &pt->box)) in pipe_put_tile_ui_format() 617 if (u_clip_tile(x, y, &w, &h, &pt->box)) in pipe_get_tile_z() 746 if (u_clip_tile(x, y, &w, &h, &pt->box)) in pipe_put_tile_z() 879 if (u_clip_tile(x, y, &w, &h, &pt->box)) { in pipe_get_tile_ui_format() 910 if (u_clip_tile(x, y, &w, &h, &pt->box)) { in pipe_get_tile_i_format()
|
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
|