HomeSort by: relevance | last modified time | path
    Searched refs:box_c2 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_surface.c 1847 u32 box_c2 = box->z + box->d; local
1854 if (box_c2 < loc_end->z)
1858 box_c2 = box->y + box->h;
1861 if (box_c2 < loc_end->y)
1865 box_c2 = box->x + box->w;
1868 if (box_c2 < loc_end->x)
1952 u32 box_c2; local
1957 box_c2 = box->x + box->w;
1960 if (box_c2 < end)
vmwgfx_surface.c 1847 u32 box_c2 = box->z + box->d; local
1854 if (box_c2 < loc_end->z)
1858 box_c2 = box->y + box->h;
1861 if (box_c2 < loc_end->y)
1865 box_c2 = box->x + box->w;
1868 if (box_c2 < loc_end->x)
1952 u32 box_c2; local
1957 box_c2 = box->x + box->w;
1960 if (box_c2 < end)

Completed in 69 milliseconds