Searched refs:make_image_handle_resident (Results 1 - 25 of 26) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_threaded_context_calls.h51 CALL(make_image_handle_resident)
H A Du_threaded_context.c1262 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 Du_threaded_context_calls.h62 CALL(make_image_handle_resident)
H A Du_threaded_context.c1926 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 Dtexturebindless.c169 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 Dtexturebindless.c170 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 Dst_texture.c485 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 Dst_cb_texture.c3285 pipe->make_image_handle_resident(pipe, handle, access, resident);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_texture.c487 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 Dst_cb_texture.c3711 pipe->make_image_handle_resident(pipe, handle, access, resident);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_context.h920 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 Dp_context.h1144 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 Dnoop_state.c494 ctx->make_image_handle_resident = noop_make_image_handle_resident;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_ddebug/
H A Ddd_context.c804 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 Ddd_context.c830 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 Dtegra_context.c1200 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 Dtr_context.c1891 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 Dnvc0_tex.c1499 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 Dtegra_context.c1247 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 Dnvc0_tex.c1520 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 Dtr_context.c2172 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 Dsi_descriptors.c2760 sctx->b.make_image_handle_resident = si_make_image_handle_resident;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dcontext.rst887 * ``make_image_handle_resident`` makes a 64-bit unsigned integer image handle
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dcontext.rst915 * ``make_image_handle_resident`` makes a 64-bit unsigned integer image handle
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_descriptors.c2673 sctx->b.make_image_handle_resident = si_make_image_handle_resident;

Completed in 63 milliseconds

12