Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dr600_buffer.c184 u_upload_data(rctx->uploader, 0, count * ib->index_size, in r600_upload_index_buffer()
207 u_upload_data(rctx->uploader, 0, size, tmpPtr, const_offset, in r600_upload_const_buffer()
212 u_upload_data(rctx->uploader, 0, size, ptr, const_offset, in r600_upload_const_buffer()
/external/mesa3d/src/gallium/auxiliary/util/
Du_upload_mgr.c213 enum pipe_error u_upload_data( struct u_upload_mgr *upload, in u_upload_data() function
262 ret = u_upload_data( upload, in u_upload_buffer()
Du_upload_mgr.h105 enum pipe_error u_upload_data( struct u_upload_mgr *upload,
Du_vbuf.c865 err = u_upload_data(mgr->uploader, start, end - start, ptr + start, in u_vbuf_upload_buffers()
Du_blitter.c850 u_upload_data(ctx->upload, 0, sizeof(ctx->vertices), ctx->vertices, in blitter_draw()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_constbuf.c82 u_upload_data(st->constbuf_uploader, 0, paramBytes, in st_upload_constants()
Dst_draw.c107 if (u_upload_data(st->indexbuf_uploader, 0, in setup_index_buffer()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_screen_buffer.c44 u_upload_data(r300->uploader, in r300_upload_index_buffer()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state_common.c962 u_upload_data(rctx->uploader, 0, size, tmpPtr, &cb->buffer_offset, &cb->buffer); in r600_set_constant_buffer()
965 u_upload_data(rctx->uploader, 0, input->buffer_size, ptr, &cb->buffer_offset, &cb->buffer); in r600_set_constant_buffer()
1180 u_upload_data(rctx->uploader, 0, info.count * ib.index_size, in r600_draw_vbo()