Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/
H A Dcompute_memory_pool.h41 struct compute_memory_pool struct
43 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