Searched refs:make_image_handle_resident (Results 1 - 11 of 11) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
H A D | texturebindless.c | 176 make_image_handle_resident(struct gl_context *ctx, in make_image_handle_resident() function 189 ctx->pipe->make_image_handle_resident(ctx->pipe, handle, access, GL_TRUE); in make_image_handle_resident() 201 ctx->pipe->make_image_handle_resident(ctx->pipe, handle, access, GL_FALSE); in make_image_handle_resident() 469 make_image_handle_resident(ctx, *imgHandleObj, GL_READ_ONLY, false); in _mesa_make_texture_handles_non_resident() 917 make_image_handle_resident(ctx, imgHandleObj, access, true); in _mesa_MakeImageHandleResidentARB_no_error() 961 make_image_handle_resident(ctx, imgHandleObj, access, true); in _mesa_MakeImageHandleResidentARB() 972 make_image_handle_resident(ctx, imgHandleObj, GL_READ_ONLY, false); in _mesa_MakeImageHandleNonResidentARB_no_error() 1008 make_image_handle_resident(ctx, imgHandleObj, GL_READ_ONLY, false); in _mesa_MakeImageHandleNonResidentARB()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_texture.c | 485 pipe->make_image_handle_resident(pipe, handle, GL_READ_WRITE, false); in st_destroy_bound_image_handles_per_stage() 627 pipe->make_image_handle_resident(st->pipe, handle, GL_READ_WRITE, true); in st_make_bound_images_resident()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_context.h | 1160 void (*make_image_handle_resident)(struct pipe_context *ctx, uint64_t handle, member
|
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/ |
H A D | noop_state.c | 494 ctx->make_image_handle_resident = noop_make_image_handle_resident; in noop_init_state_functions()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
H A D | dd_context.c | 830 pipe->make_image_handle_resident(pipe, handle, access, resident); in dd_context_make_image_handle_resident() 948 CTX_INIT(make_image_handle_resident); in dd_context_create()
|
/third_party/mesa3d/src/gallium/drivers/tegra/ |
H A D | tegra_context.c | 1247 context->gpu->make_image_handle_resident(context->gpu, handle, access, in tegra_make_image_handle_resident() 1428 context->base.make_image_handle_resident = tegra_make_image_handle_resident; in tegra_screen_context_create()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
H A D | tr_context.c | 2269 trace_dump_call_begin("pipe_context", "make_image_handle_resident"); in trace_context_make_image_handle_resident() 2276 pipe->make_image_handle_resident(pipe, handle, access, resident); in trace_context_make_image_handle_resident() 2402 TR_CTX_INIT(make_image_handle_resident); in trace_context_create()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_tex.c | 1520 pipe->make_image_handle_resident = nve4_make_image_handle_resident; in nvc0_init_bindless_functions() 1524 pipe->make_image_handle_resident = gm107_make_image_handle_resident; in nvc0_init_bindless_functions()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_threaded_context.c | 1989 pipe->make_image_handle_resident(pipe, p->handle, p->access, p->resident); in tc_call_make_image_handle_resident() 4604 CTX_INIT(make_image_handle_resident); in threaded_context_create()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_descriptors.c | 2794 sctx->b.make_image_handle_resident = si_make_image_handle_resident; in si_init_all_descriptors()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_context.c | 4596 ctx->base.make_image_handle_resident = zink_make_image_handle_resident; in zink_context_create()
|
Completed in 33 milliseconds