Home
last modified time | relevance | path

Searched refs:clip_width (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/vdpau/
Dpresentation.c202 uint32_t clip_width, in vlVdpPresentationQueueDisplay() argument
235 … vscreen->set_back_texture_from_output(vscreen, surf->surface->texture, clip_width, clip_height); in vlVdpPresentationQueueDisplay()
251 dst_clip.x1 = clip_width ? clip_width : surf_draw->width; in vlVdpPresentationQueueDisplay()
/third_party/mesa3d/src/mesa/main/
Dimage.c559 GLsizei clip_width; in _mesa_clip_readpixels() local
563 clip_width = rb->Width; in _mesa_clip_readpixels()
566 clip_width = buffer->Width; in _mesa_clip_readpixels()
582 if (*srcX + *width > clip_width) in _mesa_clip_readpixels()
583 *width -= (*srcX + *width - clip_width); in _mesa_clip_readpixels()
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_winsys_dri3.c79 uint32_t clip_width, clip_height; member
582 rectangle.width = (scrn->output_texture) ? scrn->clip_width : scrn->width; in vl_dri3_flush_frontbuffer()
707 scrn->clip_width = (width) ? width : scrn->width; in vl_dri3_screen_set_back_texture_from_output()