Home
last modified time | relevance | path

Searched refs:pipeline_identifier (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/mustpass/main/vksc-default/
H A Dsc.txt152 dEQP-VKSC.sc.pipeline_identifier.compute.match_control.exact_match.multiple
153 dEQP-VKSC.sc.pipeline_identifier.compute.match_control.exact_match.single
154 dEQP-VKSC.sc.pipeline_identifier.compute.missing_pid.exact_match.multiple
155 dEQP-VKSC.sc.pipeline_identifier.compute.missing_pid.exact_match.single
156 dEQP-VKSC.sc.pipeline_identifier.compute.nonexisting_pid.exact_match.multiple
157 dEQP-VKSC.sc.pipeline_identifier.compute.nonexisting_pid.exact_match.single
158 dEQP-VKSC.sc.pipeline_identifier.graphics.match_control.exact_match.multiple
159 dEQP-VKSC.sc.pipeline_identifier.graphics.match_control.exact_match.single
160 dEQP-VKSC.sc.pipeline_identifier.graphics.missing_pid.exact_match.multiple
161 dEQP-VKSC.sc.pipeline_identifier.graphics.missing_pid.exact_match.single
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs69193 pub pipeline_identifier: [u8; UUID_SIZE], field
69201 pipeline_identifier: unsafe { ::std::mem::zeroed() }, in default()
69234 pub fn pipeline_identifier(mut self, pipeline_identifier: [u8; UUID_SIZE]) -> Self { in pipeline_identifier() method
69235 self.inner.pipeline_identifier = pipeline_identifier;