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