Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dbuiltin_functions.cpp949 shader_integer_functions2(const _mesa_glsl_parse_state *state) in shader_integer_functions2() function
5685 _countLeadingZeros(shader_integer_functions2, in create_builtins()
5687 _countLeadingZeros(shader_integer_functions2, in create_builtins()
5689 _countLeadingZeros(shader_integer_functions2, in create_builtins()
5691 _countLeadingZeros(shader_integer_functions2, in create_builtins()
5696 _countTrailingZeros(shader_integer_functions2, in create_builtins()
5698 _countTrailingZeros(shader_integer_functions2, in create_builtins()
5700 _countTrailingZeros(shader_integer_functions2, in create_builtins()
5702 _countTrailingZeros(shader_integer_functions2, in create_builtins()
5707 _absoluteDifference(shader_integer_functions2, in create_builtins()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Dfeatures.rs544 pub shader_integer_functions2: bool, field
3176 if self.shader_integer_functions2 { in check_requirements()
3177 if !supported.shader_integer_functions2 { in check_requirements()
4489 shader_integer_functions2: false, in empty()
4865 shader_integer_functions2: true, in all()
5309 || (self.shader_integer_functions2 && other.shader_integer_functions2) in intersects()
5792 && (self.shader_integer_functions2 || !other.shader_integer_functions2) in contains()
6396 shader_integer_functions2: self.shader_integer_functions2 in union()
6397 || other.shader_integer_functions2, in union()
7056 shader_integer_functions2: self.shader_integer_functions2 in intersection()
[all …]
Dspirv_reqs.rs1037 if !(device.enabled_features().shader_integer_functions2) { in check_spirv_capability()
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs42404 pub shader_integer_functions2: Bool32, field
42412 shader_integer_functions2: Bool32::default(), in default()
42456 pub fn shader_integer_functions2(mut self, shader_integer_functions2: bool) -> Self { in shader_integer_functions2() method
42457 self.inner.shader_integer_functions2 = shader_integer_functions2.into(); in shader_integer_functions2()