Home
last modified time | relevance | path

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

/external/skia/tools/sk_app/
DVulkanWindowContext.cpp93 VkPhysicalDeviceProperties physDeviceProperties; in initializeContext() local
94 localGetPhysicalDeviceProperties(backendContext.fPhysicalDevice, &physDeviceProperties); in initializeContext()
95 uint32_t physDevVersion = physDeviceProperties.apiVersion; in initializeContext()
/external/skia/tools/gpu/vk/
DVkTestUtils.cpp527 VkPhysicalDeviceProperties physDeviceProperties; in CreateVkBackendContext() local
528 grVkGetPhysicalDeviceProperties(physDev, &physDeviceProperties); in CreateVkBackendContext()
529 int physDeviceVersion = SkTMin(physDeviceProperties.apiVersion, apiVersion); in CreateVkBackendContext()
/external/skqp/tools/gpu/vk/
DVkTestUtils.cpp523 VkPhysicalDeviceProperties physDeviceProperties; in CreateVkBackendContext() local
524 grVkGetPhysicalDeviceProperties(physDev, &physDeviceProperties); in CreateVkBackendContext()
525 int physDeviceVersion = SkTMin(physDeviceProperties.apiVersion, apiVersion); in CreateVkBackendContext()
/external/skqp/tools/sk_app/
DVulkanWindowContext.cpp93 VkPhysicalDeviceProperties physDeviceProperties; in initializeContext() local
94 localGetPhysicalDeviceProperties(backendContext.fPhysicalDevice, &physDeviceProperties); in initializeContext()
95 uint32_t physDevVersion = physDeviceProperties.apiVersion; in initializeContext()
/external/skqp/src/gpu/vk/
DGrVkGpu.cpp95 VkPhysicalDeviceProperties physDeviceProperties; in Make() local
96 localGetPhysicalDeviceProperties(backendContext.fPhysicalDevice, &physDeviceProperties); in Make()
97 uint32_t physDevVersion = physDeviceProperties.apiVersion; in Make()
/external/skia/src/gpu/vk/
DGrVkGpu.cpp95 VkPhysicalDeviceProperties physDeviceProperties; in Make() local
96 localGetPhysicalDeviceProperties(backendContext.fPhysicalDevice, &physDeviceProperties); in Make()
97 uint32_t physDevVersion = physDeviceProperties.apiVersion; in Make()