Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context_calls.h47 CALL(delete_texture_handle)
Du_threaded_context.c1173 pipe->delete_texture_handle(pipe, payload->handle); in tc_call_delete_texture_handle()
2666 CTX_INIT(delete_texture_handle); in threaded_context_create()
/external/mesa3d/src/mesa/main/
Dtexturebindless.c73 delete_texture_handle(struct gl_context *ctx, GLuint64 id) in delete_texture_handle() function
455 delete_texture_handle(ctx, (*texHandleObj)->handle); in _mesa_delete_texture_handles()
491 delete_texture_handle(ctx, (*texHandleObj)->handle); in _mesa_delete_sampler_handles()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h834 void (*delete_texture_handle)(struct pipe_context *ctx, uint64_t handle); member
/external/mesa3d/src/gallium/drivers/ddebug/
Ddd_context.c712 pipe->delete_texture_handle(pipe, handle); in dd_context_delete_texture_handle()
848 CTX_INIT(delete_texture_handle); in dd_context_create()
/external/mesa3d/src/mesa/state_tracker/
Dst_texture.c445 pipe->delete_texture_handle(pipe, handle); in st_destroy_bound_texture_handles_per_stage()
Dst_cb_texture.c3119 pipe->delete_texture_handle(pipe, handle); in st_DeleteTextureHandle()
/external/mesa3d/src/gallium/drivers/trace/
Dtr_context.c1741 pipe->delete_texture_handle(pipe, handle); in trace_context_delete_texture_handle()
1915 TR_CTX_INIT(delete_texture_handle); in trace_context_create()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_tex.c1392 pipe->delete_texture_handle = nve4_delete_texture_handle; in nvc0_init_bindless_functions()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_descriptors.c2628 sctx->b.b.delete_texture_handle = si_delete_texture_handle; in si_init_all_descriptors()
/external/mesa3d/src/gallium/docs/source/
Dcontext.rst825 * ``delete_texture_handle`` deletes a 64-bit unsigned integer texture handle.