Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Ddevice_extensions.rs60 pub khr_fragment_shader_barycentric: bool, field
596 khr_fragment_shader_barycentric: false, in empty()
883 || (self.khr_fragment_shader_barycentric && other.khr_fragment_shader_barycentric) in intersects()
1177 && (self.khr_fragment_shader_barycentric || !other.khr_fragment_shader_barycentric) in contains()
1494 khr_fragment_shader_barycentric: self.khr_fragment_shader_barycentric in union()
1495 || other.khr_fragment_shader_barycentric, in union()
1920 khr_fragment_shader_barycentric: self.khr_fragment_shader_barycentric in intersection()
1921 && other.khr_fragment_shader_barycentric, in intersection()
2346 khr_fragment_shader_barycentric: self.khr_fragment_shader_barycentric in difference()
2347 && !other.khr_fragment_shader_barycentric, in difference()
[all …]
Dspirv_reqs.rs1607 if !(device.enabled_extensions().khr_fragment_shader_barycentric) { in check_spirv_extension()
Dproperties.rs1305 if [device_extensions.khr_fragment_shader_barycentric] in make_chain()
Dfeatures.rs20003 device_extensions.khr_fragment_shader_barycentric, in make_chain()