Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dmtypes.h5306 struct gl_memory_info struct
5308 unsigned total_device_memory; /**< size of device memory, e.g. VRAM */
5309 unsigned avail_device_memory; /**< free device memory at the moment */
5310 unsigned total_staging_memory; /**< size of staging memory, e.g. GART */
5311 unsigned avail_staging_memory; /**< free staging memory at the moment */
5312 unsigned device_memory_evicted; /**< size of memory evicted (monotonic counter) */
5313 unsigned nr_device_memory_evictions; /**< # of evictions (monotonic counter) */