Searched refs:physDeviceProperties (Results 1 – 3 of 3) sorted by relevance
94 VkPhysicalDeviceProperties physDeviceProperties; in initializeContext() local95 localGetPhysicalDeviceProperties(backendContext.fPhysicalDevice, &physDeviceProperties); in initializeContext()96 uint32_t physDevVersion = physDeviceProperties.apiVersion; in initializeContext()
573 VkPhysicalDeviceProperties physDeviceProperties; in CreateVkBackendContext() local574 grVkGetPhysicalDeviceProperties(physDev, &physDeviceProperties); in CreateVkBackendContext()575 uint32_t physDeviceVersion = std::min(physDeviceProperties.apiVersion, apiVersion); in CreateVkBackendContext()
98 VkPhysicalDeviceProperties physDeviceProperties; in Make() local99 localGetPhysicalDeviceProperties(backendContext.fPhysicalDevice, &physDeviceProperties); in Make()100 uint32_t physDevVersion = physDeviceProperties.apiVersion; in Make()