Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.h214 CALL_STATE vkGetPhysicalDeviceQueueFamilyPropertiesState = UNCALLED; member
Dcore_validation.cpp4342 …} else if (QUERY_DETAILS != physical_device_state->vkGetPhysicalDeviceQueueFamilyPropertiesState) { in ValidateRequestedQueueFamilyProperties()
11659 physical_device_state->vkGetPhysicalDeviceQueueFamilyPropertiesState = QUERY_COUNT; in GetPhysicalDeviceQueueFamilyProperties()
11664 if (UNCALLED == physical_device_state->vkGetPhysicalDeviceQueueFamilyPropertiesState) { in GetPhysicalDeviceQueueFamilyProperties()
11682 physical_device_state->vkGetPhysicalDeviceQueueFamilyPropertiesState = QUERY_DETAILS; in GetPhysicalDeviceQueueFamilyProperties()