Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context_calls.h49 CALL(delete_image_handle)
Du_threaded_context.c1230 pipe->delete_image_handle(pipe, payload->handle); in tc_call_delete_image_handle()
2669 CTX_INIT(delete_image_handle); in threaded_context_create()
/external/mesa3d/src/mesa/main/
Dtexturebindless.c86 delete_image_handle(struct gl_context *ctx, GLuint64 id) in delete_image_handle() function
463 delete_image_handle(ctx, (*imgHandleObj)->handle); in _mesa_delete_texture_handles()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h862 void (*delete_image_handle)(struct pipe_context *ctx, uint64_t handle); member
/external/mesa3d/src/gallium/drivers/ddebug/
Ddd_context.c738 pipe->delete_image_handle(pipe, handle); in dd_context_delete_image_handle()
851 CTX_INIT(delete_image_handle); in dd_context_create()
/external/mesa3d/src/mesa/state_tracker/
Dst_texture.c485 pipe->delete_image_handle(pipe, handle); in st_destroy_bound_image_handles_per_stage()
Dst_cb_texture.c3153 pipe->delete_image_handle(pipe, handle); in st_DeleteImageHandle()
/external/mesa3d/src/gallium/drivers/trace/
Dtr_context.c1792 pipe->delete_image_handle(pipe, handle); in trace_context_delete_image_handle()
1918 TR_CTX_INIT(delete_image_handle); in trace_context_create()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_tex.c1396 pipe->delete_image_handle = nve4_delete_image_handle; in nvc0_init_bindless_functions()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_descriptors.c2631 sctx->b.b.delete_image_handle = si_delete_image_handle; in si_init_all_descriptors()
/external/mesa3d/src/gallium/docs/source/
Dcontext.rst831 * ``delete_image_handle`` deletes a 64-bit unsigned integer image handle.