Searched refs:create_texture_handle (Results 1 – 12 of 12) sorted by relevance
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 1112 uint64_t (*create_texture_handle)(struct pipe_context *ctx, member
|
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/ |
D | noop_state.c | 489 ctx->create_texture_handle = noop_create_texture_handle; in noop_init_state_functions()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
D | dd_context.c | 786 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/ |
D | st_texture.c | 530 return pipe->create_texture_handle(pipe, view, &sampler); in st_create_texture_handle_from_unit()
|
/third_party/mesa3d/src/gallium/drivers/tegra/ |
D | tegra_context.c | 1206 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/ |
D | texturebindless.c | 246 return pipe->create_texture_handle(pipe, view, &sampler); in new_texture_handle()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
D | tr_context.c | 2188 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/ |
D | nvc0_tex.c | 1513 pipe->create_texture_handle = nve4_create_texture_handle; in nvc0_init_bindless_functions()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_threaded_context.c | 1930 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/ |
D | si_descriptors.c | 2789 sctx->b.create_texture_handle = si_create_texture_handle; in si_init_all_descriptors()
|
/third_party/mesa3d/docs/gallium/ |
D | context.rst | 906 * ``create_texture_handle`` creates a 64-bit unsigned integer texture handle
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_context.c | 4591 ctx->base.create_texture_handle = zink_create_texture_handle; in zink_context_create()
|