Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp2278 std::string count_note = (UNCALLED == pd_state->vkGetPhysicalDeviceQueueFamilyPropertiesState) in ValidatePhysicalDeviceQueueFamily()
12303 if (UNCALLED == pd_state->vkGetPhysicalDeviceQueueFamilyPropertiesState) { in ValidateCommonGetPhysicalDeviceQueueFamilyProperties()
12321 pd_state->vkGetPhysicalDeviceQueueFamilyPropertiesState = QUERY_DETAILS; in ValidateCommonGetPhysicalDeviceQueueFamilyProperties()
12364 if (UNCALLED == pd_state->vkGetPhysicalDeviceQueueFamilyPropertiesState) in StateUpdateCommonGetPhysicalDeviceQueueFamilyProperties()
12365 pd_state->vkGetPhysicalDeviceQueueFamilyPropertiesState = QUERY_COUNT; in StateUpdateCommonGetPhysicalDeviceQueueFamilyProperties()
12368 pd_state->vkGetPhysicalDeviceQueueFamilyPropertiesState = QUERY_DETAILS; in StateUpdateCommonGetPhysicalDeviceQueueFamilyProperties()
Dcore_validation.h96 CALL_STATE vkGetPhysicalDeviceQueueFamilyPropertiesState = UNCALLED; member