Home
last modified time | relevance | path

Searched refs:resource_get_handle (Results 1 - 25 of 44) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/r300/
H A 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/
H A 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/
H A Dnv30_resource.c88 pscreen->resource_get_handle = nv30_miptree_get_handle; in nv30_resource_screen_init()
/third_party/mesa3d/src/gallium/drivers/tegra/
H A 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/drivers/svga/
H A 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/
H A Dnv50_resource.c123 pscreen->resource_get_handle = nv50_miptree_get_handle; in nv50_screen_init_resource_functions()
/third_party/mesa3d/src/gallium/auxiliary/renderonly/
H A Drenderonly.c126 status = screen->resource_get_handle(screen, NULL, rsc, &handle, in renderonly_create_gpu_import_for_resource()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A 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/
H A 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/include/pipe/
H A Dp_screen.h251 * resource_get_handle.
312 bool (*resource_get_handle)(struct pipe_screen *, member
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_winsys.h101 boolean (*resource_get_handle)(struct virgl_winsys *vws, member
H A 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_noop/
H A Dnoop_pipe.c171 /* resource_get_handle musn't fail. Just create something and return it. */ in noop_resource_get_handle()
176 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/auxiliary/driver_ddebug/
H A 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/src/gallium/winsys/sw/wrapper/
H A Dwrapper_sw_winsys.c205 return wsw->screen->resource_get_handle(wsw->screen, NULL, tex, whandle, in wsw_dt_get_handle()
/third_party/mesa3d/src/gallium/frontends/va/
H A Dbuffer.c336 if (!screen->resource_get_handle(screen, drv->pipe, in vlVaAcquireBufferHandle()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_vdpau.c221 res->screen->resource_get_handle(res->screen, NULL, res, &whandle, in st_vdpau_map_surface()
/third_party/mesa3d/src/gallium/frontends/vdpau/
H A Dsurface.c533 if (!pscreen->resource_get_handle(pscreen, p_surf->device->context, in vlVdpVideoSurfaceDMABuf()
H A Doutput.c817 if (!pscreen->resource_get_handle(pscreen, vlsurface->device->context, in vlVdpOutputSurfaceDMABuf()
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_texture.c537 screen->resource_get_handle = softpipe_resource_get_handle; in softpipe_init_screen_texture_funcs()
/third_party/mesa3d/src/gallium/frontends/xa/
H A Dxa_tracker.c562 res = screen->resource_get_handle(screen, srf->xa->default_ctx->pipe, in xa_surface_handle()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_screen.c801 trace_dump_call_begin("pipe_screen", "resource_get_handle"); in trace_screen_resource_get_handle()
808 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()
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddrisw.c138 if (!res->screen->resource_get_handle(res->screen, NULL, res, &whandle, PIPE_HANDLE_USAGE_FRAMEBUFFER_WRITE)) in get_image_shm()
H A Ddri2.c379 screen->base.screen->resource_get_handle(screen->base.screen, NULL, in dri2_allocate_buffer()
1303 if (!pscreen->resource_get_handle(pscreen, NULL, image->texture, in dri2_query_image_by_resource_handle()
2174 success = screen->resource_get_handle(screen, st->pipe, res, &whandle, in dri2_interop_export_object()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_resource.c702 pscreen->resource_get_handle = etna_resource_get_handle; in etna_resource_screen_init()

Completed in 22 milliseconds

12