Searched refs:shader_integer_functions2 (Results  1 – 3 of 3) sorted by relevance
| /external/mesa3d/src/compiler/glsl/ | 
| D | builtin_functions.cpp | 843 shader_integer_functions2(const _mesa_glsl_parse_state *state)  in shader_integer_functions2()  function4432                 _countLeadingZeros(shader_integer_functions2,  in create_builtins()
 4434                 _countLeadingZeros(shader_integer_functions2,  in create_builtins()
 4436                 _countLeadingZeros(shader_integer_functions2,  in create_builtins()
 4438                 _countLeadingZeros(shader_integer_functions2,  in create_builtins()
 4443                 _countTrailingZeros(shader_integer_functions2,  in create_builtins()
 4445                 _countTrailingZeros(shader_integer_functions2,  in create_builtins()
 4447                 _countTrailingZeros(shader_integer_functions2,  in create_builtins()
 4449                 _countTrailingZeros(shader_integer_functions2,  in create_builtins()
 4454                 _absoluteDifference(shader_integer_functions2,  in create_builtins()
 [all …]
 
 | 
| /external/rust/crates/vulkano/out/ | 
| D | autogen.rs | 4753 	shader_integer_functions2 => {4757 		ffi_name: shader_integer_functions2,
 
 | 
| /external/rust/crates/ash/src/vk/ | 
| D | definitions.rs | 36616     pub shader_integer_functions2: Bool32,  field36623             shader_integer_functions2: Bool32::default(),  in default()
 36662     pub fn shader_integer_functions2(mut self, shader_integer_functions2: bool) -> Self {  in shader_integer_functions2()  method
 36663         self.inner.shader_integer_functions2 = shader_integer_functions2.into();  in shader_integer_functions2()
 
 |