Searched refs:start_in_dw (Results 1 – 4 of 4) sorted by relevance
127 if (last_end + size_in_dw <= item->start_in_dw) { in compute_memory_prealloc_chunk()131 last_end = item->start_in_dw + align(item->size_in_dw, ITEM_ALIGNMENT); in compute_memory_prealloc_chunk()148 int64_t start_in_dw) in compute_memory_postalloc_chunk() argument155 start_in_dw); in compute_memory_postalloc_chunk()159 if (LIST_IS_EMPTY(pool->item_list) || item->start_in_dw > start_in_dw) { in compute_memory_postalloc_chunk()168 if (item->start_in_dw < start_in_dw in compute_memory_postalloc_chunk()169 && next->start_in_dw > start_in_dw) { in compute_memory_postalloc_chunk()175 assert(item->start_in_dw < start_in_dw); in compute_memory_postalloc_chunk()263 chunk.start_in_dw = 0; in compute_memory_shadow()290 "(%"PRIi64" bytes)\n", item->start_in_dw, item->id, in compute_memory_finalize_pending()[all …]
47 int64_t start_in_dw; member82 return item->start_in_dw != -1; in is_item_in_pool()93 int64_t start_in_dw);
632 buffer->chunk->start_in_dw*4, in evergreen_set_compute_resources()637 buffer->chunk->start_in_dw * 4, in evergreen_set_compute_resources()684 handle = buffer_offset + buffers[i]->chunk->start_in_dw * 4; in evergreen_set_global_binding()
547 new_src_box.x += 4 * item->start_in_dw; in r600_copy_global_buffer()564 dstx += 4 * item->start_in_dw; in r600_copy_global_buffer()