Searched refs:start_in_dw (Results 1 – 3 of 3) sorted by relevance
137 if (item->start_in_dw > -1) { in compute_memory_prealloc_chunk()138 if (item->start_in_dw-last_end > size_in_dw) { in compute_memory_prealloc_chunk()142 last_end = item->start_in_dw + item->size_in_dw; in compute_memory_prealloc_chunk()159 int64_t start_in_dw) in compute_memory_postalloc_chunk() argument164 start_in_dw); in compute_memory_postalloc_chunk()168 if (item->start_in_dw < start_in_dw in compute_memory_postalloc_chunk()169 && item->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()237 chunk.start_in_dw = 0; in compute_memory_shadow()259 COMPUTE_DBG("list: %i %p\n", item->start_in_dw, item->next); in compute_memory_finalize_pending()[all …]
38 int64_t start_in_dw; ///Start pointer in dwords relative in the pool bo member65 …mpute_memory_postalloc_chunk(struct compute_memory_pool* pool, int64_t start_in_dw); ///search for…
486 buffer->chunk->start_in_dw*4, in evergreen_set_compute_resources()491 buffer->chunk->start_in_dw * 4, in evergreen_set_compute_resources()558 *(handles[i]) = buffers[i]->chunk->start_in_dw * 4; in evergreen_set_global_binding()824 COMPUTE_DBG("buffer start: %lli\n", buffer->chunk->start_in_dw); in r600_compute_global_transfer_map()825 return ((char*)(map + buffer->chunk->start_in_dw)) + transfer->box.x; in r600_compute_global_transfer_map()