Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_vertex_buffers.c51 quad.buffer.resource = pipe_buffer_create in vl_vb_upload_quads()
95 pos.buffer.resource = pipe_buffer_create in vl_vb_upload_pos()
228 buffer->ycbcr[i].resource = pipe_buffer_create in vl_vb_init()
240 buffer->mv[i].resource = pipe_buffer_create in vl_vb_init()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_video.c46 buffer->res = si_resource(pipe_buffer_create(screen, PIPE_BIND_CUSTOM, usage, size)); in si_vid_create_buffer()
57 buffer->res = si_resource(pipe_buffer_create(screen, PIPE_BIND_CUSTOM | PIPE_BIND_PROTECTED, in si_vid_create_tmz_buffer()
H A Dgfx11_query.c81 qbuf->buf = si_resource(pipe_buffer_create(&screen->b, 0, PIPE_USAGE_STAGING, buf_size)); in gfx11_alloc_query_buffer()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_ml_nn.c191 struct pipe_resource *output_res = pipe_buffer_create(context->screen, 0, PIPE_USAGE_DEFAULT, in pointwise_to_2x2()
218 struct pipe_resource *output_res = pipe_buffer_create(context->screen, 0, PIPE_USAGE_DEFAULT, in expand_depthwise()
249 struct pipe_resource *output_res = pipe_buffer_create(context->screen, 0, PIPE_USAGE_DEFAULT, in transpose()
351 output_res = pipe_buffer_create(context->screen, 0, PIPE_USAGE_DEFAULT, new_size); in strided_to_normal()
495 operation->weight_tensor = pipe_buffer_create(context->screen, 0, PIPE_USAGE_DEFAULT, 8); in etna_ml_lower_add()
506 operation->bias_tensor = pipe_buffer_create(context->screen, 0, PIPE_USAGE_DEFAULT, 4); in etna_ml_lower_add()
H A Detnaviv_query_acc.c67 aq->prsc = pipe_buffer_create(&ctx->screen->base, PIPE_BIND_QUERY_BUFFER, in realloc_query_bo()
H A Detnaviv_ml.c58 res = pipe_buffer_create(context->screen, 0, PIPE_USAGE_DEFAULT, size); in etna_ml_create_tensor()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_swtnl_backend.c75 svga_render->vbuf = SVGA_TRY_PTR(pipe_buffer_create in svga_vbuf_render_allocate_vertices()
83 svga_render->vbuf = pipe_buffer_create(screen, in svga_vbuf_render_allocate_vertices()
H A Dsvga_draw_arrays.c36 dst = pipe_buffer_create(pipe->screen, PIPE_BIND_INDEX_BUFFER, in generate_indices()
H A Dsvga_draw_elements.c95 dst = pipe_buffer_create(pipe->screen, in translate_indices()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_context.c48 pipe_buffer_create(pctx->screen, PIPE_BIND_CUSTOM, PIPE_USAGE_IMMUTABLE, in create_solid_vertexbuf()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/postprocess/
H A Dpp_program.c83 p->vbuf = pipe_buffer_create(pipe->screen, PIPE_BIND_VERTEX_BUFFER, in pp_init_prog()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_context.c548 pipe_buffer_create(pctx->screen, PIPE_BIND_CUSTOM, PIPE_USAGE_IMMUTABLE, in create_solid_vertexbuf()
558 struct pipe_resource *prsc = pipe_buffer_create( in create_blit_texcoord_vertexbuf()
H A Dfreedreno_query_acc.c40 pipe_buffer_create(&ctx->screen->base, PIPE_BIND_QUERY_BUFFER, 0, 0x1000); in realloc_query_bo()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dir3_const.h481 pipe_buffer_create(&ctx->screen->base, PIPE_BIND_CONSTANT_BUFFER, in ir3_emit_driver_params()
601 indirect = pipe_buffer_create(&ctx->screen->base, in ir3_emit_cs_driver_params()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/util/
H A Du_inlines.h334 pipe_buffer_create(struct pipe_screen *screen, in pipe_buffer_create() function
512 struct pipe_resource *res = pipe_buffer_create(pipe->screen, in pipe_buffer_create_with_data()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_fragprog.c44 fp->buffer = pipe_buffer_create(pipe->screen, 0, 0, fp->insn_len * 4); in nv30_fragprog_upload()
H A Dnv30_draw.c79 r->buffer = pipe_buffer_create(&nv30->screen->base.base, in nv30_render_allocate_vertices()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/
H A Dradeon_video.c49 pipe_buffer_create(screen, PIPE_BIND_SHARED, in rvid_create_buffer()
H A Devergreen_compute.c91 buffer = pipe_buffer_create((struct pipe_screen*) screen, in r600_compute_buffer_alloc_vram()
536 pipe_buffer_create(ctx->screen, 0, in evergreen_compute_upload_input()
/aosp_15_r20/external/mesa3d/src/gallium/tests/trivial/
H A Dtri.c124 p->vbuf = pipe_buffer_create(p->screen, PIPE_BIND_VERTEX_BUFFER, in init_prog()
H A Dquad-tex.c134 p->vbuf = pipe_buffer_create(p->screen, PIPE_BIND_VERTEX_BUFFER, in init_prog()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_query.c368 qbo->buffers[i] = pipe_buffer_create(screen, PIPE_BIND_QUERY_BUFFER, in qbo_append()
1342 …pres = pipe_buffer_create(pctx->screen, PIPE_BIND_QUERY_BUFFER, PIPE_USAGE_DEFAULT, sizeof(uint64_… in zink_render_condition()
1426 …struct pipe_resource *staging = pipe_buffer_create(pctx->screen, 0, PIPE_USAGE_STAGING, src_offset… in zink_get_query_result_resource()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_video.c1026 vcdc->bs_buffers[vcdc->cur_buffer] = pipe_buffer_create(vctx->base.screen, in virgl_video_decode_bitstream()
1245 vcdc->bs_buffers[i] = pipe_buffer_create(ctx->screen, in virgl_video_create_codec()
1249 vcdc->feed_buffers[i] = pipe_buffer_create(ctx->screen, in virgl_video_create_codec()
1254 vcdc->desc_buffers[i] = pipe_buffer_create(ctx->screen, in virgl_video_create_codec()
H A Dvirgl_query.c138 pipe_buffer_create(ctx->screen, PIPE_BIND_CUSTOM, PIPE_USAGE_STAGING, in virgl_create_query()
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/
H A Dst_texcompress_compute.c115 pipe_buffer_create(pipe->screen, PIPE_BIND_SHADER_BUFFER, in create_bc1_endpoint_ssbo()

123