Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Ddevice_extensions.rs120 pub khr_shader_float_controls: bool, field
626 khr_shader_float_controls: false, in empty()
913 || (self.khr_shader_float_controls && other.khr_shader_float_controls) in intersects()
1209 && (self.khr_shader_float_controls || !other.khr_shader_float_controls) in contains()
1536 khr_shader_float_controls: self.khr_shader_float_controls in union()
1537 || other.khr_shader_float_controls, in union()
1962 khr_shader_float_controls: self.khr_shader_float_controls in intersection()
1963 && other.khr_shader_float_controls, in intersection()
2388 khr_shader_float_controls: self.khr_shader_float_controls in difference()
2389 && !other.khr_shader_float_controls, in difference()
[all …]
Dspirv_reqs.rs1281 || device.enabled_extensions().khr_shader_float_controls) in check_spirv_extension()
Dproperties.rs1193 device_extensions.khr_shader_float_controls, in make_chain()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp4902 …const bool khr_shader_float_controls = checkExtension(properties, "VK_KHR_shader_float_controls") … in deviceProperties2() local
5028 if (khr_shader_float_controls) in deviceProperties2()
5122 if (khr_shader_float_controls) in deviceProperties2()
5225 if (khr_shader_float_controls && in deviceProperties2()