Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp2342 …const std::string count_note = (UNCALLED == pd_state->vkGetPhysicalDeviceQueueFamilyPropertiesStat… in ValidateQueueFamilyIndex()
13357 if (UNCALLED == pd_state->vkGetPhysicalDeviceQueueFamilyPropertiesState) { in ValidateCommonGetPhysicalDeviceQueueFamilyProperties()
13416 if (UNCALLED == pd_state->vkGetPhysicalDeviceQueueFamilyPropertiesState) in StateUpdateCommonGetPhysicalDeviceQueueFamilyProperties()
13417 pd_state->vkGetPhysicalDeviceQueueFamilyPropertiesState = QUERY_COUNT; in StateUpdateCommonGetPhysicalDeviceQueueFamilyProperties()
13419 pd_state->vkGetPhysicalDeviceQueueFamilyPropertiesState = QUERY_DETAILS; in StateUpdateCommonGetPhysicalDeviceQueueFamilyProperties()
Dcore_validation.h96 CALL_STATE vkGetPhysicalDeviceQueueFamilyPropertiesState = UNCALLED; member