Home
last modified time | relevance | path

Searched refs:u_box_union_2d (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_transfer_queue.c175 u_box_union_2d(&current->base.box, &current->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/
Dcubetexture9.c297 u_box_union_2d(&This->dirty_rect[FaceType], &This->dirty_rect[FaceType], in NineCubeTexture9_AddDirtyRect()
Dtexture9.c338 u_box_union_2d(&This->dirty_rect, &This->dirty_rect, &box); in NineTexture9_AddDirtyRect()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_box.h164 u_box_union_2d(struct pipe_box *dst, in u_box_union_2d() function
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_resource.c481 u_box_union_2d(&b, &b, rects + i); in get_damage_bound_box()