Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Dfeatures.rs544 pub shader_integer_functions2: bool, field
/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
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs42404 pub shader_integer_functions2: Bool32, field
42456 pub fn shader_integer_functions2(mut self, shader_integer_functions2: bool) -> Self { in shader_integer_functions2() method