Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/nine/
Dbuffer9.c140 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()
Ddevice9.c353 u_box_1d(0, 16, &box); in NineDevice9_ctor()
3194 u_box_1d(0, VertexCount * so.stride[0] * 4, &box); in NineDevice9_ProcessVertices()
Dnine_state.c3077 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.c343 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()
Dr600_buffer_common.c495 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()
Devergreen_compute.c557 u_box_1d(0, input_size, &box); in evergreen_compute_upload_input()
Dr600_texture.c542 u_box_1d(0, newb->width0, &box); in r600_texture_get_handle()
/external/mesa3d/src/gallium/auxiliary/util/
Du_transfer.c32 u_box_1d(offset, size, &box); in u_default_buffer_subdata()
Du_inlines.h342 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()
Du_box.h8 u_box_1d(unsigned x, unsigned w, struct pipe_box *box) in u_box_1d() function
Du_threaded_context.c1640 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()
Du_blitter.c2506 u_box_1d(srcx, size, &box); in util_blitter_copy_buffer()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_bufferobjects.c610 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/
Dvirgl_transfer_queue.c367 u_box_1d(offset, size, &box); in virgl_transfer_queue_extend_buffer()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_buffer.c584 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()
Dsi_texture.c770 u_box_1d(0, newb->width0, &box); in si_texture_get_handle()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_surface.c457 u_box_1d(offset, size, &box); in llvmpipe_clear_buffer()
/external/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_context.c1560 u_box_1d(offset, size, &box); in trace_context_buffer_subdata()
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_execute.c1712 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()