HomeSort by: relevance | last modified time | path
    Searched refs:is_atomic_uint (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_lower_atomics_to_ssbo.c 158 is_atomic_uint(const struct glsl_type *type) function
161 return is_atomic_uint(glsl_get_array_element(type));
192 if (is_atomic_uint(var->type)) {
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
nir_lower_atomics_to_ssbo.c 179 is_atomic_uint(const struct glsl_type *type) function
182 return is_atomic_uint(glsl_get_array_element(type));
212 if (is_atomic_uint(var->type)) {
  /xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.h 1083 bool is_atomic_uint() const function in struct:glsl_type
1093 if (is_atomic_uint())
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/
glsl_types.h 822 bool is_atomic_uint() const function in struct:glsl_type
832 if (is_atomic_uint())
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
ast_to_hir.cpp 2718 if (type->is_atomic_uint() && precision != ast_precision_high) {
5203 if (decl_type->is_atomic_uint()) {
linker.cpp 3773 if (in->type->is_atomic_uint() || is_gl_identifier(in->name) ||
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
ast_to_hir.cpp 2678 if (type->is_atomic_uint() && precision != ast_precision_high) {
5028 if (decl_type->is_atomic_uint()) {
linker.cpp 3905 if (in->type->is_atomic_uint() || is_gl_identifier(in->name) ||

Completed in 22 milliseconds