Searched refs:vkGetPhysicalDeviceQueueFamilyPropertiesState (Results 1 – 2 of 2) sorted by relevance
2342 …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()
96 CALL_STATE vkGetPhysicalDeviceQueueFamilyPropertiesState = UNCALLED; member