Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/
Dcompute_memory_pool.h59 struct compute_memory_pool struct
61 int64_t next_id; /**< For generating unique IDs for memory chunks */
62 int64_t size_in_dw; /**< Size of the pool in dwords */
64 struct r600_resource *bo; /**< The pool buffer object resource */
65 struct r600_screen *screen;
67 uint32_t *shadow; /**< host copy of the pool, used for growing the pool */
91 struct compute_memory_pool* compute_memory_pool_new(struct r600_screen *rscreen); argument