Home
last modified time | relevance | path

Searched refs:resource_from_memobj (Results 1 - 13 of 13) sorted by relevance

/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_screen.h526 struct pipe_resource * (*resource_from_memobj)(struct pipe_screen *screen, member
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_screen.c276 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 Dtr_screen.c884 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 Dlp_texture.c1139 screen->resource_from_memobj = llvmpipe_resource_from_memobj; in llvmpipe_init_screen_resource_funcs()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.c1664 pscreen->resource_from_memobj = fd_resource_from_memobj; in fd_resource_screen_init()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_resource.c2004 pscreen->resource_from_memobj = crocus_resource_from_memobj; in crocus_init_screen_resource_functions()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_texture.c1943 rscreen->b.resource_from_memobj = r600_texture_from_memobj; in r600_init_screen_texture_functions()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_texture.c2376 sscreen->b.resource_from_memobj = si_resource_from_memobj; in si_init_screen_texture_functions()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_resource.c2706 pscreen->resource_from_memobj = iris_resource_from_memobj_wrapper; in iris_init_screen_resource_functions()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_resource.cpp932 pscreen->resource_from_memobj = d3d12_resource_from_memobj; in d3d12_screen_resource_init()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_resource.c2276 pscreen->resource_from_memobj = zink_resource_from_memobj; in zink_screen_resource_init()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_texture.c3161 newtex = screen->resource_from_memobj(screen, &pt, memObj->memory, offset); in st_texture_create_from_memory()
/third_party/mesa3d/src/mesa/main/
H A Dbufferobj.c343 obj->buffer = screen->resource_from_memobj(screen, &buffer, in bufferobj_data()

Completed in 39 milliseconds