Home
last modified time | relevance | path

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

/external/swiftshader/include/vulkan/
Dvk_layer.h73 typedef VkResult(VKAPI_PTR *PFN_PhysDevExt)(VkPhysicalDevice phys_device);
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvk_layer.h73 typedef VkResult(VKAPI_PTR *PFN_PhysDevExt)(VkPhysicalDevice phys_device);
/external/vulkan-headers/include/vulkan/
Dvk_layer.h73 typedef VkResult(VKAPI_PTR *PFN_PhysDevExt)(VkPhysicalDevice phys_device);
/external/mesa3d/include/vulkan/
Dvk_layer.h73 typedef VkResult(VKAPI_PTR *PFN_PhysDevExt)(VkPhysicalDevice phys_device);
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp2347 HandleToUint64(pd_state->phys_device), err_code, in ValidateQueueFamilyIndex()
2372 … HandleToUint64(pd_state->phys_device), "VUID-VkDeviceCreateInfo-queueFamilyIndex-00372", in ValidateDeviceQueueCreateInfos()
2397 … HandleToUint64(pd_state->phys_device), "VUID-VkDeviceQueueCreateInfo-queueCount-00382", in ValidateDeviceQueueCreateInfos()
12612 …DispatchGetPhysicalDeviceSurfaceCapabilitiesKHR(physical_device_state->phys_device, pCreateInfo->s… in ValidateCreateSwapchain()
12721 …DispatchGetPhysicalDeviceSurfaceCapabilities2KHR(physical_device_state->phys_device, &surfaceInfo,… in ValidateCreateSwapchain()
13342 phys_device_state.phys_device = pPhysicalDevices[i]; in PostCallRecordEnumeratePhysicalDevices()
13360 HandleToUint64(pd_state->phys_device), kVUID_Core_DevLimit_MissingQueryCount, in ValidateCommonGetPhysicalDeviceQueueFamilyProperties()
13368 HandleToUint64(pd_state->phys_device), kVUID_Core_DevLimit_CountMismatch, in ValidateCommonGetPhysicalDeviceQueueFamilyProperties()
13774 phys_device_state.phys_device = cur_phys_dev; in RecordEnumeratePhysicalDeviceGroupsState()
Dcore_validation.h105 VkPhysicalDevice phys_device = VK_NULL_HANDLE; member