Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/
H A Dcompute_memory_pool.h21 struct compute_memory_item struct
23 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;