Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/vulkano/out/
Ddevice_extensions.rs330 pub ext_shader_demote_to_helper_invocation: bool, field
731 ext_shader_demote_to_helper_invocation: false, in empty()
1027 || (self.ext_shader_demote_to_helper_invocation in intersects()
1028 && other.ext_shader_demote_to_helper_invocation) in intersects()
1325 && (self.ext_shader_demote_to_helper_invocation in contains()
1326 || !other.ext_shader_demote_to_helper_invocation) in contains()
1695 ext_shader_demote_to_helper_invocation: self.ext_shader_demote_to_helper_invocation in union()
1696 || other.ext_shader_demote_to_helper_invocation, in union()
2121 ext_shader_demote_to_helper_invocation: self.ext_shader_demote_to_helper_invocation in intersection()
2122 && other.ext_shader_demote_to_helper_invocation, in intersection()
[all …]
Dspirv_reqs.rs1538 .ext_shader_demote_to_helper_invocation) in check_spirv_extension()
Dfeatures.rs19897 device_extensions.ext_shader_demote_to_helper_invocation, in make_chain()