| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_threaded_context_calls.h | 51 CALL(make_image_handle_resident)
|
| H A D | u_threaded_context.c | 1262 pipe->make_image_handle_resident(pipe, p->handle, p->access, p->resident); 2738 CTX_INIT(make_image_handle_resident);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_threaded_context_calls.h | 62 CALL(make_image_handle_resident)
|
| H A D | u_threaded_context.c | 1926 pipe->make_image_handle_resident(pipe, p->handle, p->access, p->resident); 4403 CTX_INIT(make_image_handle_resident);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | texturebindless.c | 169 make_image_handle_resident(struct gl_context *ctx, function in typeref:typename:void 434 make_image_handle_resident(ctx, *imgHandleObj, GL_READ_ONLY, false); 873 make_image_handle_resident(ctx, imgHandleObj, access, true); 917 make_image_handle_resident(ctx, imgHandleObj, access, true); 928 make_image_handle_resident(ctx, imgHandleObj, GL_READ_ONLY, false); 964 make_image_handle_resident(ctx, imgHandleObj, GL_READ_ONLY, false);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | texturebindless.c | 170 make_image_handle_resident(struct gl_context *ctx, function in typeref:typename:void 435 make_image_handle_resident(ctx, *imgHandleObj, GL_READ_ONLY, false); 883 make_image_handle_resident(ctx, imgHandleObj, access, true); 927 make_image_handle_resident(ctx, imgHandleObj, access, true); 938 make_image_handle_resident(ctx, imgHandleObj, GL_READ_ONLY, false); 974 make_image_handle_resident(ctx, imgHandleObj, GL_READ_ONLY, false);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_texture.c | 485 pipe->make_image_handle_resident(pipe, handle, GL_READ_WRITE, false); 626 pipe->make_image_handle_resident(st->pipe, handle, GL_READ_WRITE, true);
|
| H A D | st_cb_texture.c | 3285 pipe->make_image_handle_resident(pipe, handle, access, resident);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_texture.c | 487 pipe->make_image_handle_resident(pipe, handle, GL_READ_WRITE, false); 629 pipe->make_image_handle_resident(st->pipe, handle, GL_READ_WRITE, true);
|
| H A D | st_cb_texture.c | 3711 pipe->make_image_handle_resident(pipe, handle, access, resident);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/ |
| H A D | p_context.h | 920 void (*make_image_handle_resident)(struct pipe_context *ctx, uint64_t handle, member in struct:pipe_context
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/ |
| H A D | p_context.h | 1144 void (*make_image_handle_resident)(struct pipe_context *ctx, uint64_t handle, member in struct:pipe_context
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_noop/ |
| H A D | noop_state.c | 494 ctx->make_image_handle_resident = noop_make_image_handle_resident;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_ddebug/ |
| H A D | dd_context.c | 804 pipe->make_image_handle_resident(pipe, handle, access, resident); 921 CTX_INIT(make_image_handle_resident);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_ddebug/ |
| H A D | dd_context.c | 830 pipe->make_image_handle_resident(pipe, handle, access, resident); 948 CTX_INIT(make_image_handle_resident);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/tegra/ |
| H A D | tegra_context.c | 1200 context->gpu->make_image_handle_resident(context->gpu, handle, access, 1379 context->base.make_image_handle_resident = tegra_make_image_handle_resident;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_trace/ |
| H A D | tr_context.c | 1891 trace_dump_call_begin("pipe_context", "make_image_handle_resident"); 1898 pipe->make_image_handle_resident(pipe, handle, access, resident); 2009 TR_CTX_INIT(make_image_handle_resident);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_tex.c | 1499 pipe->make_image_handle_resident = nve4_make_image_handle_resident; 1503 pipe->make_image_handle_resident = gm107_make_image_handle_resident;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/tegra/ |
| H A D | tegra_context.c | 1247 context->gpu->make_image_handle_resident(context->gpu, handle, access, 1428 context->base.make_image_handle_resident = tegra_make_image_handle_resident;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_tex.c | 1520 pipe->make_image_handle_resident = nve4_make_image_handle_resident; 1524 pipe->make_image_handle_resident = gm107_make_image_handle_resident;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_trace/ |
| H A D | tr_context.c | 2172 trace_dump_call_begin("pipe_context", "make_image_handle_resident"); 2179 pipe->make_image_handle_resident(pipe, handle, access, resident); 2301 TR_CTX_INIT(make_image_handle_resident);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_descriptors.c | 2760 sctx->b.make_image_handle_resident = si_make_image_handle_resident;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/ |
| H A D | context.rst | 887 * ``make_image_handle_resident`` makes a 64-bit unsigned integer image handle
|
| /xsrc/external/mit/MesaLib/dist/docs/gallium/ |
| H A D | context.rst | 915 * ``make_image_handle_resident`` makes a 64-bit unsigned integer image handle
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_descriptors.c | 2673 sctx->b.make_image_handle_resident = si_make_image_handle_resident;
|