/aosp_15_r20/external/mesa3d/src/gallium/drivers/tegra/ |
H A D | tegra_screen.c | 231 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 D | dd_screen.c | 261 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 D | si_uvd.c | 35 if (pipe->screen->resource_create_with_modifiers) { in si_video_buffer_create()
|
H A D | si_texture.c | 522 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 D | si_pipe.c | 731 if (screen->resource_create_with_modifiers) in si_create_context()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_resource.c | 171 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 D | noop_pipe.c | 137 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 D | p_screen.h | 511 struct pipe_resource * (*resource_create_with_modifiers)( member
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_video_buffer.c | 526 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 D | tr_screen.c | 819 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 D | freedreno_resource.c | 407 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 D | dri2.c | 1146 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 D | etnaviv_resource.c | 921 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 D | lima_resource.c | 946 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 D | vc4_resource.c | 1156 pscreen->resource_create_with_modifiers = in vc4_resource_screen_init()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3d_resource.c | 1202 pscreen->resource_create_with_modifiers = in v3d_resource_screen_init()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_texture.c | 1790 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 D | crocus_resource.c | 1930 pscreen->resource_create_with_modifiers = in crocus_init_screen_resource_functions()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_resource.c | 1910 pscreen->resource_create_with_modifiers = in panfrost_resource_screen_init()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/asahi/ |
H A D | agx_pipe.c | 2717 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 D | iris_resource.c | 2867 pscreen->resource_create_with_modifiers = in iris_init_screen_resource_functions()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_resource.c | 3203 pscreen->resource_create_with_modifiers = zink_resource_create_with_modifiers; in zink_screen_resource_init()
|
/aosp_15_r20/external/mesa3d/docs/relnotes/ |
H A D | 21.2.0.rst | 3862 - aux/trace: trace pipe_screen::resource_create_with_modifiers 4243 - zink: add a pipe_screen::resource_create_with_modifiers hook
|