Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/tegra/
Dtegra_screen.c231 resource->gpu = screen->gpu->resource_create_with_modifiers(screen->gpu, in tegra_screen_resource_create()
492 resource->gpu = screen->gpu->resource_create_with_modifiers(screen->gpu, in tegra_screen_resource_create_with_modifiers()
628 screen->base.resource_create_with_modifiers = tegra_screen_resource_create_with_modifiers; in tegra_screen_create()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_uvd.c53 if (pipe->screen->resource_create_with_modifiers) { in si_video_buffer_create()
Dsi_pipe.c692 if (screen->resource_create_with_modifiers) in si_create_context()
Dsi_texture.c2388 sscreen->b.resource_create_with_modifiers = si_texture_create_with_modifiers; in si_init_screen_texture_functions()
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
Drbug_screen.c258 result = screen->resource_create_with_modifiers(screen, in rbug_screen_resource_create_with_modifiers()
478 SCR_INIT(resource_create_with_modifiers); in rbug_screen_create()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_resource.c171 pscreen->resource_create_with_modifiers = nvc0_resource_create_with_modifiers; in nvc0_screen_init_resource_functions()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_screen.h477 struct pipe_resource * (*resource_create_with_modifiers)( member
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
Dnoop_pipe.c137 result = oscreen->resource_create_with_modifiers(oscreen, templ, in noop_resource_create_with_modifiers()
807 screen->resource_create_with_modifiers = noop_resource_create_with_modifiers; in noop_screen_create()
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_video_buffer.c496 resources[0] = pipe->screen->resource_create_with_modifiers(pipe->screen, in vl_video_buffer_create_as_resource()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_screen.c740 result = screen->resource_create_with_modifiers(screen, templat, modifiers, modifiers_count); in trace_screen_resource_create_with_modifiers()
1415 SCR_INIT(resource_create_with_modifiers); in trace_screen_create()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_resource.c700 pscreen->resource_create_with_modifiers = etna_resource_create_modifiers; in etna_resource_screen_init()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_resource.c411 struct pipe_resource *pshadow = pctx->screen->resource_create_with_modifiers( in fd_try_shadow_resource()
1646 pscreen->resource_create_with_modifiers = fd_resource_create_with_modifiers; in fd_resource_screen_init()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_resource.c930 screen->base.resource_create_with_modifiers = lima_resource_create_with_modifiers; in lima_resource_screen_init()
/third_party/mesa3d/src/gallium/frontends/dri/
Ddri2.c1167 ->resource_create_with_modifiers(screen->base.screen, in dri2_create_image_common()
2393 if (pscreen->resource_create_with_modifiers) { in dri2_init_screen_extensions()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_resource.c1134 pscreen->resource_create_with_modifiers = in vc4_resource_screen_init()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_resource.c1173 pscreen->resource_create_with_modifiers = in v3d_resource_screen_init()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_resource.c1479 pscreen->resource_create_with_modifiers = in panfrost_resource_screen_init()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_resource.c1999 pscreen->resource_create_with_modifiers = in crocus_init_screen_resource_functions()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_resource.c2264 pscreen->resource_create_with_modifiers = zink_resource_create_with_modifiers; in zink_screen_resource_init()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_resource.c2701 pscreen->resource_create_with_modifiers = in iris_init_screen_resource_functions()
/third_party/mesa3d/docs/relnotes/
D21.2.0.rst3862 - aux/trace: trace pipe_screen::resource_create_with_modifiers
4243 - zink: add a pipe_screen::resource_create_with_modifiers hook