Searched refs:has_control (Results 1 – 8 of 8) sorted by relevance
107 self.supported = self._servo.has_control('power_state')206 if self._servo.has_control(uart_cmd):467 if self.has_control('usb_mux_oe1'):482 if self.has_control('init_keyboard'):788 def has_control(self, ctrl_name, prefix=''): member in Servo972 if self.has_control('init_keyboard'):1112 if not self.has_control('active_v4_device'):1453 set_watchdog = (self.has_control('watchdog') and
161 if not self._servo.has_control('charger_connected'):
122 bool has_control = false; in CheckLoopConstruction() local125 has_control = true; in CheckLoopConstruction()129 EXPECT_TRUE(has_control); in CheckLoopConstruction()
888 self.servo.has_control('ec_uart_capture')):893 and self.servo.has_control('usb_pd_uart_capture')):903 if self.servo.has_control(capture_cmd):
1098 if self.servo.has_control('chassis_open'):1111 if self.servo.has_control('chassis_open'):
1172 bool has_control = false; in manual_PreCallValidateCreateGraphicsPipelines() local1177 has_control = true; in manual_PreCallValidateCreateGraphicsPipelines()1184 if (has_control && has_eval) { in manual_PreCallValidateCreateGraphicsPipelines()
1524 bool has_control = (pPipeline->active_shaders & VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT) != 0; in ValidatePipelineUnlocked() local1526 if (has_control && !has_eval) { in ValidatePipelineUnlocked()1531 if (!has_control && has_eval) { in ValidatePipelineUnlocked()1551 if (has_control && has_eval && in ValidatePipelineUnlocked()1561 if (!has_control || !has_eval) { in ValidatePipelineUnlocked()
4350 bool has_control = op->ControlInputCount() == 1; in MakeNode() local4357 if (!has_context && !has_frame_state && !has_control && !has_effect) { in MakeNode()4364 if (has_control) ++input_count_with_deps; in MakeNode()4385 if (has_control) { in MakeNode()