Home
last modified time | relevance | path

Searched refs:is_atomic_uint (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_lower_atomics_to_ssbo.c168 is_atomic_uint(const struct glsl_type *type) in is_atomic_uint() function
171 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()
/external/mesa3d/src/compiler/
Dglsl_types.h690 bool is_atomic_uint() const in is_atomic_uint() function
700 if (is_atomic_uint()) in atomic_size()
/external/mesa3d/src/compiler/glsl/
Dast_to_hir.cpp2648 if (type->is_atomic_uint() && precision != ast_precision_high) { in select_gles_precision()
4937 if (decl_type->is_atomic_uint()) { in hir()
Dlinker.cpp3793 if (in->type->is_atomic_uint() || is_gl_identifier(in->name) || in create_shader_variable()