Searched refs:is_dmabuf_modifier_supported (Results 1 – 22 of 22) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/ |
D | rbug_screen.c | 177 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/ |
D | nvc0_resource.c | 173 pscreen->is_dmabuf_modifier_supported = nvc0_is_dmabuf_modifier_supported; in nvc0_screen_init_resource_functions()
|
/third_party/mesa3d/src/gallium/drivers/tegra/ |
D | tegra_screen.c | 530 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/ |
D | p_screen.h | 618 bool (*is_dmabuf_modifier_supported)(struct pipe_screen *screen, member
|
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/ |
D | noop_pipe.c | 638 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/ |
D | vc4_screen.c | 605 pscreen->is_dmabuf_modifier_supported = vc4_screen_is_dmabuf_modifier_supported; in vc4_screen_create()
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
D | lima_screen.c | 731 screen->base.is_dmabuf_modifier_supported = lima_screen_is_dmabuf_modifier_supported; in lima_screen_create()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
D | tr_screen.c | 1010 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/ |
D | v3d_screen.c | 835 pscreen->is_dmabuf_modifier_supported = in v3d_screen_create()
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_screen.c | 877 screen->base.is_dmabuf_modifier_supported = in panfrost_create_screen()
|
/third_party/mesa3d/src/gallium/frontends/va/ |
D | surface.c | 702 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/ |
D | freedreno_screen.c | 1122 pscreen->is_dmabuf_modifier_supported = in fd_screen_create()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_screen.c | 1120 pscreen->is_dmabuf_modifier_supported = etna_screen_is_dmabuf_modifier_supported; in etna_screen_create()
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
D | dri2.c | 987 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/ |
D | zink_screen.c | 1945 screen->base.is_dmabuf_modifier_supported = zink_is_dmabuf_modifier_supported; in zink_internal_create_screen()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_resource.c | 1984 pscreen->is_dmabuf_modifier_supported = crocus_is_dmabuf_modifier_supported; in crocus_init_screen_resource_functions()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_texture.c | 2218 sscreen->b.is_dmabuf_modifier_supported = si_is_dmabuf_modifier_supported; in si_init_screen_texture_functions()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_resource.c | 2614 pscreen->is_dmabuf_modifier_supported = iris_is_dmabuf_modifier_supported; in iris_init_screen_resource_functions()
|
/third_party/mesa3d/docs/gallium/ |
D | screen.rst | 1071 is_dmabuf_modifier_supported section in Methods
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.2.0.rst | 3129 - v3d: YUV formats at is_dmabuf_modifier_supported are external_only 3859 - aux/trace: pipe_context::is_dmabuf_modifier_supported
|
D | 21.0.0.rst | 1609 - gallium: Add pipe_screen::is_dmabuf_modifier_supported
|
D | 21.1.0.rst | 2937 - v3d: YUV formats at is_dmabuf_modifier_supported are external_only
|