Home
last modified time | relevance | path

Searched refs:create_texture_handle (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/include/pipe/
Dp_context.h1112 uint64_t (*create_texture_handle)(struct pipe_context *ctx, member
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
Dnoop_state.c489 ctx->create_texture_handle = noop_create_texture_handle; in noop_init_state_functions()
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_context.c786 return pipe->create_texture_handle(pipe, view, state); in dd_context_create_texture_handle()
943 CTX_INIT(create_texture_handle); in dd_context_create()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_texture.c530 return pipe->create_texture_handle(pipe, view, &sampler); in st_create_texture_handle_from_unit()
/third_party/mesa3d/src/gallium/drivers/tegra/
Dtegra_context.c1206 return context->gpu->create_texture_handle(context->gpu, view, state); in tegra_create_texture_handle()
1423 context->base.create_texture_handle = tegra_create_texture_handle; in tegra_screen_context_create()
/third_party/mesa3d/src/mesa/main/
Dtexturebindless.c246 return pipe->create_texture_handle(pipe, view, &sampler); in new_texture_handle()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_context.c2188 handle = pipe->create_texture_handle(pipe, view, state); in trace_context_create_texture_handle()
2397 TR_CTX_INIT(create_texture_handle); in trace_context_create()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_tex.c1513 pipe->create_texture_handle = nve4_create_texture_handle; in nvc0_init_bindless_functions()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c1930 return pipe->create_texture_handle(pipe, view, state); in tc_create_texture_handle()
4599 CTX_INIT(create_texture_handle); in threaded_context_create()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_descriptors.c2789 sctx->b.create_texture_handle = si_create_texture_handle; in si_init_all_descriptors()
/third_party/mesa3d/docs/gallium/
Dcontext.rst906 * ``create_texture_handle`` creates a 64-bit unsigned integer texture handle
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_context.c4591 ctx->base.create_texture_handle = zink_create_texture_handle; in zink_context_create()