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.c158 is_atomic_uint(const struct glsl_type *type) in is_atomic_uint() function
161 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()
/external/mesa3d/src/compiler/
Dglsl_types.h1081 bool is_atomic_uint() const in is_atomic_uint() function
1091 if (is_atomic_uint()) in atomic_size()
/external/mesa3d/src/compiler/glsl/
Dast_to_hir.cpp2681 if (type->is_atomic_uint() && precision != ast_precision_high) { in select_gles_precision()
5140 if (decl_type->is_atomic_uint()) { in hir()
Dlinker.cpp3733 if (in->type->is_atomic_uint() || is_gl_identifier(in->name) || in create_shader_variable()