Home
last modified time | relevance | path

Searched refs:is_video_format_supported (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/include/pipe/
Dp_screen.h136 boolean (*is_video_format_supported)( struct pipe_screen *, member
/external/mesa3d/src/gallium/state_trackers/vdpau/
Dquery.c140 *is_supported &= pscreen->is_video_format_supported in vlVdpVideoSurfaceQueryGetPutBitsYCbCrCapabilities()
387 *is_supported &= pscreen->is_video_format_supported in vlVdpOutputSurfaceQueryPutBitsYCbCrCapabilities()
Ddecode.c466 … !screen->is_video_format_supported(screen, vlsurf->video_buffer->buffer_format, dec->profile) || in vlVdpDecoderRender()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_screen.c390 screen->base.is_video_format_supported = vl_video_buffer_is_format_supported; in softpipe_create_screen()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_screen.c549 r300screen->screen.is_video_format_supported = vl_video_buffer_is_format_supported; in r300_screen_create()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dradeonsi_pipe.c698 rscreen->screen.is_video_format_supported = vl_video_buffer_is_format_supported; in radeonsi_screen_create()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe.c971 rscreen->screen.is_video_format_supported = vl_video_buffer_is_format_supported; in r600_screen_create()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_video.c876 screen->base.is_video_format_supported = vl_video_buffer_is_format_supported; in nouveau_screen_init_vdec()