Home
last modified time | relevance | path

Searched refs:u_upload_data (Results 1 – 25 of 31) sorted by relevance

12

/external/mesa3d/src/gallium/auxiliary/util/
Du_upload_mgr.h123 void u_upload_data(struct u_upload_mgr *upload,
Du_upload_mgr.c297 u_upload_data(struct u_upload_mgr *upload, in u_upload_data() function
Du_helpers.c151 u_upload_data(pipe->stream_uploader, start_offset, in util_upload_index_buffer()
Du_vbuf.c1034 u_upload_data(mgr->pipe->stream_uploader, in u_vbuf_upload_buffers()
1094 u_upload_data(mgr->pipe->stream_uploader, in u_vbuf_upload_buffers()
Du_threaded_context.c747 u_upload_data(tc->base.const_uploader, 0, cb->buffer_size, 64, in tc_set_constant_buffer()
2239 u_upload_data(tc->base.stream_uploader, 0, size, 4, in tc_draw_vbo()
Du_blitter.c1349 u_upload_data(pipe->stream_uploader, 0, sizeof(ctx->vertices), 4, ctx->vertices, in blitter_draw()
2575 u_upload_data(pipe->stream_uploader, 0, num_channels*4, 4, clear_value, in util_blitter_clear_buffer()
/external/mesa3d/src/gallium/drivers/iris/
Diris_draw.c140 u_upload_data(ice->ctx.stream_uploader, 0, in iris_update_draw_parameters()
158 u_upload_data(ice->ctx.stream_uploader, 0, in iris_update_draw_parameters()
309 u_upload_data(ice->state.dynamic_uploader, 0, sizeof(grid->grid), 4, in iris_update_grid_size_resource()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_screen_buffer.c44 u_upload_data(r300->uploader, in r300_upload_index_buffer()
Dr300_render.c1024 u_upload_data(r300->uploader, 0, count * 2, 4, indices, in r300_render_draw_elements()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_draw_elements.c265 u_upload_data(pipe->stream_uploader, 0, count * info->index_size, in svga_hwtnl_draw_range_elements()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_array.c283 u_upload_data(uploader, in st_setup_current()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_uniforms.c260 u_upload_data(vc4->uploader, 0, in vc4_write_uniforms()
Dvc4_draw.c382 u_upload_data(vc4->uploader, 0, in vc4_draw_vbo()
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_const.c259 u_upload_data(pctx->stream_uploader, 0, in fd6_emit_ubos()
/external/mesa3d/src/gallium/drivers/v3d/
Dv3d_uniforms.c331 u_upload_data(v3d->uploader, 0, in v3d_write_uniforms()
Dv3d_program.c402 u_upload_data(v3d->state_uploader, 0, shader_size, 8, in v3d_get_compiled_shader()
Dv3dx_state.c1246 u_upload_data(ctx->uploader, in v3d_set_stream_output_targets()
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_const.h187 u_upload_data(pctx->stream_uploader, 0, in ir3_emit_ubos()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_viewport.c96 u_upload_data(sctx->b.const_uploader, 0, sizeof(info), 256, &info, &offset, in si_emit_cull_state()
Dsi_compute.c614 u_upload_data(sctx->b.const_uploader, 0, sizeof(dispatch), 256, &dispatch, &dispatch_offset, in si_setup_user_sgprs_co_v2()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_state.c105u_upload_data(pctx->const_uploader, 0, cb->buffer_size, 16, cb->user_buffer, &cb->buffer_offset, &… in etna_set_constant_buffer()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state_common.c1226 u_upload_data(ctx->stream_uploader, 0, size, 256, in r600_set_constant_buffer()
1230 u_upload_data(ctx->stream_uploader, 0, in r600_set_constant_buffer()
2183 u_upload_data(ctx->stream_uploader, 0, in r600_draw_vbo()
/external/mesa3d/src/gallium/frontends/nine/
Ddevice9.c2966 u_upload_data(This->vertex_uploader, in NineDevice9_DrawPrimitiveUP()
3027 u_upload_data(This->vertex_uploader, in NineDevice9_DrawIndexedPrimitiveUP()
3041 u_upload_data(This->pipe_secondary->stream_uploader, in NineDevice9_DrawIndexedPrimitiveUP()
/external/mesa3d/src/gallium/drivers/zink/
Dzink_context.c510 u_upload_data(ctx->base.const_uploader, 0, cb->buffer_size, in zink_set_constant_buffer()
/external/mesa3d/docs/gallium/
Dcontext.rst320 Call u_upload_alloc or u_upload_data as many times as you want. After you are
326 to u_upload_alloc and u_upload_data can unmap memory returned by previous

12