/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_context.c | 116 u_upload_destroy(svga->pipe.const_uploader); in svga_destroy() 166 svga->pipe.const_uploader = u_upload_create(&svga->pipe, 128 * 1024, in svga_context_create() 169 if (!svga->pipe.const_uploader) in svga_context_create() 172 u_upload_disable_persistent(svga->pipe.const_uploader); in svga_context_create() 373 if (svga->pipe.const_uploader) in svga_context_create() 374 u_upload_destroy(svga->pipe.const_uploader); in svga_context_create()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_context.c | 226 if (ctx->const_uploader) in iris_destroy_context() 227 u_upload_destroy(ctx->const_uploader); in iris_destroy_context() 307 ctx->const_uploader = u_upload_create(ctx, 1024 * 1024, in iris_create_context() 311 if (!ctx->const_uploader) { in iris_create_context()
|
D | iris_draw.c | 152 u_upload_data(ice->ctx.const_uploader, 0, in iris_update_draw_parameters() 170 u_upload_data(ice->ctx.const_uploader, 0, in iris_update_draw_parameters()
|
D | iris_blorp.c | 203 void *map = stream_state(batch, ice->ctx.const_uploader, size, 64, in blorp_alloc_vertex_buffer()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_atom_constbuf.c | 133 u_upload_alloc(pipe->const_uploader, 0, paramBytes + 12, in st_upload_constants() 146 u_upload_unmap(pipe->const_uploader); in st_upload_constants()
|
D | st_atom_array.cpp | 256 st->pipe->const_uploader : in st_setup_current()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_pipe.c | 328 if (sctx->b.const_uploader && sctx->b.const_uploader != sctx->b.stream_uploader) in si_destroy_context() 329 u_upload_destroy(sctx->b.const_uploader); in si_destroy_context() 563 sctx->b.const_uploader = sctx->b.stream_uploader; in si_create_context() 565 sctx->b.const_uploader = in si_create_context() 568 if (!sctx->b.const_uploader) { in si_create_context()
|
D | si_compute.c | 685 u_upload_data(sctx->b.const_uploader, 0, sizeof(dispatch), 256, &dispatch, &dispatch_offset, in si_setup_user_sgprs_co_v2() 733 u_upload_alloc(sctx->b.const_uploader, 0, program->input_size, in si_upload_compute_input()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_context.c | 199 vc4->base.const_uploader = vc4->uploader; in vc4_context_create()
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_bicubic_filter.c | 433 u_upload_alloc(filter->pipe->const_uploader, 0, 2 * sizeof(float), 256, in vl_bicubic_filter_render() 441 u_upload_unmap(filter->pipe->const_uploader); in vl_bicubic_filter_render()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_pipe_common.c | 630 rctx->b.const_uploader = u_upload_create(&rctx->b, 128 * 1024, in r600_common_context_init() 632 if (!rctx->b.const_uploader) in r600_common_context_init() 660 if (rctx->b.const_uploader) in r600_common_context_cleanup() 661 u_upload_destroy(rctx->b.const_uploader); in r600_common_context_cleanup()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_context.c | 193 i915->base.const_uploader = i915->base.stream_uploader; in i915_create_context()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_context.c | 216 nv30->base.pipe.const_uploader = nv30->base.pipe.stream_uploader; in nv30_context_create()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_context.c | 285 llvmpipe->pipe.const_uploader = llvmpipe->pipe.stream_uploader; in llvmpipe_create_context()
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
D | lima_context.c | 242 ctx->base.const_uploader = ctx->uploader; in lima_context_create()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_context.c | 264 ctx->const_uploader = ctx->stream_uploader; in crocus_create_context()
|
D | crocus_draw.c | 466 u_upload_data(ice->ctx.const_uploader, 0, sizeof(grid->grid), 4, in crocus_update_grid_size_resource()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_threaded_context.c | 1239 u_upload_data(tc->base.const_uploader, 0, cb->buffer_size, in tc_set_constant_buffer() 1241 u_upload_unmap(tc->base.const_uploader); in tc_set_constant_buffer() 4332 if (tc->base.const_uploader && in tc_destroy() 4333 tc->base.stream_uploader != tc->base.const_uploader) in tc_destroy() 4334 u_upload_destroy(tc->base.const_uploader); in tc_destroy() 4438 if (pipe->stream_uploader == pipe->const_uploader) in threaded_context_create() 4439 tc->base.const_uploader = tc->base.stream_uploader; in threaded_context_create() 4441 tc->base.const_uploader = u_upload_clone(&tc->base, pipe->const_uploader); in threaded_context_create() 4443 if (!tc->base.stream_uploader || !tc->base.const_uploader) in threaded_context_create()
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
D | v3d_context.c | 386 v3d->base.const_uploader = v3d->uploader; in v3d_context_create()
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_context.c | 273 softpipe->pipe.const_uploader = softpipe->pipe.stream_uploader; in softpipe_create_context()
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.1.3.rst | 135 - radeonsi: don't set READ_ONLY for const_uploader to fix bindless
|
D | 22.0.3.rst | 172 - r300: set PIPE_BIND_CONSTANT_BUFFER for const_uploader
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 105 struct u_upload_mgr *const_uploader; /* shader constants only */ member
|
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
D | dd_context.c | 859 dctx->base.const_uploader = pipe->const_uploader; in dd_context_create()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_context.c | 340 pipe->const_uploader = pipe->stream_uploader; in nv50_create()
|