Home
last modified time | relevance | path

Searched refs:nv_fragment_shader_barycentric (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Ddevice_extensions.rs488 pub nv_fragment_shader_barycentric: bool, field
810 nv_fragment_shader_barycentric: false, in empty()
1112 || (self.nv_fragment_shader_barycentric && other.nv_fragment_shader_barycentric) in intersects()
1411 && (self.nv_fragment_shader_barycentric || !other.nv_fragment_shader_barycentric) in contains()
1821 nv_fragment_shader_barycentric: self.nv_fragment_shader_barycentric in union()
1822 || other.nv_fragment_shader_barycentric, in union()
2247 nv_fragment_shader_barycentric: self.nv_fragment_shader_barycentric in intersection()
2248 && other.nv_fragment_shader_barycentric, in intersection()
2673 nv_fragment_shader_barycentric: self.nv_fragment_shader_barycentric in difference()
2674 && !other.nv_fragment_shader_barycentric, in difference()
[all …]
Dspirv_reqs.rs1420 if !(device.enabled_extensions().nv_fragment_shader_barycentric) { in check_spirv_extension()
Dfeatures.rs20004 device_extensions.nv_fragment_shader_barycentric, in make_chain()