Home
last modified time | relevance | path

Searched refs:resource_create_with_modifiers (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/gallium/drivers/tegra/
Dtegra_screen.c230 resource->gpu = screen->gpu->resource_create_with_modifiers(screen->gpu, in tegra_screen_resource_create()
481 resource->gpu = screen->gpu->resource_create_with_modifiers(screen->gpu, in tegra_screen_resource_create_with_modifiers()
593 screen->base.resource_create_with_modifiers = tegra_screen_resource_create_with_modifiers; in tegra_screen_create()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_resource.c131 pscreen->resource_create_with_modifiers = nvc0_resource_create_with_modifiers; in nvc0_screen_init_resource_functions()
/external/mesa3d/src/gallium/auxiliary/driver_rbug/
Drbug_screen.c208 result = screen->resource_create_with_modifiers(screen, in rbug_screen_resource_create_with_modifiers()
422 SCR_INIT(resource_create_with_modifiers); in rbug_screen_create()
/external/mesa3d/src/gallium/include/pipe/
Dp_screen.h413 struct pipe_resource * (*resource_create_with_modifiers)( member
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_resource.c285 pctx->screen->resource_create_with_modifiers(pctx->screen, in fd_try_shadow_resource()
1349 pscreen->resource_create_with_modifiers = fd_resource_create_with_modifiers; in fd_resource_screen_init()
/external/mesa3d/src/gallium/frontends/dri/
Ddri2.c1057 ->resource_create_with_modifiers(screen->base.screen, in dri2_create_image_common()
2207 if (pscreen->resource_create_with_modifiers) in dri2_init_screen()
2291 if (pscreen->resource_create_with_modifiers) in dri_kms_init_screen()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_resource.c700 pscreen->resource_create_with_modifiers = etna_resource_create_modifiers; in etna_resource_screen_init()
/external/mesa3d/src/gallium/drivers/lima/
Dlima_resource.c488 screen->base.resource_create_with_modifiers = lima_resource_create_with_modifiers; in lima_resource_screen_init()
/external/mesa3d/src/gallium/drivers/v3d/
Dv3d_resource.c1142 pscreen->resource_create_with_modifiers = in v3d_resource_screen_init()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_resource.c1121 pscreen->resource_create_with_modifiers = in vc4_resource_screen_init()
/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_resource.c1188 pscreen->resource_create_with_modifiers = in panfrost_resource_screen_init()
/external/mesa3d/src/gallium/drivers/iris/
Diris_resource.c2228 pscreen->resource_create_with_modifiers = in iris_init_screen_resource_functions()