Home
last modified time | relevance | path

Searched refs:PIPE_USAGE_STREAM (Results 1 - 25 of 38) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_context.c160 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 Dsvga_swtnl_backend.c95 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 Dr300_context.c441 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 Dfd5_context.c111 u_upload_create(pctx, 4096, 0, PIPE_USAGE_STREAM, 0);
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_context.c111 u_upload_create(pctx, 4096, 0, PIPE_USAGE_STREAM, 0);
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_context.c113 u_upload_create(pctx, 4096, 0, PIPE_USAGE_STREAM, 0);
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_buffer_upload.c84 resource.usage = PIPE_USAGE_STREAM; in nine_upload_create_buffer_group()
217 resource.usage = PIPE_USAGE_STREAM; in nine_upload_create_buffer()
H A Dbuffer9.c121 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 Dsi_test_dma_perf.c161 dst_usage = PIPE_USAGE_STREAM; in si_test_dma_perf()
166 src_usage = PIPE_USAGE_STREAM; in si_test_dma_perf()
H A Dsi_buffer.c57 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 Dvl_vertex_buffers.c226 PIPE_USAGE_STREAM, in vl_vb_init()
238 PIPE_USAGE_STREAM, in vl_vb_init()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_upload_mgr.c101 PIPE_USAGE_STREAM, 0); in u_upload_create_default()
H A Du_prim_restart.c128 PIPE_USAGE_STREAM, in util_translate_prim_restart_ib()
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dir3_const.h501 PIPE_USAGE_STREAM, vertex_params_area * 4);
597 PIPE_USAGE_STREAM, 0x1000);
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_context.c390 PIPE_USAGE_STREAM, 0); in v3d_context_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_context.c270 u_upload_create(pctx, 4096, 0, PIPE_USAGE_STREAM, 0);
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_defines.h545 PIPE_USAGE_STREAM, /* uploaded data is used once */ enumerator
/third_party/mesa3d/src/gallium/frontends/va/
H A Dpicture_hevc_enc.c58 PIPE_USAGE_STREAM, coded_buf->size); in vlVaHandleVAEncPictureParameterBufferTypeHEVC()
H A Dpicture_h264_enc.c53 PIPE_USAGE_STREAM, coded_buf->size); in vlVaHandleVAEncPictureParameterBufferTypeH264()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_draw.c79 PIPE_BIND_VERTEX_BUFFER, PIPE_USAGE_STREAM, in nv30_render_allocate_vertices()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_buffer_common.c119 case PIPE_USAGE_STREAM: in r600_init_resource_fields()
H A Dr600_texture.c1071 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 Dd3d12_resource.cpp138 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 Di915_resource_texture.c928 if ((force_untiled) || (template->usage == PIPE_USAGE_STREAM)) in i915_texture_create()
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_resource.c314 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()

Completed in 26 milliseconds

12