Searched refs:conflicting_region (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dbuffer9.c575 struct pipe_box conflicting_region; local in function:NineBuffer9_Upload
612 u_box_intersect_1d(&conflicting_region, &box_upload, filled_region);
615 if (This->managed.can_unsynchronized && (conflicting_region.width == 0 ||
616 (conflicting_region.x == region_already_valid.x &&
617 conflicting_region.width == region_already_valid.width))) {
643 region_already_valid.x, region_already_valid.width, conflicting_region.x, conflicting_region.width

Completed in 2 milliseconds