Home
last modified time | relevance | path

Searched refs:ValidateQueueFamilyIndex (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp2334 bool CoreChecks::ValidateQueueFamilyIndex(const PHYSICAL_DEVICE_STATE *pd_state, uint32_t requested… in ValidateQueueFamilyIndex() function in CoreChecks
2367 …skip |= ValidateQueueFamilyIndex(pd_state, requested_queue_family, "VUID-VkDeviceQueueCreateInfo-q… in ValidateDeviceQueueCreateInfos()
13534 return ValidateQueueFamilyIndex(pd_state, queueFamilyIndex, in PreCallValidateGetPhysicalDeviceWaylandPresentationSupportKHR()
13552 return ValidateQueueFamilyIndex(pd_state, queueFamilyIndex, in PreCallValidateGetPhysicalDeviceWin32PresentationSupportKHR()
13570 return ValidateQueueFamilyIndex(pd_state, queueFamilyIndex, in PreCallValidateGetPhysicalDeviceXcbPresentationSupportKHR()
13588 return ValidateQueueFamilyIndex(pd_state, queueFamilyIndex, in PreCallValidateGetPhysicalDeviceXlibPresentationSupportKHR()
13634 return ValidateQueueFamilyIndex(physical_device_state, queueFamilyIndex, in PreCallValidateGetPhysicalDeviceSurfaceSupportKHR()
Dcore_validation.h955 …bool ValidateQueueFamilyIndex(const PHYSICAL_DEVICE_STATE* pd_state, uint32_t requested_queue_fami…