Searched refs:PHYSICAL_DEVICE_STATE (Results 1 – 2 of 2) sorted by relevance
94 struct PHYSICAL_DEVICE_STATE { struct356 unordered_map<VkPhysicalDevice, PHYSICAL_DEVICE_STATE> physical_device_map;358 PHYSICAL_DEVICE_STATE* physical_device_state;363 const PHYSICAL_DEVICE_STATE* GetPhysicalDeviceState(VkPhysicalDevice phys) const;364 PHYSICAL_DEVICE_STATE* GetPhysicalDeviceState(VkPhysicalDevice phys);365 PHYSICAL_DEVICE_STATE* GetPhysicalDeviceState();366 const PHYSICAL_DEVICE_STATE* GetPhysicalDeviceState() const;955 …bool ValidateQueueFamilyIndex(const PHYSICAL_DEVICE_STATE* pd_state, uint32_t requested_queue_fami…957 bool ValidateDeviceQueueCreateInfos(const PHYSICAL_DEVICE_STATE* pd_state, uint32_t info_count,
167 const PHYSICAL_DEVICE_STATE *ValidationStateTracker::GetPhysicalDeviceState(VkPhysicalDevice phys) … in GetPhysicalDeviceState()176 PHYSICAL_DEVICE_STATE *ValidationStateTracker::GetPhysicalDeviceState(VkPhysicalDevice phys) { in GetPhysicalDeviceState()185 PHYSICAL_DEVICE_STATE *ValidationStateTracker::GetPhysicalDeviceState() { return physical_device_st… in GetPhysicalDeviceState()186 const PHYSICAL_DEVICE_STATE *ValidationStateTracker::GetPhysicalDeviceState() const { return physic… in GetPhysicalDeviceState()2334 bool CoreChecks::ValidateQueueFamilyIndex(const PHYSICAL_DEVICE_STATE *pd_state, uint32_t requested… in ValidateQueueFamilyIndex()2357 bool CoreChecks::ValidateDeviceQueueCreateInfos(const PHYSICAL_DEVICE_STATE *pd_state, uint32_t inf… in ValidateDeviceQueueCreateInfos()13351 … const PHYSICAL_DEVICE_STATE *pd_state, in ValidateCommonGetPhysicalDeviceQueueFamilyProperties()13411 static void StateUpdateCommonGetPhysicalDeviceQueueFamilyProperties(PHYSICAL_DEVICE_STATE *pd_state… in StateUpdateCommonGetPhysicalDeviceQueueFamilyProperties()