Home
last modified time | relevance | path

Searched refs:delete_image_handle (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context_calls.h60 CALL(delete_image_handle)
Du_threaded_context.c796 TC_FUNC1(delete_image_handle, , uint64_t, , )
4603 CTX_INIT(delete_image_handle); in threaded_context_create()
/third_party/mesa3d/src/mesa/main/
Dtexturebindless.c93 delete_image_handle(struct gl_context *ctx, GLuint64 id) in delete_image_handle() function
99 ctx->pipe->delete_image_handle(ctx->pipe, id); in delete_image_handle()
498 delete_image_handle(ctx, (*imgHandleObj)->handle); in _mesa_delete_texture_handles()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_context.h1150 void (*delete_image_handle)(struct pipe_context *ctx, uint64_t handle); member
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
Dnoop_state.c493 ctx->delete_image_handle = noop_delete_image_handle; in noop_init_state_functions()
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_context.c820 pipe->delete_image_handle(pipe, handle); in dd_context_delete_image_handle()
947 CTX_INIT(delete_image_handle); in dd_context_create()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_texture.c486 pipe->delete_image_handle(pipe, handle); in st_destroy_bound_image_handles_per_stage()
/third_party/mesa3d/src/gallium/drivers/tegra/
Dtegra_context.c1238 context->gpu->delete_image_handle(context->gpu, handle); in tegra_delete_image_handle()
1427 context->base.delete_image_handle = tegra_delete_image_handle; in tegra_screen_context_create()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_tex.c1519 pipe->delete_image_handle = nve4_delete_image_handle; in nvc0_init_bindless_functions()
1523 pipe->delete_image_handle = gm107_delete_image_handle; in nvc0_init_bindless_functions()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_context.c2258 pipe->delete_image_handle(pipe, handle); in trace_context_delete_image_handle()
2401 TR_CTX_INIT(delete_image_handle); in trace_context_create()
/third_party/mesa3d/docs/gallium/
Dcontext.rst914 * ``delete_image_handle`` deletes a 64-bit unsigned integer image handle.
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_descriptors.c2793 sctx->b.delete_image_handle = si_delete_image_handle; in si_init_all_descriptors()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_context.c4595 ctx->base.delete_image_handle = zink_delete_image_handle; in zink_context_create()