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

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_threaded_context_calls.h48 CALL(delete_texture_handle)
H A Du_threaded_context.c1178 pipe->delete_texture_handle(pipe, payload->handle);
2734 CTX_INIT(delete_texture_handle);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_threaded_context_calls.h59 CALL(delete_texture_handle)
H A Du_threaded_context.c746 TC_FUNC1(delete_texture_handle, , uint64_t, , )
4399 CTX_INIT(delete_texture_handle);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_context.h882 void (*delete_texture_handle)(struct pipe_context *ctx, uint64_t handle); member in struct:pipe_context
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexturebindless.c73 delete_texture_handle(struct gl_context *ctx, GLuint64 id) function in typeref:typename:void
455 delete_texture_handle(ctx, (*texHandleObj)->handle);
491 delete_texture_handle(ctx, (*texHandleObj)->handle);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dtexturebindless.c74 delete_texture_handle(struct gl_context *ctx, GLuint64 id) function in typeref:typename:void
456 delete_texture_handle(ctx, (*texHandleObj)->handle);
492 delete_texture_handle(ctx, (*texHandleObj)->handle);
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_context.h1106 void (*delete_texture_handle)(struct pipe_context *ctx, uint64_t handle); member in struct:pipe_context
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_noop/
H A Dnoop_state.c490 ctx->delete_texture_handle = noop_delete_texture_handle;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_ddebug/
H A Ddd_context.c768 pipe->delete_texture_handle(pipe, handle);
917 CTX_INIT(delete_texture_handle);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_ddebug/
H A Ddd_context.c794 pipe->delete_texture_handle(pipe, handle);
944 CTX_INIT(delete_texture_handle);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_texture.c446 pipe->delete_texture_handle(pipe, handle);
H A Dst_cb_texture.c3240 pipe->delete_texture_handle(pipe, handle);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_texture.c448 pipe->delete_texture_handle(pipe, handle);
H A Dst_cb_texture.c3666 pipe->delete_texture_handle(pipe, handle);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/tegra/
H A Dtegra_context.c1167 context->gpu->delete_texture_handle(context->gpu, handle);
1375 context->base.delete_texture_handle = tegra_delete_texture_handle;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_trace/
H A Dtr_context.c1824 trace_dump_call_begin("pipe_context", "delete_texture_handle");
1829 pipe->delete_texture_handle(pipe, handle);
2005 TR_CTX_INIT(delete_texture_handle);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/tegra/
H A Dtegra_context.c1214 context->gpu->delete_texture_handle(context->gpu, handle);
1424 context->base.delete_texture_handle = tegra_delete_texture_handle;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_trace/
H A Dtr_context.c2105 trace_dump_call_begin("pipe_context", "delete_texture_handle");
2110 pipe->delete_texture_handle(pipe, handle);
2297 TR_CTX_INIT(delete_texture_handle);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_tex.c1493 pipe->delete_texture_handle = nve4_delete_texture_handle;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_tex.c1514 pipe->delete_texture_handle = nve4_delete_texture_handle;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_descriptors.c2756 sctx->b.delete_texture_handle = si_delete_texture_handle;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dcontext.rst880 * ``delete_texture_handle`` deletes a 64-bit unsigned integer texture handle.
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dcontext.rst908 * ``delete_texture_handle`` deletes a 64-bit unsigned integer texture handle.
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_descriptors.c2669 sctx->b.delete_texture_handle = si_delete_texture_handle;

Completed in 60 milliseconds

12