Searched refs:delete_texture_handle (Results 1 – 11 of 11) sorted by relevance
47 CALL(delete_texture_handle)
1173 pipe->delete_texture_handle(pipe, payload->handle); in tc_call_delete_texture_handle()2666 CTX_INIT(delete_texture_handle); in threaded_context_create()
73 delete_texture_handle(struct gl_context *ctx, GLuint64 id) in delete_texture_handle() function455 delete_texture_handle(ctx, (*texHandleObj)->handle); in _mesa_delete_texture_handles()491 delete_texture_handle(ctx, (*texHandleObj)->handle); in _mesa_delete_sampler_handles()
834 void (*delete_texture_handle)(struct pipe_context *ctx, uint64_t handle); member
712 pipe->delete_texture_handle(pipe, handle); in dd_context_delete_texture_handle()848 CTX_INIT(delete_texture_handle); in dd_context_create()
445 pipe->delete_texture_handle(pipe, handle); in st_destroy_bound_texture_handles_per_stage()
3119 pipe->delete_texture_handle(pipe, handle); in st_DeleteTextureHandle()
1741 pipe->delete_texture_handle(pipe, handle); in trace_context_delete_texture_handle()1915 TR_CTX_INIT(delete_texture_handle); in trace_context_create()
1392 pipe->delete_texture_handle = nve4_delete_texture_handle; in nvc0_init_bindless_functions()
2628 sctx->b.b.delete_texture_handle = si_delete_texture_handle; in si_init_all_descriptors()
825 * ``delete_texture_handle`` deletes a 64-bit unsigned integer texture handle.