Searched refs:physDeviceProperties (Results 1 – 6 of 6) sorted by relevance
93 VkPhysicalDeviceProperties physDeviceProperties; in initializeContext() local94 localGetPhysicalDeviceProperties(backendContext.fPhysicalDevice, &physDeviceProperties); in initializeContext()95 uint32_t physDevVersion = physDeviceProperties.apiVersion; in initializeContext()
527 VkPhysicalDeviceProperties physDeviceProperties; in CreateVkBackendContext() local528 grVkGetPhysicalDeviceProperties(physDev, &physDeviceProperties); in CreateVkBackendContext()529 int physDeviceVersion = SkTMin(physDeviceProperties.apiVersion, apiVersion); in CreateVkBackendContext()
523 VkPhysicalDeviceProperties physDeviceProperties; in CreateVkBackendContext() local524 grVkGetPhysicalDeviceProperties(physDev, &physDeviceProperties); in CreateVkBackendContext()525 int physDeviceVersion = SkTMin(physDeviceProperties.apiVersion, apiVersion); in CreateVkBackendContext()
95 VkPhysicalDeviceProperties physDeviceProperties; in Make() local96 localGetPhysicalDeviceProperties(backendContext.fPhysicalDevice, &physDeviceProperties); in Make()97 uint32_t physDevVersion = physDeviceProperties.apiVersion; in Make()