Home
last modified time | relevance | path

Searched refs:filled_region (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
Dbuffer9.c172 u_box_1d(0, 0, &This->managed.filled_region); in NineBuffer9_ctor()
579 struct pipe_box *filled_region = &This->managed.filled_region; in NineBuffer9_Upload() local
613 u_box_intersect_1d(&conflicting_region, &box_upload, filled_region); in NineBuffer9_Upload()
633 (filled_region->width > (This->size / 2) || in NineBuffer9_Upload()
634 (10 * box_upload.width < filled_region->width && in NineBuffer9_Upload()
635 box_upload.x < (filled_region->x + filled_region->width)/2) || in NineBuffer9_Upload()
642 This, valid_region->x, valid_region->width, filled_region->x, filled_region->width, in NineBuffer9_Upload()
647 u_box_1d(0, 0, filled_region); in NineBuffer9_Upload()
683 u_box_union_1d(filled_region, in NineBuffer9_Upload()
684 filled_region, in NineBuffer9_Upload()
Dbuffer9.h78 struct pipe_box filled_region; /* Region in the GPU buffer filled since last discard */ member