Home
last modified time | relevance | path

Searched refs:glsl_get_explicit_alignment (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/compiler/
Dnir_types.h130 unsigned glsl_get_explicit_alignment(const struct glsl_type *type);
Dnir_types.cpp1051 glsl_get_explicit_alignment(const struct glsl_type *type) in glsl_get_explicit_alignment() function
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_io.c2047 unsigned type_align = glsl_get_explicit_alignment(deref->type); in nir_get_explicit_deref_align()