Home
last modified time | relevance | path

Searched refs:start_in_dw (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dcompute_memory_pool.c137 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() argument
164 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 …]
Dcompute_memory_pool.h38 int64_t start_in_dw; ///Start pointer in dwords relative in the pool bo member
65 …mpute_memory_postalloc_chunk(struct compute_memory_pool* pool, int64_t start_in_dw); ///search for…
Devergreen_compute.c486 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()