Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Ddevice_extensions.rs118 pub khr_shader_float16_int8: bool, field
625 khr_shader_float16_int8: false, in empty()
912 || (self.khr_shader_float16_int8 && other.khr_shader_float16_int8) in intersects()
1208 && (self.khr_shader_float16_int8 || !other.khr_shader_float16_int8) in contains()
1535 khr_shader_float16_int8: self.khr_shader_float16_int8 || other.khr_shader_float16_int8, in union()
1961 khr_shader_float16_int8: self.khr_shader_float16_int8 && other.khr_shader_float16_int8, in intersection()
2387 khr_shader_float16_int8: self.khr_shader_float16_int8 && !other.khr_shader_float16_int8, in difference()
2813 khr_shader_float16_int8: self.khr_shader_float16_int8 ^ other.khr_shader_float16_int8, in symmetric_difference()
3655 if self.khr_shader_float16_int8 { in fmt()
5592 extensions.khr_shader_float16_int8 = true; in from_iter()
[all …]
Dfeatures.rs19745 device_extensions.khr_shader_float16_int8, in make_chain()