Home
last modified time | relevance | path

Searched refs:can_create_resource (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/tegra/
H A Dtegra_screen.c165 return screen->gpu->can_create_resource(screen->gpu, template); in tegra_screen_can_create_resource()
619 if (screen->gpu->can_create_resource) in tegra_screen_create()
620 screen->base.can_create_resource = tegra_screen_can_create_resource; in tegra_screen_create()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_screen.c165 return screen->can_create_resource(screen, templat); in dd_screen_can_create_resource()
672 SCR_INIT(can_create_resource); in ddebug_screen_create()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_resource.c127 is->screen.can_create_resource = svga_can_create_resource; in svga_init_screen_resource_functions()
/aosp_15_r20/external/mesa3d/src/gallium/include/pipe/
H A Dp_screen.h254 bool (*can_create_resource)(struct pipe_screen *screen, member
/aosp_15_r20/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_texture.c538 screen->can_create_resource = softpipe_can_create_resource; in softpipe_init_screen_texture_funcs()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_resource.c919 pscreen->can_create_resource = etna_screen_can_create_resource; in etna_resource_screen_init()
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_texture.c3577 if (st->screen->can_create_resource) { in st_TestProxyTexImage()
3611 return st->screen->can_create_resource(st->screen, &pt); in st_TestProxyTexImage()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_texture.c1769 screen->can_create_resource = llvmpipe_can_create_resource; in llvmpipe_init_screen_resource_funcs()
/aosp_15_r20/external/mesa3d/docs/gallium/
H A Dscreen.rst963 can_create_resource section in Methods
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D19.3.0.rst2307 - rbug: forward can_create_resource to pipe driver
/aosp_15_r20/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
H A Dcommit.csv43686[email protected],gallium: add new pipe_screen::can_create_resource() function
45875[email protected],gallium: add doc note about cube textures and can_create_resource()
53298[email protected],llvmpipe: implement the new can_create_resource() function
54268[email protected],softpipe: implement the new can_create_resource() function