Searched refs:create_texture_handle (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 824 uint64_t (*create_texture_handle)(struct pipe_context *ctx, member
|
/external/mesa3d/src/gallium/drivers/ddebug/ |
D | dd_context.c | 704 return pipe->create_texture_handle(pipe, view, state); in dd_context_create_texture_handle() 847 CTX_INIT(create_texture_handle); in dd_context_create()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_texture.c | 528 return pipe->create_texture_handle(pipe, view, &sampler); in st_create_texture_handle_from_unit()
|
D | st_cb_texture.c | 3109 return pipe->create_texture_handle(pipe, view, &sampler); in st_NewTextureHandle()
|
/external/mesa3d/src/gallium/drivers/trace/ |
D | tr_context.c | 1722 handle = pipe->create_texture_handle(pipe, view, state); in trace_context_create_texture_handle() 1914 TR_CTX_INIT(create_texture_handle); in trace_context_create()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_threaded_context.c | 1166 return pipe->create_texture_handle(pipe, view, state); in tc_create_texture_handle() 2665 CTX_INIT(create_texture_handle); in threaded_context_create()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_tex.c | 1391 pipe->create_texture_handle = nve4_create_texture_handle; in nvc0_init_bindless_functions()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_descriptors.c | 2627 sctx->b.b.create_texture_handle = si_create_texture_handle; in si_init_all_descriptors()
|
/external/mesa3d/src/gallium/docs/source/ |
D | context.rst | 823 * ``create_texture_handle`` creates a 64-bit unsigned integer texture handle
|