Searched refs:pipeline_identifier (Results 1 – 2 of 2) sorted by relevance
152 dEQP-VKSC.sc.pipeline_identifier.compute.match_control.exact_match.multiple153 dEQP-VKSC.sc.pipeline_identifier.compute.match_control.exact_match.single154 dEQP-VKSC.sc.pipeline_identifier.compute.missing_pid.exact_match.multiple155 dEQP-VKSC.sc.pipeline_identifier.compute.missing_pid.exact_match.single156 dEQP-VKSC.sc.pipeline_identifier.compute.nonexisting_pid.exact_match.multiple157 dEQP-VKSC.sc.pipeline_identifier.compute.nonexisting_pid.exact_match.single158 dEQP-VKSC.sc.pipeline_identifier.graphics.match_control.exact_match.multiple159 dEQP-VKSC.sc.pipeline_identifier.graphics.match_control.exact_match.single160 dEQP-VKSC.sc.pipeline_identifier.graphics.missing_pid.exact_match.multiple161 dEQP-VKSC.sc.pipeline_identifier.graphics.missing_pid.exact_match.single[all …]
69193 pub pipeline_identifier: [u8; UUID_SIZE], field69201 pipeline_identifier: unsafe { ::std::mem::zeroed() }, in default()69234 pub fn pipeline_identifier(mut self, pipeline_identifier: [u8; UUID_SIZE]) -> Self { in pipeline_identifier() method69235 self.inner.pipeline_identifier = pipeline_identifier;