Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
H A Dtexturebindless.c80 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/include/pipe/
H A Dp_context.h1122 void (*delete_texture_handle)(struct pipe_context *ctx, uint64_t handle); member
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_texture.c446 pipe->delete_texture_handle(pipe, handle); in st_destroy_bound_texture_handles_per_stage()
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
H A Dnoop_state.c490 ctx->delete_texture_handle = noop_delete_texture_handle; in noop_init_state_functions()
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_context.c794 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/gallium/drivers/tegra/
H A Dtegra_context.c1214 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/
H A Dtr_context.c2202 trace_dump_call_begin("pipe_context", "delete_texture_handle"); in trace_context_delete_texture_handle()
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/
H A Dnvc0_tex.c1514 pipe->delete_texture_handle = nve4_delete_texture_handle; in nvc0_init_bindless_functions()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_threaded_context.c795 TC_FUNC1(delete_texture_handle, , uint64_t, , )
4600 CTX_INIT(delete_texture_handle); in threaded_context_create()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_descriptors.c2790 sctx->b.delete_texture_handle = si_delete_texture_handle; in si_init_all_descriptors()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_context.c4592 ctx->base.delete_texture_handle = zink_delete_texture_handle; in zink_context_create()

Completed in 38 milliseconds