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

/xsrc/external/mit/libX11/dist/src/
H A DBdrWidth.c41 unsigned long lwidth = width; /* must be CARD32 */ local in function:XSetWindowBorderWidth
48 OneDataCard32 (dpy, NEXTPTR(req,xConfigureWindowReq), lwidth);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_resource.c68 uint32_t lwidth = prsc->width0; local in function:setup_slices
71 uint32_t twidth = util_next_power_of_two(lwidth);
96 width = lwidth;
156 lwidth = u_minify(lwidth, 1);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_blit.cpp155 unsigned lwidth = u_minify(res->width0, level); local in function:box_fits
169 return (wb <= lwidth && we <= lwidth &&

Completed in 4 milliseconds