Searched defs:compute_memory_item (Results 1 – 1 of 1) sorted by relevance
21 struct compute_memory_item struct23 int64_t id; /**< ID of the memory chunk */25 uint32_t status; /**< Will track the status of the item */29 int64_t start_in_dw;30 int64_t size_in_dw; /**< Size of the chunk in dwords */34 struct r600_resource *real_buffer;36 struct compute_memory_pool* pool;38 struct list_head link;