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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_state_derived.c255 uint surfWidth = sp->framebuffer.width; local in function:compute_cliprect
269 sp->cliprect[i].maxx = MIN2(sp->scissors[i].maxx, surfWidth);
276 sp->cliprect[i].maxx = surfWidth;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_state_derived.c255 uint surfWidth = sp->framebuffer.width; local in function:compute_cliprect
269 sp->cliprect[i].maxx = MIN2(sp->scissors[i].maxx, surfWidth);
276 sp->cliprect[i].maxx = surfWidth;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dcopyimage.c310 int surfWidth, surfHeight, surfDepth; local in function:check_region_bounds
328 surfWidth = renderbuffer->Width;
331 surfWidth = tex_image->Width;
334 if (x + width > surfWidth) {
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dcopyimage.c314 int surfWidth, surfHeight, surfDepth; local in function:check_region_bounds
333 surfWidth = renderbuffer->Width;
336 surfWidth = tex_image->Width;
339 if (x + width > surfWidth) {

Completed in 7 milliseconds