HomeSort by relevance Sort by last modified time
    Searched refs:surfWidth (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/main/
copyimage.c 231 int surfWidth, surfHeight, surfDepth;
249 surfWidth = renderbuffer->Width;
252 surfWidth = tex_image->Width;
255 if (x + width > surfWidth) {
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state_derived.c 255 uint surfWidth = sp->framebuffer.width;
269 sp->cliprect[i].maxx = MIN2(sp->scissors[i].maxx, surfWidth);
276 sp->cliprect[i].maxx = surfWidth;

Completed in 240 milliseconds