Searched refs:glsl_contains_atomic (Results 1 – 11 of 11) sorted by relevance
145 glsl_contains_atomic(deref->type)) { in nir_opt_barrier_modes_impl()172 glsl_contains_atomic(deref->type) ? nir_var_mem_ssbo : 0; in nir_opt_barrier_modes_impl()
153 if (!glsl_contains_atomic(var->type)) in find_active_atomic_counters()
3093 } else if (glsl_contains_atomic(base_type)) { in apply_explicit_binding()3942 if (glsl_contains_atomic(var->type)) { in apply_layout_qualifier_to_variable()4660 if (glsl_contains_atomic(var->type) || in process_initializer()5245 if (decl_type && glsl_contains_atomic(decl_type)) { in hir()5809 (glsl_contains_atomic(var_type) || in hir()6073 && (glsl_contains_atomic(type) || in hir()6265 if (glsl_contains_atomic(return_type) || in hir()7567 if (glsl_contains_atomic(decl_type) || in ast_process_struct_or_iface_block_members()7574 if (glsl_contains_atomic(decl_type)) { in ast_process_struct_or_iface_block_members()
112 if (nir_variable_is_in_block(var) || glsl_contains_atomic(var->type) || in update_array_sizes()
2191 if (glsl_contains_atomic(constructor_type) || in hir()
1878 if (glsl_contains_atomic(var->type) && in cross_validate_globals()
811 bool glsl_contains_atomic(const glsl_type *t);
3471 glsl_contains_atomic(const glsl_type *t) in glsl_contains_atomic() function
427 if (glsl_contains_atomic(var->type)) { in r600_nir_lower_atomics()
565 if (glsl_contains_atomic(uniform->type)) { in scan_uniforms()
1036 } else if (glsl_contains_atomic(var->type)) { in ntt_setup_uniforms()