Home
last modified time | relevance | path

Searched refs:pd_state (Results 1 – 4 of 4) sorted by relevance

/external/autotest/server/site_tests/firmware_TypeCCharging/
Dfirmware_TypeCCharging.py43 pd_state = self.pd_console_utils.get_pd_state(0)
48 logging.info('Plankton state = %s', pd_state)
49 if pd_state != expected_state:
51 (pd_state, expected_state))
/external/autotest/server/site_tests/firmware_PDDataSwap/
Dfirmware_PDDataSwap.py129 pd_state = self.dut_pd_utils.get_pd_state(port)
130 if pd_state == self.dut_pd_utils.SRC_CONNECT:
141 return bool(pd_state == plankton_state)
256 pd_state = self.dut_pd_utils.get_pd_state(pd_port)
257 if pd_state != dut_connect_state:
259 pd_state)
/external/autotest/server/site_tests/firmware_PDPowerSwap/
Dfirmware_PDPowerSwap.py113 pd_state = self.dut_pd_utils.get_pd_state(pd_port)
114 if pd_state != dut_power_role:
116 pd_state)
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp2269 …hysicalDeviceQueueFamily(instance_layer_data *instance_data, const PHYSICAL_DEVICE_STATE *pd_state, in ValidatePhysicalDeviceQueueFamily() argument
2278 std::string count_note = (UNCALLED == pd_state->vkGetPhysicalDeviceQueueFamilyPropertiesState) in ValidatePhysicalDeviceQueueFamily()
2280 … : "i.e. is not less than " + std::to_string(pd_state->queue_family_count); in ValidatePhysicalDeviceQueueFamily()
2282 if (requested_queue_family >= pd_state->queue_family_count) { in ValidatePhysicalDeviceQueueFamily()
2284 HandleToUint64(pd_state->phys_device), err_code, in ValidatePhysicalDeviceQueueFamily()
2294 …teDeviceQueueCreateInfos(instance_layer_data *instance_data, const PHYSICAL_DEVICE_STATE *pd_state, in ValidateDeviceQueueCreateInfos() argument
2305 skip |= ValidatePhysicalDeviceQueueFamily(instance_data, pd_state, requested_queue_family, in ValidateDeviceQueueCreateInfos()
2310 … HandleToUint64(pd_state->phys_device), "VUID-VkDeviceCreateInfo-queueFamilyIndex-00372", in ValidateDeviceQueueCreateInfos()
2318 if (requested_queue_family < pd_state->queue_family_count) { in ValidateDeviceQueueCreateInfos()
2320 const auto queue_family_props_count = pd_state->queue_family_properties.size(); in ValidateDeviceQueueCreateInfos()
[all …]