Searched refs:shader_integer_functions2 (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/compiler/glsl/ |
D | builtin_functions.cpp | 949 shader_integer_functions2(const _mesa_glsl_parse_state *state) in shader_integer_functions2() function 5677 _countLeadingZeros(shader_integer_functions2, in create_builtins() 5679 _countLeadingZeros(shader_integer_functions2, in create_builtins() 5681 _countLeadingZeros(shader_integer_functions2, in create_builtins() 5683 _countLeadingZeros(shader_integer_functions2, in create_builtins() 5688 _countTrailingZeros(shader_integer_functions2, in create_builtins() 5690 _countTrailingZeros(shader_integer_functions2, in create_builtins() 5692 _countTrailingZeros(shader_integer_functions2, in create_builtins() 5694 _countTrailingZeros(shader_integer_functions2, in create_builtins() 5699 _absoluteDifference(shader_integer_functions2, in create_builtins() [all …]
|
/external/rust/android-crates-io/crates/vulkano/out/ |
D | features.rs | 544 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 …]
|
D | spirv_reqs.rs | 1037 if !(device.enabled_features().shader_integer_functions2) { in check_spirv_capability()
|
/external/rust/android-crates-io/crates/ash/src/vk/ |
D | definitions.rs | 42404 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()
|