Searched refs:start_in_dw (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
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() 299 if (src != dst || item->start_in_dw != last_pos) { in compute_memory_defrag() 300 assert(last_pos <= item->start_in_dw); in compute_memory_defrag() 320 int64_t start_in_dw) in compute_memory_promote_item() argument 331 item->id, item->start_in_dw, item->start_in_dw * 4, in compute_memory_promote_item() 333 start_in_dw, start_in_dw * 4); in compute_memory_promote_item() 340 item->start_in_dw = start_in_dw; in compute_memory_promote_item() 346 dst, 0, item->start_in_dw * 4, 0 ,0, in compute_memory_promote_item() 377 "size: %"PRIi64" (%"PRIi64" bytes)\n", item->id, item->start_in_dw, in compute_memory_demote_item() [all …]
|
D | compute_memory_pool.h | 47 int64_t start_in_dw; member 82 return item->start_in_dw != -1; in is_item_in_pool()
|
D | evergreen_compute.c | 975 buffer->chunk->start_in_dw*4, in evergreen_set_compute_resources() 980 buffer->chunk->start_in_dw * 4, in evergreen_set_compute_resources() 1027 handle = buffer_offset + buffers[i]->chunk->start_in_dw * 4; in evergreen_set_global_binding()
|
D | r600_blit.c | 612 new_src_box.x += 4 * item->start_in_dw; in r600_copy_global_buffer() 629 dstx += 4 * item->start_in_dw; in r600_copy_global_buffer()
|