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.c56 if (u_clip_tile(x, y, &w, &h, &pt->box)) in pipe_get_tile_raw()
77 if (u_clip_tile(x, y, &w, &h, &pt->box)) in pipe_put_tile_raw()
447 if (u_clip_tile(x, y, &w, &h, &pt->box)) { in pipe_get_tile_rgba_format()
488 if (u_clip_tile(x, y, &w, &h, &pt->box)) in pipe_put_tile_rgba_format()
539 if (u_clip_tile(x, y, &w, &h, &pt->box)) in pipe_put_tile_i_format()
567 if (u_clip_tile(x, y, &w, &h, &pt->box)) in pipe_put_tile_ui_format()
600 if (u_clip_tile(x, y, &w, &h, &pt->box)) in pipe_get_tile_z()
721 if (u_clip_tile(x, y, &w, &h, &pt->box)) in pipe_put_tile_z()
846 if (u_clip_tile(x, y, &w, &h, &pt->box)) { in pipe_get_tile_ui_format()
877 if (u_clip_tile(x, y, &w, &h, &pt->box)) { in pipe_get_tile_i_format()
Du_tile.h46 u_clip_tile(uint x, uint y, uint *w, uint *h, const struct pipe_box *box) in u_clip_tile() function