Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/va/
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()
Dimage.c93 if (pscreen->is_video_format_supported(pscreen, format, in vlVaQueryImageFormats()
/third_party/mesa3d/src/gallium/frontends/vdpau/
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()
Dsurface.c332 if (!screen->is_video_format_supported(screen, nformat, in vlVdpVideoSurfacePutBitsYCbCr()
Ddecode.c613 !screen->is_video_format_supported(screen, vlsurf->video_buffer->buffer_format, in vlVdpDecoderRender()
/third_party/mesa3d/src/gallium/drivers/tegra/
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/
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/include/pipe/
Dp_screen.h221 bool (*is_video_format_supported)( struct pipe_screen *, member
/third_party/mesa3d/docs/relnotes/
D19.3.5.rst146 - st/vdpau: Only call is_video_format_supported hook if needed
D20.0.1.rst144 - st/vdpau: Only call is_video_format_supported hook if needed
D20.1.0.rst3272 - st/vdpau: Only call is_video_format_supported hook if needed
/third_party/mesa3d/src/gallium/drivers/radeonsi/
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/nouveau/nv50/
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/r300/
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/r600/
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/
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/
Dnvc0_screen.c1117 screen->base.base.is_video_format_supported = nouveau_vp3_screen_video_supported; in nvc0_screen_create()