/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_context.c | 160 PIPE_USAGE_STREAM, 0); in svga_context_create() 168 PIPE_USAGE_STREAM, 0); in svga_context_create() 266 PIPE_USAGE_STREAM, 0); in svga_context_create()
|
H A D | svga_swtnl_backend.c | 95 PIPE_USAGE_STREAM, in svga_vbuf_render_allocate_vertices() 103 PIPE_USAGE_STREAM, in svga_vbuf_render_allocate_vertices()
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_context.c | 441 PIPE_BIND_CUSTOM, PIPE_USAGE_STREAM, 0); 443 0, PIPE_USAGE_STREAM, 0); 446 PIPE_USAGE_STREAM, 0);
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
H A D | fd5_context.c | 111 u_upload_create(pctx, 4096, 0, PIPE_USAGE_STREAM, 0);
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
H A D | fd3_context.c | 111 u_upload_create(pctx, 4096, 0, PIPE_USAGE_STREAM, 0);
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
H A D | fd4_context.c | 113 u_upload_create(pctx, 4096, 0, PIPE_USAGE_STREAM, 0);
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_buffer_upload.c | 84 resource.usage = PIPE_USAGE_STREAM; in nine_upload_create_buffer_group() 217 resource.usage = PIPE_USAGE_STREAM; in nine_upload_create_buffer()
|
H A D | buffer9.c | 121 info->usage = PIPE_USAGE_STREAM; in NineBuffer9_ctor() 125 info->usage = PIPE_USAGE_STREAM; in NineBuffer9_ctor() 134 info->usage = PIPE_USAGE_STREAM; in NineBuffer9_ctor()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_test_dma_perf.c | 161 dst_usage = PIPE_USAGE_STREAM; in si_test_dma_perf() 166 src_usage = PIPE_USAGE_STREAM; in si_test_dma_perf()
|
H A D | si_buffer.c | 57 case PIPE_USAGE_STREAM: in si_init_resource_fields() 691 res->b.b.usage = PIPE_USAGE_STREAM; in si_buffer_from_winsys_buffer()
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_vertex_buffers.c | 226 PIPE_USAGE_STREAM, in vl_vb_init() 238 PIPE_USAGE_STREAM, in vl_vb_init()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_upload_mgr.c | 101 PIPE_USAGE_STREAM, 0); in u_upload_create_default()
|
H A D | u_prim_restart.c | 128 PIPE_USAGE_STREAM, in util_translate_prim_restart_ib()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/ |
H A D | ir3_const.h | 501 PIPE_USAGE_STREAM, vertex_params_area * 4); 597 PIPE_USAGE_STREAM, 0x1000);
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3d_context.c | 390 PIPE_USAGE_STREAM, 0); in v3d_context_create()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_context.c | 270 u_upload_create(pctx, 4096, 0, PIPE_USAGE_STREAM, 0);
|
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_defines.h | 545 PIPE_USAGE_STREAM, /* uploaded data is used once */ enumerator
|
/third_party/mesa3d/src/gallium/frontends/va/ |
H A D | picture_hevc_enc.c | 58 PIPE_USAGE_STREAM, coded_buf->size); in vlVaHandleVAEncPictureParameterBufferTypeHEVC()
|
H A D | picture_h264_enc.c | 53 PIPE_USAGE_STREAM, coded_buf->size); in vlVaHandleVAEncPictureParameterBufferTypeH264()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nv30_draw.c | 79 PIPE_BIND_VERTEX_BUFFER, PIPE_USAGE_STREAM, in nv30_render_allocate_vertices()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_buffer_common.c | 119 case PIPE_USAGE_STREAM: in r600_init_resource_fields()
|
H A D | r600_texture.c | 1071 templ->usage == PIPE_USAGE_STREAM) in r600_choose_tiling() 1428 PIPE_USAGE_STAGING : PIPE_USAGE_STREAM; in r600_texture_transfer_map()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_resource.cpp | 138 case PIPE_USAGE_STREAM: in init_buffer() 1628 PIPE_USAGE_STAGING : PIPE_USAGE_STREAM; in d3d12_transfer_map() 1709 PIPE_USAGE_STREAM : PIPE_USAGE_STAGING; in d3d12_transfer_map()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_resource_texture.c | 928 if ((force_untiled) || (template->usage == PIPE_USAGE_STREAM)) in i915_texture_create()
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_resource.c | 314 if (pres->base.usage == PIPE_USAGE_STREAM) in panfrost_should_afbc() 392 return can_tile && (pres->base.usage != PIPE_USAGE_STREAM); in panfrost_should_tile()
|