Searched defs:compute_memory_pool (Results 1 – 1 of 1) sorted by relevance
41 struct compute_memory_pool struct43 int64_t next_id; /**< For generating unique IDs for memory chunks */44 int64_t size_in_dw; /**< Size of the pool in dwords */46 struct r600_resource *bo; /**< The pool buffer object resource */47 struct r600_screen *screen;49 uint32_t *shadow; /**< host copy of the pool, used for growing the pool */73 struct compute_memory_pool* compute_memory_pool_new(struct r600_screen *rscreen); argument