Home
last modified time | relevance | path

Searched refs:resource_get_handle (Results 1 – 25 of 57) sorted by relevance

123

/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_resource.c59 r300screen->screen.resource_get_handle = r300_resource_get_handle; in r300_init_screen_resource_functions()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_resource.c49 is->base.resource_get_handle = i915_resource_get_handle; in i915_init_screen_resource_functions()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_resource.c88 pscreen->resource_get_handle = nv30_miptree_get_handle; in nv30_resource_screen_init()
/third_party/mesa3d/src/gallium/drivers/tegra/
Dtegra_screen.c179 status = screen->gpu->resource_get_handle(screen->gpu, NULL, resource->gpu, in tegra_screen_import_resource()
345 ret = screen->gpu->resource_get_handle(screen->gpu, in tegra_screen_resource_get_handle()
613 screen->base.resource_get_handle = tegra_screen_resource_get_handle; in tegra_screen_create()
/third_party/mesa3d/src/gallium/auxiliary/renderonly/
Drenderonly.c126 status = screen->resource_get_handle(screen, NULL, rsc, &handle, in renderonly_create_gpu_import_for_resource()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_resource.c143 is->screen.resource_get_handle = svga_resource_get_handle; in svga_init_screen_resource_functions()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_resource.c123 pscreen->resource_get_handle = nv50_miptree_get_handle; in nv50_screen_init_resource_functions()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_resource.c175 pscreen->resource_get_handle = nvc0_miptree_get_handle; in nvc0_screen_init_resource_functions()
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
Drbug_screen.c311 return screen->resource_get_handle(screen, rb_pipe ? rb_pipe->pipe : NULL, in rbug_screen_resource_get_handle()
481 rb_screen->base.resource_get_handle = rbug_screen_resource_get_handle; in rbug_screen_create()
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_winsys.h101 boolean (*resource_get_handle)(struct virgl_winsys *vws, member
Dvirgl_resource.c795 screen->resource_get_handle = virgl_resource_get_handle; in virgl_init_screen_resource_functions()
933 return vs->vws->resource_get_handle(vs->vws, res->hw_res, in virgl_resource_get_handle()
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_screen.c313 return screen->resource_get_handle(screen, pipe, resource, handle, usage); in dd_screen_resource_get_handle()
640 dscreen->base.resource_get_handle = dd_screen_resource_get_handle; in ddebug_screen_create()
/third_party/mesa3d/docs/relnotes/
D20.1.8.rst97 - iris: Fix aux assertion in resource_get_handle
D9.0.1.rst113 - nouveau: use pre-calculated stride for resource_get_handle
D19.2.1.rst121 resource_get_handle
D21.3.8.rst52 - panfrost: Fix FD resource_get_handle
/third_party/mesa3d/src/gallium/winsys/sw/wrapper/
Dwrapper_sw_winsys.c205 return wsw->screen->resource_get_handle(wsw->screen, NULL, tex, whandle, in wsw_dt_get_handle()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_vdpau.c221 res->screen->resource_get_handle(res->screen, NULL, res, &whandle, in st_vdpau_map_surface()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_screen.h312 bool (*resource_get_handle)(struct pipe_screen *, member
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
Dnoop_pipe.c176 result = screen->resource_get_handle(screen, NULL, tex, handle, usage); in noop_resource_get_handle()
783 screen->resource_get_handle = noop_resource_get_handle; in noop_screen_create()
/third_party/mesa3d/src/gallium/frontends/va/
Dbuffer.c336 if (!screen->resource_get_handle(screen, drv->pipe, in vlVaAcquireBufferHandle()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_texture.c537 screen->resource_get_handle = softpipe_resource_get_handle; in softpipe_init_screen_texture_funcs()
/third_party/mesa3d/src/gallium/frontends/xa/
Dxa_tracker.c562 res = screen->resource_get_handle(screen, srf->xa->default_ctx->pipe, in xa_surface_handle()
/third_party/mesa3d/src/gallium/frontends/vdpau/
Dsurface.c533 if (!pscreen->resource_get_handle(pscreen, p_surf->device->context, in vlVdpVideoSurfaceDMABuf()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_screen.c808 result = screen->resource_get_handle(screen, pipe, resource, handle, usage); in trace_screen_resource_get_handle()
1432 tr_scr->base.resource_get_handle = trace_screen_resource_get_handle; in trace_screen_create()

123