Searched refs:resource_create_with_modifiers (Results 1 – 21 of 21) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/tegra/ |
D | tegra_screen.c | 231 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/ |
D | si_uvd.c | 53 if (pipe->screen->resource_create_with_modifiers) { in si_video_buffer_create()
|
D | si_pipe.c | 692 if (screen->resource_create_with_modifiers) in si_create_context()
|
D | si_texture.c | 2388 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/ |
D | rbug_screen.c | 258 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/ |
D | nvc0_resource.c | 171 pscreen->resource_create_with_modifiers = nvc0_resource_create_with_modifiers; in nvc0_screen_init_resource_functions()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_screen.h | 477 struct pipe_resource * (*resource_create_with_modifiers)( member
|
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/ |
D | noop_pipe.c | 137 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/ |
D | vl_video_buffer.c | 496 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/ |
D | tr_screen.c | 740 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/ |
D | etnaviv_resource.c | 700 pscreen->resource_create_with_modifiers = etna_resource_create_modifiers; in etna_resource_screen_init()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_resource.c | 411 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/ |
D | lima_resource.c | 930 screen->base.resource_create_with_modifiers = lima_resource_create_with_modifiers; in lima_resource_screen_init()
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
D | dri2.c | 1167 ->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/ |
D | vc4_resource.c | 1134 pscreen->resource_create_with_modifiers = in vc4_resource_screen_init()
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
D | v3d_resource.c | 1173 pscreen->resource_create_with_modifiers = in v3d_resource_screen_init()
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_resource.c | 1479 pscreen->resource_create_with_modifiers = in panfrost_resource_screen_init()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_resource.c | 1999 pscreen->resource_create_with_modifiers = in crocus_init_screen_resource_functions()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_resource.c | 2264 pscreen->resource_create_with_modifiers = zink_resource_create_with_modifiers; in zink_screen_resource_init()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_resource.c | 2701 pscreen->resource_create_with_modifiers = in iris_init_screen_resource_functions()
|
/third_party/mesa3d/docs/relnotes/ |
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
|