Searched defs:compute_memory_item (Results 1 – 1 of 1) sorted by relevance
39 struct compute_memory_item struct41 int64_t id; /**< ID of the memory chunk */43 uint32_t status; /**< Will track the status of the item */47 int64_t start_in_dw;48 int64_t size_in_dw; /**< Size of the chunk in dwords */52 struct r600_resource *real_buffer;54 struct compute_memory_pool* pool;56 struct list_head link;