Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dtexturebindless.c80 delete_texture_handle(struct gl_context *ctx, GLuint64 id) in delete_texture_handle() function
86 ctx->pipe->delete_texture_handle(ctx->pipe, id); in delete_texture_handle()
490 delete_texture_handle(ctx, (*texHandleObj)->handle); in _mesa_delete_texture_handles()
526 delete_texture_handle(ctx, (*texHandleObj)->handle); in _mesa_delete_sampler_handles()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context_calls.h58 CALL(delete_texture_handle)
Du_threaded_context.c795 TC_FUNC1(delete_texture_handle, , uint64_t, , )
4600 CTX_INIT(delete_texture_handle); in threaded_context_create()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_context.h1122 void (*delete_texture_handle)(struct pipe_context *ctx, uint64_t handle); member
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
Dnoop_state.c490 ctx->delete_texture_handle = noop_delete_texture_handle; in noop_init_state_functions()
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_context.c794 pipe->delete_texture_handle(pipe, handle); in dd_context_delete_texture_handle()
944 CTX_INIT(delete_texture_handle); in dd_context_create()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_texture.c446 pipe->delete_texture_handle(pipe, handle); in st_destroy_bound_texture_handles_per_stage()
/third_party/mesa3d/src/gallium/drivers/tegra/
Dtegra_context.c1214 context->gpu->delete_texture_handle(context->gpu, handle); in tegra_delete_texture_handle()
1424 context->base.delete_texture_handle = tegra_delete_texture_handle; in tegra_screen_context_create()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_context.c2207 pipe->delete_texture_handle(pipe, handle); in trace_context_delete_texture_handle()
2398 TR_CTX_INIT(delete_texture_handle); in trace_context_create()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_tex.c1514 pipe->delete_texture_handle = nve4_delete_texture_handle; in nvc0_init_bindless_functions()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_descriptors.c2790 sctx->b.delete_texture_handle = si_delete_texture_handle; in si_init_all_descriptors()
/third_party/mesa3d/docs/gallium/
Dcontext.rst908 * ``delete_texture_handle`` deletes a 64-bit unsigned integer texture handle.
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_context.c4592 ctx->base.delete_texture_handle = zink_delete_texture_handle; in zink_context_create()