/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/frontends/nine/ |
D | buffer9.c | 140 u_box_1d(0, Size, &This->managed.dirty_box); in NineBuffer9_ctor() 242 u_box_1d(OffsetToLock, SizeToLock, &box); in NineBuffer9_Lock() 320 u_box_1d(offset, This->size, &src_box); in NineBuffer9_Lock() 459 u_box_1d(0, This->size, &This->managed.dirty_box); in NineBuffer9_SetDirty()
|
D | device9.c | 353 u_box_1d(0, 16, &box); in NineDevice9_ctor() 3194 u_box_1d(0, VertexCount * so.stride[0] * 4, &box); in NineDevice9_ProcessVertices()
|
D | nine_state.c | 3077 u_box_1d(vtxbuf.buffer_offset + offset + start_vertice * vtxbuf.stride, in update_vertex_buffers_sw()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | compute_memory_pool.c | 343 u_box_1d(0, item->size_in_dw * 4, &box); in compute_memory_promote_item() 397 u_box_1d(item->start_in_dw * 4, item->size_in_dw * 4, &box); in compute_memory_demote_item() 443 u_box_1d(item->start_in_dw * 4, item->size_in_dw * 4, &box); in compute_memory_move_item() 480 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 | 495 u_box_1d(soffset, box->width, &dma_box); in r600_buffer_do_flush_region() 515 u_box_1d(transfer->box.x + rel_box->x, rel_box->width, &box); in r600_buffer_flush_region() 553 u_box_1d(offset, size, &box); in r600_buffer_subdata()
|
D | evergreen_compute.c | 557 u_box_1d(0, input_size, &box); in evergreen_compute_upload_input()
|
D | r600_texture.c | 542 u_box_1d(0, newb->width0, &box); in r600_texture_get_handle()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_transfer.c | 32 u_box_1d(offset, size, &box); in u_default_buffer_subdata()
|
D | u_inlines.h | 342 u_box_1d(offset, length, &box); in pipe_buffer_map_range() 395 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 | 1640 u_box_1d(ttrans->offset + ttrans->b.box.x % tc->map_buffer_alignment + in tc_buffer_do_flush_region() 1668 u_box_1d(transfer->box.x + rel_box->x, rel_box->width, &box); in tc_transfer_flush_region() 1789 u_box_1d(offset, size, &box); in tc_buffer_subdata()
|
D | u_blitter.c | 2506 u_box_1d(srcx, size, &box); in util_blitter_copy_buffer()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_bufferobjects.c | 610 u_box_1d(readOffset, size, &box); in st_copy_buffer_subdata() 653 u_box_1d(offset, size, &box); in st_bufferobj_page_commitment()
|
/external/mesa3d/src/gallium/drivers/virgl/ |
D | virgl_transfer_queue.c | 367 u_box_1d(offset, size, &box); in virgl_transfer_queue_extend_buffer()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_buffer.c | 584 u_box_1d(transfer->box.x + rel_box->x, rel_box->width, &box); in si_buffer_flush_region() 623 u_box_1d(offset, size, &box); in si_buffer_subdata()
|
D | si_texture.c | 770 u_box_1d(0, newb->width0, &box); in si_texture_get_handle()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_surface.c | 457 u_box_1d(offset, size, &box); in llvmpipe_clear_buffer()
|
/external/mesa3d/src/gallium/auxiliary/driver_trace/ |
D | tr_context.c | 1560 u_box_1d(offset, size, &box); in trace_context_buffer_subdata()
|
/external/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_execute.c | 1712 u_box_1d(copycmd->regions[i].srcOffset, copycmd->regions[i].size, &box); in handle_copy_buffer() 1829 u_box_1d(updcmd->offset, updcmd->data_size, &box); in handle_update_buffer()
|