Searched refs:is_atomic_uint (Results 1 – 4 of 4) sorted by relevance
158 is_atomic_uint(const struct glsl_type *type) in is_atomic_uint() function161 return is_atomic_uint(glsl_get_array_element(type)); in is_atomic_uint()192 if (is_atomic_uint(var->type)) { in nir_lower_atomics_to_ssbo()
1081 bool is_atomic_uint() const in is_atomic_uint() function1091 if (is_atomic_uint()) in atomic_size()
2681 if (type->is_atomic_uint() && precision != ast_precision_high) { in select_gles_precision()5140 if (decl_type->is_atomic_uint()) { in hir()
3733 if (in->type->is_atomic_uint() || is_gl_identifier(in->name) || in create_shader_variable()