Home
last modified time | relevance | path

Searched refs:phys_device (Results 1 – 4 of 4) sorted by relevance

/external/vulkan-headers/include/vulkan/
Dvk_layer.h73 typedef VkResult(VKAPI_PTR *PFN_PhysDevExt)(VkPhysicalDevice phys_device);
/external/swiftshader/include/vulkan/
Dvk_layer.h73 typedef VkResult(VKAPI_PTR *PFN_PhysDevExt)(VkPhysicalDevice phys_device);
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp2284 HandleToUint64(pd_state->phys_device), err_code, in ValidatePhysicalDeviceQueueFamily()
2310 … HandleToUint64(pd_state->phys_device), "VUID-VkDeviceCreateInfo-queueFamilyIndex-00372", in ValidateDeviceQueueCreateInfos()
2335 … HandleToUint64(pd_state->phys_device), "VUID-VkDeviceQueueCreateInfo-queueCount-00382", in ValidateDeviceQueueCreateInfos()
12287 phys_device_state.phys_device = pPhysicalDevices[i]; in PostCallRecordEnumeratePhysicalDevices()
12306 HandleToUint64(pd_state->phys_device), kVUID_Core_DevLimit_MissingQueryCount, in ValidateCommonGetPhysicalDeviceQueueFamilyProperties()
12314 HandleToUint64(pd_state->phys_device), kVUID_Core_DevLimit_CountMismatch, in ValidateCommonGetPhysicalDeviceQueueFamilyProperties()
12767 phys_device_state.phys_device = cur_phys_dev; in PostRecordEnumeratePhysicalDeviceGroupsState()
Dcore_validation.h105 VkPhysicalDevice phys_device = VK_NULL_HANDLE; member