Home
last modified time | relevance | path

Searched refs:PIPE_USAGE_STREAM (Results 1 – 25 of 42) sorted by relevance

12

/third_party/mesa3d/src/gallium/frontends/nine/
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()
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/svga/
Dsvga_context.c154 PIPE_USAGE_STREAM, 0); in svga_context_create()
162 PIPE_USAGE_STREAM, 0); in svga_context_create()
248 PIPE_USAGE_STREAM, 0); in svga_context_create()
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/auxiliary/vl/
Dvl_vertex_buffers.c226 PIPE_USAGE_STREAM, in vl_vb_init()
238 PIPE_USAGE_STREAM, in vl_vb_init()
/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/radeonsi/
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()
/third_party/mesa3d/docs/relnotes/
D10.4.5.rst88 - st/mesa: Don't use PIPE_USAGE_STREAM for GL_PIXEL_UNPACK_BUFFER_ARB
D10.3.2.rst88 - r600g,radeonsi: Always use GTT again for PIPE_USAGE_STREAM buffers
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_context.c429 PIPE_BIND_CUSTOM, PIPE_USAGE_STREAM, 0);
431 0, PIPE_USAGE_STREAM, 0);
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_bufferobjects.c264 return PIPE_USAGE_STREAM; in buffer_usage()
281 return PIPE_USAGE_STREAM; in buffer_usage()
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_const.h485 PIPE_USAGE_STREAM, vertex_params_area * 4); in ir3_emit_vs_driver_params()
577 PIPE_USAGE_STREAM, 0x1000); in ir3_emit_cs_consts()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_upload_mgr.c101 PIPE_USAGE_STREAM, 0); in u_upload_create_default()
Du_prim_restart.c128 PIPE_USAGE_STREAM, in util_translate_prim_restart_ib()
/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/v3d/
Dv3d_context.c400 PIPE_USAGE_STREAM, 0); in v3d_context_create()
/third_party/mesa3d/src/gallium/frontends/va/
Dpicture_h264_enc.c52 PIPE_USAGE_STREAM, coded_buf->size); in vlVaHandleVAEncPictureParameterBufferTypeH264()
Dpicture_hevc_enc.c59 PIPE_USAGE_STREAM, coded_buf->size); in vlVaHandleVAEncPictureParameterBufferTypeHEVC()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_defines.h541 PIPE_USAGE_STREAM, /* uploaded data is used once */ enumerator
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_resource.cpp129 case PIPE_USAGE_STREAM: in init_buffer()
965 PIPE_USAGE_STAGING : PIPE_USAGE_STREAM; in d3d12_transfer_map()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_draw.c79 PIPE_BIND_VERTEX_BUFFER, PIPE_USAGE_STREAM, in nv30_render_allocate_vertices()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_resource.c366 if (pres->base.usage == PIPE_USAGE_STREAM) in panfrost_should_afbc()
429 return can_tile && (pres->base.usage != PIPE_USAGE_STREAM); in panfrost_should_tile()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_buffer_common.c118 case PIPE_USAGE_STREAM: in r600_init_resource_fields()

12