Searched refs:is_atomic_uint (Results 1 – 4 of 4) sorted by relevance
168 is_atomic_uint(const struct glsl_type *type) in is_atomic_uint() function171 return is_atomic_uint(glsl_get_array_element(type)); in is_atomic_uint()201 if (is_atomic_uint(var->type)) { in nir_lower_atomics_to_ssbo()
690 bool is_atomic_uint() const in is_atomic_uint() function700 if (is_atomic_uint()) in atomic_size()
2648 if (type->is_atomic_uint() && precision != ast_precision_high) { in select_gles_precision()4937 if (decl_type->is_atomic_uint()) { in hir()
3793 if (in->type->is_atomic_uint() || is_gl_identifier(in->name) || in create_shader_variable()