Searched refs:delete_texture_handle (Results 1 – 13 of 13) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | texturebindless.c | 80 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/ |
D | u_threaded_context_calls.h | 58 CALL(delete_texture_handle)
|
D | u_threaded_context.c | 795 TC_FUNC1(delete_texture_handle, , uint64_t, , ) 4600 CTX_INIT(delete_texture_handle); in threaded_context_create()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 1122 void (*delete_texture_handle)(struct pipe_context *ctx, uint64_t handle); member
|
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/ |
D | noop_state.c | 490 ctx->delete_texture_handle = noop_delete_texture_handle; in noop_init_state_functions()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
D | dd_context.c | 794 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/ |
D | st_texture.c | 446 pipe->delete_texture_handle(pipe, handle); in st_destroy_bound_texture_handles_per_stage()
|
/third_party/mesa3d/src/gallium/drivers/tegra/ |
D | tegra_context.c | 1214 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/ |
D | tr_context.c | 2207 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/ |
D | nvc0_tex.c | 1514 pipe->delete_texture_handle = nve4_delete_texture_handle; in nvc0_init_bindless_functions()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_descriptors.c | 2790 sctx->b.delete_texture_handle = si_delete_texture_handle; in si_init_all_descriptors()
|
/third_party/mesa3d/docs/gallium/ |
D | context.rst | 908 * ``delete_texture_handle`` deletes a 64-bit unsigned integer texture handle.
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_context.c | 4592 ctx->base.delete_texture_handle = zink_delete_texture_handle; in zink_context_create()
|