Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/tegra/
H A Dtegra_screen.c231 resource->gpu = screen->gpu->resource_create_with_modifiers(screen->gpu, in tegra_screen_resource_create()
494 resource->gpu = screen->gpu->resource_create_with_modifiers(screen->gpu, in tegra_screen_resource_create_with_modifiers()
641 screen->base.resource_create_with_modifiers = tegra_screen_resource_create_with_modifiers; in tegra_screen_create()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_screen.c261 screen->resource_create_with_modifiers(screen, templat, in dd_screen_resource_create_with_modifiers()
674 dscreen->base.resource_create_with_modifiers = dd_screen_resource_create_with_modifiers; in ddebug_screen_create()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_uvd.c35 if (pipe->screen->resource_create_with_modifiers) { in si_video_buffer_create()
H A Dsi_texture.c522 if (tex->surface.modifier != DRM_FORMAT_MOD_INVALID && screen->resource_create_with_modifiers) in si_reallocate_texture_inplace()
523 new_tex = (struct si_texture *)screen->resource_create_with_modifiers(screen, &templ, in si_reallocate_texture_inplace()
2473 sscreen->b.resource_create_with_modifiers = si_texture_create_with_modifiers; in si_init_screen_texture_functions()
H A Dsi_pipe.c731 if (screen->resource_create_with_modifiers) in si_create_context()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_resource.c171 pscreen->resource_create_with_modifiers = nvc0_resource_create_with_modifiers; in nvc0_screen_init_resource_functions()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/driver_noop/
H A Dnoop_pipe.c137 result = oscreen->resource_create_with_modifiers(oscreen, templ, in noop_resource_create_with_modifiers()
852 screen->resource_create_with_modifiers = noop_resource_create_with_modifiers; in noop_screen_create()
/aosp_15_r20/external/mesa3d/src/gallium/include/pipe/
H A Dp_screen.h511 struct pipe_resource * (*resource_create_with_modifiers)( member
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_video_buffer.c526 resources[0] = pipe->screen->resource_create_with_modifiers(pipe->screen, in vl_video_buffer_create_as_resource()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_screen.c819 result = screen->resource_create_with_modifiers(screen, templat, modifiers, modifiers_count); in trace_screen_resource_create_with_modifiers()
1585 SCR_INIT(resource_create_with_modifiers); in trace_screen_create()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.c407 struct pipe_resource *pshadow = pctx->screen->resource_create_with_modifiers( in fd_try_shadow_resource()
1739 pscreen->resource_create_with_modifiers = fd_resource_create_with_modifiers; in fd_resource_screen_init()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/dri/
H A Ddri2.c1146 if (!pscreen->resource_create_with_modifiers && count > 0) { in dri_create_image()
1214 ->resource_create_with_modifiers(screen->base.screen, in dri_create_image()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_resource.c921 pscreen->resource_create_with_modifiers = etna_resource_create_modifiers; in etna_resource_screen_init()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/lima/
H A Dlima_resource.c946 screen->base.resource_create_with_modifiers = lima_resource_create_with_modifiers; in lima_resource_screen_init()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_resource.c1156 pscreen->resource_create_with_modifiers = in vc4_resource_screen_init()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_resource.c1202 pscreen->resource_create_with_modifiers = in v3d_resource_screen_init()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_texture.c1790 screen->resource_create_with_modifiers = llvmpipe_resource_create_with_modifiers; in llvmpipe_init_screen_resource_funcs()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_resource.c1930 pscreen->resource_create_with_modifiers = in crocus_init_screen_resource_functions()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_resource.c1910 pscreen->resource_create_with_modifiers = in panfrost_resource_screen_init()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/asahi/
H A Dagx_pipe.c2717 screen->resource_create_with_modifiers = agx_resource_create_with_modifiers; in agx_screen_create()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/iris/
H A Diris_resource.c2867 pscreen->resource_create_with_modifiers = in iris_init_screen_resource_functions()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_resource.c3203 pscreen->resource_create_with_modifiers = zink_resource_create_with_modifiers; in zink_screen_resource_init()
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D21.2.0.rst3862 - aux/trace: trace pipe_screen::resource_create_with_modifiers
4243 - zink: add a pipe_screen::resource_create_with_modifiers hook