Home
last modified time | relevance | path

Searched refs:u_box_1d (Results 1 – 20 of 20) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
Dbuffer9.c139 u_box_1d(0, Size, &This->managed.dirty_box); in NineBuffer9_ctor()
233 u_box_1d(OffsetToLock, SizeToLock, &box); in NineBuffer9_Lock()
306 u_box_1d(offset, This->size, &src_box); in NineBuffer9_Lock()
428 u_box_1d(0, This->size, &This->managed.dirty_box); in NineBuffer9_SetDirty()
Ddevice9.c320 u_box_1d(0, 16, &box); in NineDevice9_ctor()
3046 u_box_1d(0, VertexCount * so.stride[0] * 4, &box); in NineDevice9_ProcessVertices()
Dnine_state.c3212 u_box_1d(vtxbuf.buffer_offset + offset + start_vertice * vtxbuf.stride, in update_vertex_buffers_sw()
/external/virglrenderer/src/gallium/auxiliary/util/
Du_inlines.h279 u_box_1d(offset, length, &box); in pipe_buffer_map_range()
331 u_box_1d(transfer_offset, length, &box); in pipe_buffer_flush_mapped_range()
352 u_box_1d(offset, size, &box); in pipe_buffer_write()
378 u_box_1d(offset, size, &box); in pipe_buffer_write_nooverlap()
Du_box.h7 void u_box_1d( unsigned x, in u_box_1d() function
/external/mesa3d/src/gallium/drivers/r600/
Dcompute_memory_pool.c403 u_box_1d(0, item->size_in_dw * 4, &box); in compute_memory_promote_item()
457 u_box_1d(item->start_in_dw * 4, item->size_in_dw * 4, &box); in compute_memory_demote_item()
504 u_box_1d(item->start_in_dw * 4, item->size_in_dw * 4, &box); in compute_memory_move_item()
541 u_box_1d(new_start_in_dw * 4, (offset + item->size_in_dw) * 4, &box); in compute_memory_move_item()
Dr600_buffer_common.c503 u_box_1d(soffset, box->width, &dma_box); in r600_buffer_do_flush_region()
523 u_box_1d(transfer->box.x + rel_box->x, rel_box->width, &box); in r600_buffer_flush_region()
556 u_box_1d(offset, size, &box); in r600_buffer_subdata()
Devergreen_compute.c534 u_box_1d(0, input_size, &box); in evergreen_compute_upload_input()
Dr600_texture.c523 u_box_1d(0, newb->width0, &box); in r600_texture_get_handle()
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_resource.c97 u_box_1d(offset, size, &box); in virgl_buffer_subdata()
Dvirgl_query.c151 u_box_1d(0, 4, &box); in virgl_end_query()
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_buffer_common.c511 u_box_1d(soffset, box->width, &dma_box); in r600_buffer_do_flush_region()
531 u_box_1d(transfer->box.x + rel_box->x, rel_box->width, &box); in r600_buffer_flush_region()
564 u_box_1d(offset, size, &box); in si_buffer_subdata()
Dr600_texture.c777 u_box_1d(0, newb->width0, &box); in r600_texture_get_handle()
/external/mesa3d/src/gallium/auxiliary/util/
Du_transfer.c28 u_box_1d(offset, size, &box); in u_default_buffer_subdata()
Du_inlines.h309 u_box_1d(offset, length, &box); in pipe_buffer_map_range()
361 u_box_1d(transfer_offset, length, &box); in pipe_buffer_flush_mapped_range()
Du_box.h8 u_box_1d(unsigned x, unsigned w, struct pipe_box *box) in u_box_1d() function
Du_threaded_context.c1527 u_box_1d(ttrans->offset + box->x % tc->map_buffer_alignment, in tc_buffer_do_flush_region()
1553 u_box_1d(transfer->box.x + rel_box->x, rel_box->width, &box); in tc_transfer_flush_region()
1642 u_box_1d(offset, size, &box); in tc_buffer_subdata()
Du_blitter.c2348 u_box_1d(srcx, size, &box); in util_blitter_copy_buffer()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_bufferobjects.c549 u_box_1d(readOffset, size, &box); in st_copy_buffer_subdata()
592 u_box_1d(offset, size, &box); in st_bufferobj_page_commitment()
/external/mesa3d/src/gallium/drivers/trace/
Dtr_context.c1490 u_box_1d(offset, size, &box); in trace_context_buffer_subdata()