Searched refs:u_box_union_2d (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/virgl/ |
D | virgl_transfer_queue.c | 175 u_box_union_2d(¤t->base.box, ¤t->base.box, &queued->base.box); in replace_unmapped_transfer() 376 u_box_union_2d(&queued->base.box, &queued->base.box, &box); in virgl_transfer_queue_extend_buffer()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | cubetexture9.c | 297 u_box_union_2d(&This->dirty_rect[FaceType], &This->dirty_rect[FaceType], in NineCubeTexture9_AddDirtyRect()
|
D | texture9.c | 338 u_box_union_2d(&This->dirty_rect, &This->dirty_rect, &box); in NineTexture9_AddDirtyRect()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_box.h | 164 u_box_union_2d(struct pipe_box *dst, in u_box_union_2d() function
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
D | lima_resource.c | 481 u_box_union_2d(&b, &b, rects + i); in get_damage_bound_box()
|