Searched refs:start_in_dw (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | compute_memory_pool.c | 203 chunk.start_in_dw = 0; in compute_memory_shadow() 230 "(%"PRIi64" bytes)\n", item->start_in_dw, item->id, in compute_memory_finalize_pending() 266 if (alloc_item->start_in_dw == hole_start) { in compute_memory_finalize_pending() 269 } else if (alloc_item->start_in_dw > hole_start) { in compute_memory_finalize_pending() 270 hole_size = alloc_item->start_in_dw - hole_start; in compute_memory_finalize_pending() 336 if (src != dst || item->start_in_dw != last_pos) { in compute_memory_defrag() 337 assert(last_pos <= item->start_in_dw); in compute_memory_defrag() 357 int64_t start_in_dw) in compute_memory_promote_item() 368 item->id, item->start_in_dw, item->start_in_dw * in compute_memory_promote_item() 355 compute_memory_promote_item(struct compute_memory_pool *pool, struct compute_memory_item *item, struct pipe_context *pipe, int64_t start_in_dw) compute_memory_promote_item() argument [all...] |
H A D | compute_memory_pool.h | 47 int64_t start_in_dw; member 71 /** Allocated memory items in the pool, they must be ordered by "start_in_dw" */ 82 return item->start_in_dw != -1; in is_item_in_pool()
|
H A D | evergreen_compute.c | 976 buffer->chunk->start_in_dw*4, in evergreen_set_compute_resources() 981 buffer->chunk->start_in_dw * 4, in evergreen_set_compute_resources() 1028 handle = buffer_offset + buffers[i]->chunk->start_in_dw * 4; in evergreen_set_global_binding()
|
H A D | r600_blit.c | 605 new_src_box.x += 4 * item->start_in_dw; in r600_copy_global_buffer() 622 dstx += 4 * item->start_in_dw; in r600_copy_global_buffer()
|
Completed in 6 milliseconds