Home
last modified time | relevance | path

Searched refs:u_upload_create (Results 1 – 18 of 18) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_context.c299 ctx->const_uploader = u_upload_create(ctx, 1024 * 1024, in iris_create_context()
336 u_upload_create(ctx, 64 * 1024, PIPE_BIND_CUSTOM, PIPE_USAGE_IMMUTABLE, in iris_create_context()
340 u_upload_create(ctx, 64 * 1024, PIPE_BIND_CUSTOM, PIPE_USAGE_IMMUTABLE, in iris_create_context()
344 u_upload_create(ctx, 64 * 1024, PIPE_BIND_CUSTOM, PIPE_USAGE_IMMUTABLE, in iris_create_context()
349 u_upload_create(ctx, 16 * 1024, PIPE_BIND_CUSTOM, PIPE_USAGE_STAGING, in iris_create_context()
Diris_program_cache.c267 u_upload_create(&ice->ctx, 16384, PIPE_BIND_CUSTOM, PIPE_USAGE_IMMUTABLE, in iris_init_program_cache()
271 u_upload_create(&ice->ctx, 16384, PIPE_BIND_CUSTOM, PIPE_USAGE_IMMUTABLE, in iris_init_program_cache()
Diris_batch.c189 u_upload_create(&ice->ctx, 4096, PIPE_BIND_CUSTOM, in iris_init_batch()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_upload_mgr.c62 u_upload_create(struct pipe_context *pipe, unsigned default_size, in u_upload_create() function
97 return u_upload_create(pipe, 1024 * 1024, in u_upload_create_default()
107 struct u_upload_mgr *result = u_upload_create(pipe, upload->default_size, in u_upload_clone()
Du_upload_mgr.h55 u_upload_create(struct pipe_context *pipe, unsigned default_size,
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_context.c151 svga->pipe.stream_uploader = u_upload_create(&svga->pipe, 1024 * 1024, in svga_context_create()
160 svga->pipe.const_uploader = u_upload_create(&svga->pipe, 128 * 1024, in svga_context_create()
244 svga->const0_upload = u_upload_create(&svga->pipe, in svga_context_create()
Dsvga_resource_texture.c1272 svga->tex_upload = u_upload_create(&svga->pipe, TEX_UPLOAD_DEFAULT_SIZE, in svga_texture_transfer_map_upload_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_context.c110 u_upload_create(pctx, 4096, 0, PIPE_USAGE_STREAM, 0); in fd5_context_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_context.c110 u_upload_create(pctx, 4096, 0, PIPE_USAGE_STREAM, 0); in fd3_context_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_context.c110 u_upload_create(pctx, 4096, 0, PIPE_USAGE_STREAM, 0); in fd4_context_create()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_context.c428 r300->uploader = u_upload_create(&r300->context, 128 * 1024,
430 r300->context.stream_uploader = u_upload_create(&r300->context, 1024 * 1024,
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_context.c268 u_upload_create(pctx, 4096, 0, PIPE_USAGE_STREAM, 0); in fd6_context_create()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_context.c287 u_upload_create(ctx, 4096, PIPE_BIND_CUSTOM, PIPE_USAGE_STAGING, in crocus_create_context()
Dcrocus_batch.c205 u_upload_create(&ice->ctx, 4096, PIPE_BIND_CUSTOM, in crocus_init_batch()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_context.c397 v3d->state_uploader = u_upload_create(&v3d->base, in v3d_context_create()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c509 sctx->cached_gtt_allocator = u_upload_create(&sctx->b, 16 * 1024, 0, PIPE_USAGE_STAGING, 0); in si_create_context()
522 u_upload_create(&sctx->b, 1024 * 1024, 0, in si_create_context()
532 u_upload_create(&sctx->b, 256 * 1024, 0, PIPE_USAGE_DEFAULT, in si_create_context()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.c625 rctx->b.stream_uploader = u_upload_create(&rctx->b, 1024 * 1024, in r600_common_context_init()
630 rctx->b.const_uploader = u_upload_create(&rctx->b, 128 * 1024, in r600_common_context_init()
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_context.c1655 vctx->uploader = u_upload_create(&vctx->base, 1024 * 1024, in virgl_context_create()