Searched refs:resource_from_memobj (Results 1 - 13 of 13) sorted by relevance
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_screen.h | 526 struct pipe_resource * (*resource_from_memobj)(struct pipe_screen *screen, member
|
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
H A D | dd_screen.c | 276 screen->resource_from_memobj(screen, templ, memobj, offset); in dd_screen_resource_from_memobj() 637 SCR_INIT(resource_from_memobj); in ddebug_screen_create()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
H A D | tr_screen.c | 884 trace_dump_call_begin("pipe_screen", "resource_from_memobj"); in trace_screen_resource_from_memobj() 891 screen->resource_from_memobj(screen, templ, memobj, offset); in trace_screen_resource_from_memobj() 1435 SCR_INIT(resource_from_memobj); in trace_screen_create()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_texture.c | 1139 screen->resource_from_memobj = llvmpipe_resource_from_memobj; in llvmpipe_init_screen_resource_funcs()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_resource.c | 1664 pscreen->resource_from_memobj = fd_resource_from_memobj; in fd_resource_screen_init()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_resource.c | 2004 pscreen->resource_from_memobj = crocus_resource_from_memobj; in crocus_init_screen_resource_functions()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_texture.c | 1943 rscreen->b.resource_from_memobj = r600_texture_from_memobj; in r600_init_screen_texture_functions()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_texture.c | 2376 sscreen->b.resource_from_memobj = si_resource_from_memobj; in si_init_screen_texture_functions()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_resource.c | 2706 pscreen->resource_from_memobj = iris_resource_from_memobj_wrapper; in iris_init_screen_resource_functions()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_resource.cpp | 932 pscreen->resource_from_memobj = d3d12_resource_from_memobj; in d3d12_screen_resource_init()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_resource.c | 2276 pscreen->resource_from_memobj = zink_resource_from_memobj; in zink_screen_resource_init()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_texture.c | 3161 newtex = screen->resource_from_memobj(screen, &pt, memObj->memory, offset); in st_texture_create_from_memory()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | bufferobj.c | 343 obj->buffer = screen->resource_from_memobj(screen, &buffer, in bufferobj_data()
|
Completed in 39 milliseconds