Searched refs:is_video_format_supported (Results 1 – 17 of 17) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/va/ |
D | config.c | 131 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()
|
D | image.c | 93 if (pscreen->is_video_format_supported(pscreen, format, in vlVaQueryImageFormats()
|
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
D | query.c | 135 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()
|
D | surface.c | 332 if (!screen->is_video_format_supported(screen, nformat, in vlVdpVideoSurfacePutBitsYCbCr()
|
D | decode.c | 613 !screen->is_video_format_supported(screen, vlsurf->video_buffer->buffer_format, in vlVdpDecoderRender()
|
/third_party/mesa3d/src/gallium/drivers/tegra/ |
D | tegra_screen.c | 155 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/ |
D | d3d12_video_screen.cpp | 497 … 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/ |
D | p_screen.h | 221 bool (*is_video_format_supported)( struct pipe_screen *, member
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.3.5.rst | 146 - st/vdpau: Only call is_video_format_supported hook if needed
|
D | 20.0.1.rst | 144 - st/vdpau: Only call is_video_format_supported hook if needed
|
D | 20.1.0.rst | 3272 - st/vdpau: Only call is_video_format_supported hook if needed
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_get.c | 1048 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/ |
D | nv50_screen.c | 1059 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/ |
D | r300_screen.c | 846 r300screen->screen.is_video_format_supported = vl_video_buffer_is_format_supported; in r300_screen_create()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_pipe_common.c | 1252 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/ |
D | nouveau_video.c | 865 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/ |
D | nvc0_screen.c | 1117 screen->base.base.is_video_format_supported = nouveau_vp3_screen_video_supported; in nvc0_screen_create()
|