/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_context.c | 309 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 D | iris_program_cache.c | 267 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 D | iris_resource.c | 462 case PIPE_USAGE_IMMUTABLE: in iris_resource_alloc_flags()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
H A D | fd2_context.c | 66 pipe_buffer_create(pctx->screen, PIPE_BIND_CUSTOM, PIPE_USAGE_IMMUTABLE, in create_solid_vertexbuf()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_resource_buffer.c | 144 buf->b.usage = PIPE_USAGE_IMMUTABLE; in i915_user_buffer_create()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
H A D | Draw.cpp | 104 PIPE_USAGE_IMMUTABLE, in create_null_index_buffer()
|
H A D | Resource.cpp | 78 resource_usage = PIPE_USAGE_IMMUTABLE; in translate_resource_usage()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_draw_arrays.c | 55 PIPE_USAGE_IMMUTABLE, size); in generate_indices()
|
H A D | svga_draw_elements.c | 114 PIPE_BIND_INDEX_BUFFER, PIPE_USAGE_IMMUTABLE, in translate_indices()
|
H A D | svga_resource_buffer.c | 594 sbuf->b.usage = PIPE_USAGE_IMMUTABLE; in svga_user_buffer_create()
|
H A D | svga_screen_cache.c | 529 usage == PIPE_USAGE_IMMUTABLE) { in svga_screen_surface_create()
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_zscan.c | 405 res_tmpl.usage = PIPE_USAGE_IMMUTABLE; in vl_zscan_layout() 520 res_tmpl.usage = PIPE_USAGE_IMMUTABLE; in vl_zscan_init_buffer()
|
H A D | vl_idct.c | 713 tex_templ.usage = PIPE_USAGE_IMMUTABLE; in vl_idct_upload_matrix()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_buffer_common.c | 129 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 D | evergreen_compute.c | 113 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 D | etnaviv_texture.c | 350 PIPE_USAGE_IMMUTABLE, 0, true); in etna_texture_init()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_defines.h | 543 PIPE_USAGE_IMMUTABLE, /* fast GPU access, immutable */ enumerator
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_texture.c | 499 spr->base.usage = PIPE_USAGE_IMMUTABLE; in softpipe_user_buffer_create()
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_context.c | 463 rtempl.usage = PIPE_USAGE_IMMUTABLE;
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_buffer.c | 701 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 D | freedreno_context.c | 518 pipe_buffer_create(pctx->screen, PIPE_BIND_CUSTOM, PIPE_USAGE_IMMUTABLE, in create_solid_vertexbuf()
|
H A D | freedreno_state.c | 544 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 D | si_buffer.c | 71 case PIPE_USAGE_IMMUTABLE: in si_init_resource_fields()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_texture.c | 883 buffer->base.usage = PIPE_USAGE_IMMUTABLE; in llvmpipe_user_buffer_create()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_resource.cpp | 54 pres->usage != PIPE_USAGE_IMMUTABLE; in can_map_directly() 133 case PIPE_USAGE_IMMUTABLE: in init_buffer()
|