HomeSort by: relevance | last modified time | path
    Searched refs:memory_props (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/
wsi_common.h 103 VkPhysicalDeviceMemoryProperties memory_props; member in struct:wsi_device
wsi_common_drm.c 74 for (uint32_t i = 0; i < wsi->memory_props.memoryTypeCount; i++) {
75 const VkMemoryType type = wsi->memory_props.memoryTypes[i];
wsi_common_win32.c 320 for (uint32_t i = 0; i < wsi->memory_props.memoryTypeCount; i++) {
321 const VkMemoryType type = wsi->memory_props.memoryTypes[i];
wsi_common.c 75 GetPhysicalDeviceMemoryProperties(pdevice, &wsi->memory_props);
  /xsrc/external/mit/MesaLib.old/dist/src/vulkan/wsi/
wsi_common.h 99 VkPhysicalDeviceMemoryProperties memory_props; member in struct:wsi_device
wsi_common.c 70 GetPhysicalDeviceMemoryProperties(pdevice, &wsi->memory_props);
301 for (uint32_t i = 0; i < wsi->memory_props.memoryTypeCount; i++) {
302 const VkMemoryType type = wsi->memory_props.memoryTypes[i];

Completed in 11 milliseconds