Searched refs:phys_device (Results 1 – 4 of 4) sorted by relevance
/external/vulkan-headers/include/vulkan/ |
D | vk_layer.h | 73 typedef VkResult(VKAPI_PTR *PFN_PhysDevExt)(VkPhysicalDevice phys_device);
|
/external/swiftshader/include/vulkan/ |
D | vk_layer.h | 73 typedef VkResult(VKAPI_PTR *PFN_PhysDevExt)(VkPhysicalDevice phys_device);
|
/external/vulkan-validation-layers/layers/ |
D | core_validation.cpp | 2284 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()
|
D | core_validation.h | 105 VkPhysicalDevice phys_device = VK_NULL_HANDLE; member
|