Searched refs:make_image_handle_resident (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | texturebindless.c | 170 make_image_handle_resident(struct gl_context *ctx, in make_image_handle_resident() function 435 make_image_handle_resident(ctx, *imgHandleObj, GL_READ_ONLY, false); in _mesa_make_texture_handles_non_resident() 883 make_image_handle_resident(ctx, imgHandleObj, access, true); in _mesa_MakeImageHandleResidentARB_no_error() 927 make_image_handle_resident(ctx, imgHandleObj, access, true); in _mesa_MakeImageHandleResidentARB() 938 make_image_handle_resident(ctx, imgHandleObj, GL_READ_ONLY, false); in _mesa_MakeImageHandleNonResidentARB_no_error() 974 make_image_handle_resident(ctx, imgHandleObj, GL_READ_ONLY, false); in _mesa_MakeImageHandleNonResidentARB()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_threaded_context_calls.h | 52 CALL(make_image_handle_resident)
|
D | u_threaded_context.c | 1364 pipe->make_image_handle_resident(pipe, p->handle, p->access, p->resident); in tc_call_make_image_handle_resident() 2891 CTX_INIT(make_image_handle_resident); in threaded_context_create()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_texture.c | 485 pipe->make_image_handle_resident(pipe, handle, GL_READ_WRITE, false); in st_destroy_bound_image_handles_per_stage() 626 pipe->make_image_handle_resident(st->pipe, handle, GL_READ_WRITE, true); in st_make_bound_images_resident()
|
D | st_cb_texture.c | 3378 pipe->make_image_handle_resident(pipe, handle, access, resident); in st_MakeImageHandleResident()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 1033 void (*make_image_handle_resident)(struct pipe_context *ctx, uint64_t handle, member
|
/external/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
D | dd_context.c | 805 pipe->make_image_handle_resident(pipe, handle, access, resident); in dd_context_make_image_handle_resident() 922 CTX_INIT(make_image_handle_resident); in dd_context_create()
|
/external/mesa3d/src/gallium/drivers/tegra/ |
D | tegra_context.c | 1200 context->gpu->make_image_handle_resident(context->gpu, handle, access, in tegra_make_image_handle_resident() 1379 context->base.make_image_handle_resident = tegra_make_image_handle_resident; in tegra_screen_context_create()
|
/external/mesa3d/src/gallium/auxiliary/driver_trace/ |
D | tr_context.c | 1902 pipe->make_image_handle_resident(pipe, handle, access, resident); in trace_context_make_image_handle_resident() 2013 TR_CTX_INIT(make_image_handle_resident); in trace_context_create()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_tex.c | 1507 pipe->make_image_handle_resident = nve4_make_image_handle_resident; in nvc0_init_bindless_functions() 1511 pipe->make_image_handle_resident = gm107_make_image_handle_resident; in nvc0_init_bindless_functions()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_descriptors.c | 2623 sctx->b.make_image_handle_resident = si_make_image_handle_resident; in si_init_all_descriptors()
|
/external/mesa3d/docs/gallium/ |
D | context.rst | 903 * ``make_image_handle_resident`` makes a 64-bit unsigned integer image handle
|