Home
last modified time | relevance | path

Searched refs:pipe_buffer_create (Results 1 – 25 of 48) sorted by relevance

12

/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_vertex_buffers.c52 quad.buffer.resource = pipe_buffer_create in vl_vb_upload_quads()
97 pos.buffer.resource = pipe_buffer_create in vl_vb_upload_pos()
222 buffer->ycbcr[i].resource = pipe_buffer_create in vl_vb_init()
234 buffer->mv[i].resource = pipe_buffer_create in vl_vb_init()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dradeon_video.c65 buffer->res = si_resource(pipe_buffer_create(screen, PIPE_BIND_SHARED, usage, size)); in si_vid_create_buffer()
76 buffer->res = si_resource(pipe_buffer_create(screen, PIPE_BIND_SHARED | PIPE_BIND_PROTECTED, in si_vid_create_tmz_buffer()
Dsi_cp_dma.c407 src = pipe_buffer_create(ctx->screen, 0, PIPE_USAGE_DEFAULT, 16); in si_test_gds()
408 dst = pipe_buffer_create(ctx->screen, 0, PIPE_USAGE_DEFAULT, 16); in si_test_gds()
Dgfx10_query.c99 qbuf->buf = si_resource(pipe_buffer_create(&screen->b, 0, PIPE_USAGE_STAGING, buf_size)); in gfx10_alloc_query_buffer()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_context.c66 pipe_buffer_create(pctx->screen, PIPE_BIND_CUSTOM, PIPE_USAGE_IMMUTABLE, in create_solid_vertexbuf()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_swtnl_backend.c93 svga_render->vbuf = SVGA_TRY_PTR(pipe_buffer_create in svga_vbuf_render_allocate_vertices()
101 svga_render->vbuf = pipe_buffer_create(screen, in svga_vbuf_render_allocate_vertices()
Dsvga_draw_arrays.c54 dst = pipe_buffer_create(pipe->screen, PIPE_BIND_INDEX_BUFFER, in generate_indices()
Dsvga_draw_elements.c113 dst = pipe_buffer_create(pipe->screen, in translate_indices()
/third_party/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_program.c81 p->vbuf = pipe_buffer_create(pipe->screen, PIPE_BIND_VERTEX_BUFFER, in pp_init_prog()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_query_acc.c68 aq->prsc = pipe_buffer_create(&ctx->screen->base, PIPE_BIND_QUERY_BUFFER, in realloc_query_bo()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_fragprog.c43 fp->buffer = pipe_buffer_create(pipe->screen, 0, 0, fp->insn_len * 4); in nv30_fragprog_upload()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_context.c518 pipe_buffer_create(pctx->screen, PIPE_BIND_CUSTOM, PIPE_USAGE_IMMUTABLE, in create_solid_vertexbuf()
528 struct pipe_resource *prsc = pipe_buffer_create( in create_blit_texcoord_vertexbuf()
Dfreedreno_query_acc.c58 pipe_buffer_create(&ctx->screen->base, PIPE_BIND_QUERY_BUFFER, 0, 0x1000); in realloc_query_bo()
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_const.h500 pipe_buffer_create(&ctx->screen->base, PIPE_BIND_CONSTANT_BUFFER, in ir3_emit_driver_params()
595 indirect = pipe_buffer_create(&ctx->screen->base, in ir3_emit_cs_consts()
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_query.c106 pipe_buffer_create(ctx->screen, PIPE_BIND_CUSTOM, PIPE_USAGE_STAGING, in virgl_create_query()
/third_party/mesa3d/src/gallium/tests/trivial/
Dtri.c124 p->vbuf = pipe_buffer_create(p->screen, PIPE_BIND_VERTEX_BUFFER, in init_prog()
Dquad-tex.c134 p->vbuf = pipe_buffer_create(p->screen, PIPE_BIND_VERTEX_BUFFER, in init_prog()
/third_party/mesa3d/src/gallium/drivers/r600/
Dradeon_video.c75 pipe_buffer_create(screen, PIPE_BIND_SHARED, in rvid_create_buffer()
Devergreen_compute.c112 buffer = pipe_buffer_create((struct pipe_screen*) screen, in r600_compute_buffer_alloc_vram()
559 pipe_buffer_create(ctx->screen, 0, in evergreen_compute_upload_input()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_inlines.h328 pipe_buffer_create(struct pipe_screen *screen, in pipe_buffer_create() function
508 struct pipe_resource *res = pipe_buffer_create(pipe->screen, in pipe_buffer_create_with_data()
Du_prim_restart.c127 *dst_buffer = pipe_buffer_create(screen, PIPE_BIND_INDEX_BUFFER, in util_translate_prim_restart_ib()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_query.c350 qbo->buffers[i] = pipe_buffer_create(screen, PIPE_BIND_QUERY_BUFFER, in qbo_append()
1194 …pres = pipe_buffer_create(pctx->screen, PIPE_BIND_QUERY_BUFFER, PIPE_USAGE_DEFAULT, sizeof(uint64_… in zink_render_condition()
1266 …struct pipe_resource *staging = pipe_buffer_create(pctx->screen, 0, PIPE_USAGE_STAGING, src_offset… in zink_get_query_result_resource()
/third_party/mesa3d/src/gallium/frontends/va/
Dpicture_h264_enc.c52 …coded_buf->derived_surface.resource = pipe_buffer_create(drv->pipe->screen, PIPE_BIND_VERTEX_BUFFE… in vlVaHandleVAEncPictureParameterBufferTypeH264()
Dpicture_hevc_enc.c57 …coded_buf->derived_surface.resource = pipe_buffer_create(drv->pipe->screen, PIPE_BIND_VERTEX_BUFFE… in vlVaHandleVAEncPictureParameterBufferTypeHEVC()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_query.cpp573 query->predicate = d3d12_resource(pipe_buffer_create(pctx->screen, 0, in d3d12_render_condition()

12