Searched refs:unallocated_size (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/libdrm/dist/include/drm/
H A Di915_drm.h3347 * @unallocated_size: Estimate of memory remaining
3355 __u64 unallocated_size; member in struct:drm_i915_memory_region_info
/xsrc/external/mit/MesaLib/dist/include/drm-uapi/
H A Di915_drm.h2875 /** @unallocated_size: Estimate of memory remaining (-1 = unknown) */
2876 __u64 unallocated_size; member in struct:drm_i915_memory_region_info
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_device.c373 .unallocated_size = available,
397 uint64_t available = MIN2(size, info->unallocated_size);

Completed in 17 milliseconds