Searched refs:clip_width (Results 1 – 3 of 3) sorted by relevance
202 uint32_t clip_width, in vlVdpPresentationQueueDisplay() argument235 … 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()
683 GLsizei clip_width; in _mesa_clip_readpixels() local687 clip_width = rb->Width; in _mesa_clip_readpixels()690 clip_width = buffer->Width; in _mesa_clip_readpixels()706 if (*srcX + *width > clip_width) in _mesa_clip_readpixels()707 *width -= (*srcX + *width - clip_width); in _mesa_clip_readpixels()
79 uint32_t clip_width, clip_height; member582 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()