Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/vdpau/
Dpresentation.c203 uint32_t clip_height, in vlVdpPresentationQueueDisplay() argument
235 … vscreen->set_back_texture_from_output(vscreen, surf->surface->texture, clip_width, clip_height); in vlVdpPresentationQueueDisplay()
252 dst_clip.y1 = clip_height ? clip_height : surf_draw->height; in vlVdpPresentationQueueDisplay()
/third_party/mesa3d/src/mesa/main/
Dimage.c560 GLsizei clip_height; in _mesa_clip_readpixels() local
564 clip_height = rb->Height; in _mesa_clip_readpixels()
567 clip_height = buffer->Height; in _mesa_clip_readpixels()
595 if (*srcY + *height > clip_height) in _mesa_clip_readpixels()
596 *height -= (*srcY + *height - clip_height); in _mesa_clip_readpixels()
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_winsys_dri3.c79 uint32_t clip_width, clip_height; member
583 rectangle.height = (scrn->output_texture) ? scrn->clip_height : scrn->height; in vl_dri3_flush_frontbuffer()
708 scrn->clip_height = (height) ? height : scrn->height; in vl_dri3_screen_set_back_texture_from_output()