Home
last modified time | relevance | path

Searched refs:is_video_format_supported (Results 1 - 14 of 14) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/va/
H A Dconfig.c131 if (pscreen->is_video_format_supported(pscreen, PIPE_FORMAT_P010, in vlVaGetConfigAttributes()
134 pscreen->is_video_format_supported(pscreen, PIPE_FORMAT_P016, in vlVaGetConfigAttributes()
148 if (pscreen->is_video_format_supported(pscreen, PIPE_FORMAT_P010, in vlVaGetConfigAttributes()
151 pscreen->is_video_format_supported(pscreen, PIPE_FORMAT_P016, in vlVaGetConfigAttributes()
329 if (pscreen->is_video_format_supported(pscreen, PIPE_FORMAT_P010, p, in vlVaCreateConfig()
331 pscreen->is_video_format_supported(pscreen, PIPE_FORMAT_P016, p, in vlVaCreateConfig()
H A Dimage.c93 if (pscreen->is_video_format_supported(pscreen, format, in vlVaQueryImageFormats()
/third_party/mesa3d/src/gallium/frontends/vdpau/
H A Dquery.c135 pscreen->is_video_format_supported(pscreen, in vlVdpVideoSurfaceQueryGetPutBitsYCbCrCapabilities()
160 !pscreen->is_video_format_supported(pscreen, in vlVdpVideoSurfaceQueryGetPutBitsYCbCrCapabilities()
414 *is_supported &= pscreen->is_video_format_supported in vlVdpOutputSurfaceQueryPutBitsYCbCrCapabilities()
H A Dsurface.c332 if (!screen->is_video_format_supported(screen, nformat, in vlVdpVideoSurfacePutBitsYCbCr()
H A Ddecode.c613 !screen->is_video_format_supported(screen, vlsurf->video_buffer->buffer_format, in vlVdpDecoderRender()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_screen.h221 bool (*is_video_format_supported)( struct pipe_screen *, member
/third_party/mesa3d/src/gallium/drivers/tegra/
H A Dtegra_screen.c155 return screen->gpu->is_video_format_supported(screen->gpu, format, profile, in tegra_screen_is_video_format_supported()
603 screen->base.is_video_format_supported = tegra_screen_is_video_format_supported; in tegra_screen_create()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_screen.cpp497 bool formatSupported = pscreen->is_video_format_supported(pscreen, pipeFmt, profile, entrypoint); in d3d12_screen_get_video_param_decode()
791 pscreen->is_video_format_supported = d3d12_video_buffer_is_format_supported; in d3d12_screen_video_init()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_get.c1048 sscreen->b.is_video_format_supported = si_vid_is_format_supported; in si_init_screen_get_functions()
1051 sscreen->b.is_video_format_supported = vl_video_buffer_is_format_supported; in si_init_screen_get_functions()
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_screen.c846 r300screen->screen.is_video_format_supported = vl_video_buffer_is_format_supported; in r300_screen_create()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_screen.c1059 screen->base.base.is_video_format_supported = nv84_screen_video_supported; in nv50_screen_create()
1063 screen->base.base.is_video_format_supported = nouveau_vp3_screen_video_supported; in nv50_screen_create()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe_common.c1252 rscreen->b.is_video_format_supported = rvid_is_format_supported; in r600_common_screen_init()
1255 rscreen->b.is_video_format_supported = vl_video_buffer_is_format_supported; in r600_common_screen_init()
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_video.c865 screen->base.is_video_format_supported = vl_video_buffer_is_format_supported; in nouveau_screen_init_vdec()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_screen.c1117 screen->base.base.is_video_format_supported = nouveau_vp3_screen_video_supported; in nvc0_screen_create()

Completed in 17 milliseconds