Searched refs:delete_image_handle (Results 1 – 13 of 13) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_threaded_context_calls.h | 60 CALL(delete_image_handle)
|
D | u_threaded_context.c | 796 TC_FUNC1(delete_image_handle, , uint64_t, , ) 4603 CTX_INIT(delete_image_handle); in threaded_context_create()
|
/third_party/mesa3d/src/mesa/main/ |
D | texturebindless.c | 93 delete_image_handle(struct gl_context *ctx, GLuint64 id) in delete_image_handle() function 99 ctx->pipe->delete_image_handle(ctx->pipe, id); in delete_image_handle() 498 delete_image_handle(ctx, (*imgHandleObj)->handle); in _mesa_delete_texture_handles()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 1150 void (*delete_image_handle)(struct pipe_context *ctx, uint64_t handle); member
|
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/ |
D | noop_state.c | 493 ctx->delete_image_handle = noop_delete_image_handle; in noop_init_state_functions()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
D | dd_context.c | 820 pipe->delete_image_handle(pipe, handle); in dd_context_delete_image_handle() 947 CTX_INIT(delete_image_handle); in dd_context_create()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_texture.c | 486 pipe->delete_image_handle(pipe, handle); in st_destroy_bound_image_handles_per_stage()
|
/third_party/mesa3d/src/gallium/drivers/tegra/ |
D | tegra_context.c | 1238 context->gpu->delete_image_handle(context->gpu, handle); in tegra_delete_image_handle() 1427 context->base.delete_image_handle = tegra_delete_image_handle; in tegra_screen_context_create()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_tex.c | 1519 pipe->delete_image_handle = nve4_delete_image_handle; in nvc0_init_bindless_functions() 1523 pipe->delete_image_handle = gm107_delete_image_handle; in nvc0_init_bindless_functions()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
D | tr_context.c | 2258 pipe->delete_image_handle(pipe, handle); in trace_context_delete_image_handle() 2401 TR_CTX_INIT(delete_image_handle); in trace_context_create()
|
/third_party/mesa3d/docs/gallium/ |
D | context.rst | 914 * ``delete_image_handle`` deletes a 64-bit unsigned integer image handle.
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_descriptors.c | 2793 sctx->b.delete_image_handle = si_delete_image_handle; in si_init_all_descriptors()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_context.c | 4595 ctx->base.delete_image_handle = zink_delete_image_handle; in zink_context_create()
|