Home
last modified time | relevance | path

Searched refs:is_dmabuf_modifier_supported (Results 1 – 22 of 22) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
Drbug_screen.c177 return screen->is_dmabuf_modifier_supported(screen, in rbug_screen_is_dmabuf_modifier_supported()
459 SCR_INIT(is_dmabuf_modifier_supported); in rbug_screen_create()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_resource.c173 pscreen->is_dmabuf_modifier_supported = nvc0_is_dmabuf_modifier_supported; in nvc0_screen_init_resource_functions()
/third_party/mesa3d/src/gallium/drivers/tegra/
Dtegra_screen.c530 return screen->gpu->is_dmabuf_modifier_supported(screen->gpu, modifier, in tegra_screen_is_dmabuf_modifier_supported()
624 screen->base.is_dmabuf_modifier_supported = tegra_screen_is_dmabuf_modifier_supported; in tegra_screen_create()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_screen.h618 bool (*is_dmabuf_modifier_supported)(struct pipe_screen *screen, member
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
Dnoop_pipe.c638 return oscreen->is_dmabuf_modifier_supported(oscreen, modifier, format, external_only); in noop_is_dmabuf_modifier_supported()
748 screen->is_dmabuf_modifier_supported = noop_is_dmabuf_modifier_supported; in noop_screen_create()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_screen.c605 pscreen->is_dmabuf_modifier_supported = vc4_screen_is_dmabuf_modifier_supported; in vc4_screen_create()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_screen.c731 screen->base.is_dmabuf_modifier_supported = lima_screen_is_dmabuf_modifier_supported; in lima_screen_create()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_screen.c1010 bool ret = screen->is_dmabuf_modifier_supported(screen, modifier, format, external_only); in trace_screen_is_dmabuf_modifier_supported()
1162 SCR_INIT(is_dmabuf_modifier_supported); in trace_screen_create()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_screen.c835 pscreen->is_dmabuf_modifier_supported = in v3d_screen_create()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_screen.c877 screen->base.is_dmabuf_modifier_supported = in panfrost_create_screen()
/third_party/mesa3d/src/gallium/frontends/va/
Dsurface.c702 pscreen->is_dmabuf_modifier_supported && in surface_from_prime_2()
703 pscreen->is_dmabuf_modifier_supported(pscreen, desc->objects[0].drm_format_modifier, in surface_from_prime_2()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_screen.c1122 pscreen->is_dmabuf_modifier_supported = in fd_screen_create()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_screen.c1120 pscreen->is_dmabuf_modifier_supported = etna_screen_is_dmabuf_modifier_supported; in etna_screen_create()
/third_party/mesa3d/src/gallium/frontends/dri/
Ddri2.c987 if (!pscreen->is_dmabuf_modifier_supported || in dri2_get_modifier_num_planes()
988 !pscreen->is_dmabuf_modifier_supported(pscreen, modifier, in dri2_get_modifier_num_planes()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_screen.c1945 screen->base.is_dmabuf_modifier_supported = zink_is_dmabuf_modifier_supported; in zink_internal_create_screen()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_resource.c1984 pscreen->is_dmabuf_modifier_supported = crocus_is_dmabuf_modifier_supported; in crocus_init_screen_resource_functions()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_texture.c2218 sscreen->b.is_dmabuf_modifier_supported = si_is_dmabuf_modifier_supported; in si_init_screen_texture_functions()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_resource.c2614 pscreen->is_dmabuf_modifier_supported = iris_is_dmabuf_modifier_supported; in iris_init_screen_resource_functions()
/third_party/mesa3d/docs/gallium/
Dscreen.rst1071 is_dmabuf_modifier_supported section in Methods
/third_party/mesa3d/docs/relnotes/
D21.2.0.rst3129 - v3d: YUV formats at is_dmabuf_modifier_supported are external_only
3859 - aux/trace: pipe_context::is_dmabuf_modifier_supported
D21.0.0.rst1609 - gallium: Add pipe_screen::is_dmabuf_modifier_supported
D21.1.0.rst2937 - v3d: YUV formats at is_dmabuf_modifier_supported are external_only