Home
last modified time | relevance | path

Searched refs:PIPE_USAGE_IMMUTABLE (Results 1 - 25 of 30) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_context.c309 PIPE_USAGE_IMMUTABLE, in iris_create_context()
343 u_upload_create(ctx, 64 * 1024, PIPE_BIND_CUSTOM, PIPE_USAGE_IMMUTABLE, in iris_create_context()
347 u_upload_create(ctx, 64 * 1024, PIPE_BIND_CUSTOM, PIPE_USAGE_IMMUTABLE, in iris_create_context()
351 u_upload_create(ctx, 64 * 1024, PIPE_BIND_CUSTOM, PIPE_USAGE_IMMUTABLE, in iris_create_context()
H A 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()
H A Diris_resource.c462 case PIPE_USAGE_IMMUTABLE: in iris_resource_alloc_flags()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_context.c66 pipe_buffer_create(pctx->screen, PIPE_BIND_CUSTOM, PIPE_USAGE_IMMUTABLE, in create_solid_vertexbuf()
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_resource_buffer.c144 buf->b.usage = PIPE_USAGE_IMMUTABLE; in i915_user_buffer_create()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DDraw.cpp104 PIPE_USAGE_IMMUTABLE, in create_null_index_buffer()
H A DResource.cpp78 resource_usage = PIPE_USAGE_IMMUTABLE; in translate_resource_usage()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_draw_arrays.c55 PIPE_USAGE_IMMUTABLE, size); in generate_indices()
H A Dsvga_draw_elements.c114 PIPE_BIND_INDEX_BUFFER, PIPE_USAGE_IMMUTABLE, in translate_indices()
H A Dsvga_resource_buffer.c594 sbuf->b.usage = PIPE_USAGE_IMMUTABLE; in svga_user_buffer_create()
H A Dsvga_screen_cache.c529 usage == PIPE_USAGE_IMMUTABLE) { in svga_screen_surface_create()
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_zscan.c405 res_tmpl.usage = PIPE_USAGE_IMMUTABLE; in vl_zscan_layout()
520 res_tmpl.usage = PIPE_USAGE_IMMUTABLE; in vl_zscan_init_buffer()
H A Dvl_idct.c713 tex_templ.usage = PIPE_USAGE_IMMUTABLE; in vl_idct_upload_matrix()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_buffer_common.c129 case PIPE_USAGE_IMMUTABLE: in r600_init_resource_fields()
636 templ->usage == PIPE_USAGE_IMMUTABLE? RADEON_FLAG_READ_ONLY : 0); in r600_buffer_from_user_memory()
H A Devergreen_compute.c113 0, PIPE_USAGE_IMMUTABLE, size); in r600_compute_buffer_alloc_vram()
560 PIPE_USAGE_IMMUTABLE, input_size); in evergreen_compute_upload_input()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_texture.c350 PIPE_USAGE_IMMUTABLE, 0, true); in etna_texture_init()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_defines.h543 PIPE_USAGE_IMMUTABLE, /* fast GPU access, immutable */ enumerator
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_texture.c499 spr->base.usage = PIPE_USAGE_IMMUTABLE; in softpipe_user_buffer_create()
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_context.c463 rtempl.usage = PIPE_USAGE_IMMUTABLE;
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_buffer.c701 case PIPE_USAGE_IMMUTABLE: in nouveau_buffer_create()
784 buffer->base.usage = PIPE_USAGE_IMMUTABLE; in nouveau_user_buffer_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_context.c518 pipe_buffer_create(pctx->screen, PIPE_BIND_CUSTOM, PIPE_USAGE_IMMUTABLE, in create_solid_vertexbuf()
H A Dfreedreno_state.c544 pctx->screen, PIPE_BIND_CUSTOM, PIPE_USAGE_IMMUTABLE, sizeof(uint32_t)); in fd_create_stream_output_target()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_buffer.c71 case PIPE_USAGE_IMMUTABLE: in si_init_resource_fields()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_texture.c883 buffer->base.usage = PIPE_USAGE_IMMUTABLE; in llvmpipe_user_buffer_create()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_resource.cpp54 pres->usage != PIPE_USAGE_IMMUTABLE; in can_map_directly()
133 case PIPE_USAGE_IMMUTABLE: in init_buffer()

Completed in 30 milliseconds

12