Home
last modified time | relevance | path

Searched defs:compute_memory_item (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dcompute_memory_pool.h39 struct compute_memory_item struct
41 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;