/third_party/mesa3d/src/gallium/frontends/nine/ |
D | buffer9.c | 169 u_box_1d(0, Size, &This->managed.dirty_box); in NineBuffer9_ctor() 170 u_box_1d(0, 0, &This->managed.valid_region); in NineBuffer9_ctor() 171 u_box_1d(0, 0, &This->managed.required_valid_region); in NineBuffer9_ctor() 172 u_box_1d(0, 0, &This->managed.filled_region); in NineBuffer9_ctor() 276 u_box_1d(OffsetToLock, SizeToLock, &box); in NineBuffer9_Lock() 322 u_box_1d(0, This->size, &This->managed.dirty_box); /* systemmem non-dynamic */ in NineBuffer9_Lock() 323 u_box_1d(0, 0, &This->managed.valid_region); /* systemmem dynamic */ in NineBuffer9_Lock() 389 u_box_1d(offset, This->size, &src_box); in NineBuffer9_Lock() 541 u_box_1d(0, This->size, &This->managed.dirty_box); in NineBuffer9_SetDirty() 594 u_box_1d(0, 0, required_valid_region); in NineBuffer9_Upload() [all …]
|
D | device9.c | 395 u_box_1d(0, 16, &box); in NineDevice9_ctor() 2988 u_box_1d(start, MIN2(width, This->size-start), &box); in NineTrackSystemmemDynamic() 3325 u_box_1d(0, VertexCount * so.stride[0] * 4, &box); in NineDevice9_ProcessVertices()
|
D | nine_state.c | 3147 u_box_1d(vtxbuf.buffer_offset + offset + start_vertice * vtxbuf.stride, in update_vertex_buffers_sw()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_transfer.c | 32 u_box_1d(offset, size, &box); in u_default_buffer_subdata() 62 u_box_1d(offset, size, &box); in u_default_clear_buffer()
|
D | u_inlines.h | 391 u_box_1d(offset, length, &box); in pipe_buffer_map_range() 444 u_box_1d(transfer_offset, length, &box); in pipe_buffer_flush_mapped_range()
|
D | u_box.h | 9 u_box_1d(unsigned x, unsigned w, struct pipe_box *box) in u_box_1d() function
|
D | u_threaded_context.c | 2242 u_box_1d(tres->valid_buffer_range.start, valid_range_len, &box2); in tc_buffer_map() 2405 u_box_1d(ttrans->b.offset + ttrans->b.box.x % tc->map_buffer_alignment + in tc_buffer_do_flush_region() 2438 u_box_1d(transfer->box.x + rel_box->x, rel_box->width, &box); in tc_transfer_flush_region() 2666 u_box_1d(offset, size, &box); in tc_buffer_subdata()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | compute_memory_pool.c | 380 u_box_1d(0, item->size_in_dw * 4, &box); in compute_memory_promote_item() 439 u_box_1d(item->start_in_dw * 4, item->size_in_dw * 4, &box); in compute_memory_demote_item() 486 u_box_1d(item->start_in_dw * 4, item->size_in_dw * 4, &box); in compute_memory_move_item() 523 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 | 472 u_box_1d(soffset, box->width, &dma_box); in r600_buffer_do_flush_region() 495 u_box_1d(transfer->box.x + rel_box->x, rel_box->width, &box); in r600_buffer_flush_region() 539 u_box_1d(offset, size, &box); in r600_buffer_subdata()
|
D | evergreen_compute.c | 563 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()
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
D | virgl_transfer_queue.c | 367 u_box_1d(offset, size, &box); in virgl_transfer_queue_extend_buffer()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_buffer.c | 508 u_box_1d(transfer->box.x + rel_box->x, rel_box->width, &box); in si_buffer_flush_region() 551 u_box_1d(offset, size, &box); in si_buffer_subdata()
|
D | si_texture.c | 786 u_box_1d(0, newb->width0, &box); in si_texture_get_handle()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_surface.c | 474 u_box_1d(offset, size, &box); in llvmpipe_clear_buffer()
|
/third_party/mesa3d/src/mesa/main/ |
D | bufferobj.c | 581 u_box_1d(readOffset, size, &box); in bufferobj_copy_subdata() 5354 u_box_1d(offset, size, &box); in buffer_page_commitment()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
D | tr_context.c | 1881 u_box_1d(offset, size, &box); in trace_context_buffer_subdata()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_resource.c | 2135 u_box_1d(offset, size, &box); in zink_buffer_subdata()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_execute.c | 2539 u_box_1d(copycmd->pRegions[i].srcOffset, copycmd->pRegions[i].size, &box); in handle_copy_buffer() 2659 u_box_1d(updcmd->dst_offset, updcmd->data_size, &box); in handle_update_buffer()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_state.c | 3976 u_box_1d(tgt->offset_offset, 4, &box); in crocus_get_so_offset()
|