Home
last modified time | relevance | path

Searched refs:resource_create_front (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/tegra/
Dtegra_screen.c270 resource = screen->gpu->resource_create_front(screen->gpu, template, in tegra_screen_resource_create_front()
610 screen->base.resource_create_front = tegra_screen_resource_create_front; in tegra_screen_create()
/third_party/mesa3d/src/gallium/frontends/dri/
Ddrisw.c401 screen->base.screen->resource_create_front && in drisw_allocate_textures()
404 … screen->base.screen->resource_create_front(screen->base.screen, &templ, (const void *)drawable); in drisw_allocate_textures()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_screen.h244 struct pipe_resource * (*resource_create_front)(struct pipe_screen *, member
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_texture.c534 screen->resource_create_front = softpipe_resource_create_front; in softpipe_init_screen_texture_funcs()
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_resource.c792 screen->resource_create_front = virgl_resource_create_front; in virgl_init_screen_resource_functions()
/third_party/mesa3d/docs/relnotes/
D22.0.0.rst1830 - virgl/vtest: implement resource_create_front