/external/mesa3d/src/gallium/state_trackers/nine/ |
D | buffer9.c | 139 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()
|
D | device9.c | 320 u_box_1d(0, 16, &box); in NineDevice9_ctor() 3046 u_box_1d(0, VertexCount * so.stride[0] * 4, &box); in NineDevice9_ProcessVertices()
|
D | nine_state.c | 3212 u_box_1d(vtxbuf.buffer_offset + offset + start_vertice * vtxbuf.stride, in update_vertex_buffers_sw()
|
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_inlines.h | 279 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()
|
D | u_box.h | 7 void u_box_1d( unsigned x, in u_box_1d() function
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | compute_memory_pool.c | 403 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()
|
D | r600_buffer_common.c | 503 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()
|
D | evergreen_compute.c | 534 u_box_1d(0, input_size, &box); in evergreen_compute_upload_input()
|
D | r600_texture.c | 523 u_box_1d(0, newb->width0, &box); in r600_texture_get_handle()
|
/external/mesa3d/src/gallium/drivers/virgl/ |
D | virgl_resource.c | 97 u_box_1d(offset, size, &box); in virgl_buffer_subdata()
|
D | virgl_query.c | 151 u_box_1d(0, 4, &box); in virgl_end_query()
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | r600_buffer_common.c | 511 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()
|
D | r600_texture.c | 777 u_box_1d(0, newb->width0, &box); in r600_texture_get_handle()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_transfer.c | 28 u_box_1d(offset, size, &box); in u_default_buffer_subdata()
|
D | u_inlines.h | 309 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()
|
D | u_box.h | 8 u_box_1d(unsigned x, unsigned w, struct pipe_box *box) in u_box_1d() function
|
D | u_threaded_context.c | 1527 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()
|
D | u_blitter.c | 2348 u_box_1d(srcx, size, &box); in util_blitter_copy_buffer()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_bufferobjects.c | 549 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/ |
D | tr_context.c | 1490 u_box_1d(offset, size, &box); in trace_context_buffer_subdata()
|