Home
last modified time | relevance | path

Searched refs:u_box_union_1d (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
Dbuffer9.c299 u_box_union_1d(&This->managed.dirty_box, &This->managed.dirty_box, &box); in NineBuffer9_Lock()
683 u_box_union_1d(filled_region, in NineBuffer9_Upload()
686 u_box_union_1d(valid_region, in NineBuffer9_Upload()
698 u_box_union_1d(&This->managed.upload_pending_regions, in NineBuffer9_Upload()
Ddevice9.c2989 u_box_union_1d(&This->managed.required_valid_region, in NineTrackSystemmemDynamic()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_box.h125 u_box_union_1d(struct pipe_box *dst, in u_box_union_1d() function