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

  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
gl_nir_link_atomics.c 124 buf->size = MAX2(buf->size, *offset + glsl_atomic_size(t));
127 *offset += glsl_atomic_size(t);
176 x->data.offset < y->data.offset + glsl_atomic_size(y->type)) ||
178 y->data.offset < x->data.offset + glsl_atomic_size(x->type)));
239 storage->array_stride = glsl_atomic_size(without_array);
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
gl_nir_link_atomics.c 125 buf->size = MAX2(buf->size, *offset + glsl_atomic_size(t));
128 *offset += glsl_atomic_size(t);
220 storage->array_stride = glsl_atomic_size(without_array);
  /xsrc/external/mit/MesaLib/dist/src/compiler/
nir_types.h 115 unsigned glsl_atomic_size(const struct glsl_type *type);
nir_types.cpp 843 glsl_atomic_size(const struct glsl_type *type) function
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/
nir_types.h 99 unsigned glsl_atomic_size(const struct glsl_type *type);
nir_types.cpp 660 glsl_atomic_size(const struct glsl_type *type) function
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
nir_to_tgsi.c 509 uint32_t size = glsl_atomic_size(var->type) / 4;

Completed in 30 milliseconds