Home
last modified time | relevance | path

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

/third_party/skia/tools/sk_app/
DVulkanWindowContext.cpp94 VkPhysicalDeviceProperties physDeviceProperties; in initializeContext() local
95 localGetPhysicalDeviceProperties(backendContext.fPhysicalDevice, &physDeviceProperties); in initializeContext()
96 uint32_t physDevVersion = physDeviceProperties.apiVersion; in initializeContext()
/third_party/skia/tools/gpu/vk/
DVkTestUtils.cpp573 VkPhysicalDeviceProperties physDeviceProperties; in CreateVkBackendContext() local
574 grVkGetPhysicalDeviceProperties(physDev, &physDeviceProperties); in CreateVkBackendContext()
575 uint32_t physDeviceVersion = std::min(physDeviceProperties.apiVersion, apiVersion); in CreateVkBackendContext()
/third_party/skia/src/gpu/vk/
DGrVkGpu.cpp98 VkPhysicalDeviceProperties physDeviceProperties; in Make() local
99 localGetPhysicalDeviceProperties(backendContext.fPhysicalDevice, &physDeviceProperties); in Make()
100 uint32_t physDevVersion = physDeviceProperties.apiVersion; in Make()