Home
last modified time | relevance | path

Searched defs:shader_integer_functions2 (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp843 shader_integer_functions2(const _mesa_glsl_parse_state *state) in shader_integer_functions2() function
/external/rust/crates/ash/src/vk/
Ddefinitions.rs36616 pub shader_integer_functions2: Bool32, field
36662 pub fn shader_integer_functions2(mut self, shader_integer_functions2: bool) -> Self { in shader_integer_functions2() method