Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/include/pipe/
H A Dp_state.h1223 struct pipe_memory_info struct
1225 unsigned total_device_memory; /**< size of device memory, e.g. VRAM */
1226 unsigned avail_device_memory; /**< free device memory at the moment */
1227 unsigned total_staging_memory; /**< size of staging memory, e.g. GART */
1228 unsigned avail_staging_memory; /**< free staging memory at the moment */
1229 unsigned device_memory_evicted; /**< size of memory evicted (monotonic counter) */
1230 unsigned nr_device_memory_evictions; /**< # of evictions (monotonic counter) */
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/mesa/pipe/
H A Dscreen.rs450 pub fn query_memory_info(&self) -> Option<pipe_memory_info> { in query_memory_info()