Home
last modified time | relevance | path

Searched refs:memory_class (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/intel/vulkan/
Danv_device.c371 .region.memory_class = I915_MEMORY_CLASS_SYSTEM, in anv_gather_meminfo()
381 switch (info->region.memory_class) { in anv_gather_meminfo()
394 if (info->region.memory_class == I915_MEMORY_CLASS_SYSTEM) in anv_gather_meminfo()
400 assert(region->region.memory_class == info->region.memory_class); in anv_gather_meminfo()
/third_party/mesa3d/include/drm-uapi/
Di915_drm.h2821 __u16 memory_class; member
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_bufmgr.c2211 switch (mem->region.memory_class) { in iris_bufmgr_query_meminfo()