HomeSort by relevance Sort by last modified time
    Searched refs:is_video_format_supported (Results 1 - 13 of 13) sorted by null

  /external/virglrenderer/src/gallium/include/pipe/
p_screen.h 138 boolean (*is_video_format_supported)( struct pipe_screen *, member in struct:pipe_screen
  /external/mesa3d/src/gallium/state_trackers/va/
config.c 128 if (pscreen->is_video_format_supported(pscreen, PIPE_FORMAT_P016,
260 if (pscreen->is_video_format_supported(pscreen, PIPE_FORMAT_P016, p,
image.c 91 if (pscreen->is_video_format_supported(pscreen, format,
  /external/mesa3d/src/gallium/state_trackers/vdpau/
query.c 134 pscreen->is_video_format_supported(pscreen,
158 *is_supported &= pscreen->is_video_format_supported
410 *is_supported &= pscreen->is_video_format_supported
surface.c 332 if (!screen->is_video_format_supported(screen, nformat,
decode.c 613 !screen->is_video_format_supported(screen, vlsurf->video_buffer->buffer_format,
  /external/mesa3d/src/gallium/include/pipe/
p_screen.h 166 boolean (*is_video_format_supported)( struct pipe_screen *, member in struct:pipe_screen
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_get.c 998 sscreen->b.is_video_format_supported = si_vid_is_format_supported;
1001 sscreen->b.is_video_format_supported = vl_video_buffer_is_format_supported;
  /external/mesa3d/src/gallium/drivers/r300/
r300_screen.c 773 r300screen->screen.is_video_format_supported = vl_video_buffer_is_format_supported;
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_screen.c 892 screen->base.base.is_video_format_supported = nv84_screen_video_supported;
896 screen->base.base.is_video_format_supported = nouveau_vp3_screen_video_supported;
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_pipe_common.c     [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_video.c 866 screen->base.is_video_format_supported = vl_video_buffer_is_format_supported;
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_screen.c 865 screen->base.base.is_video_format_supported = nouveau_vp3_screen_video_supported;
    [all...]

Completed in 306 milliseconds