Searched refs:glsl_get_std430_base_alignment (Results 1 – 4 of 4) sorted by relevance
64 unsigned glsl_get_std430_base_alignment(const struct glsl_type *type,
1033 glsl_get_std430_base_alignment(const struct glsl_type *type, bool row_major) in glsl_get_std430_base_alignment() function
1165 state->offset, glsl_get_std430_base_alignment(type, row_major)); in enter_record()1188 state->offset, glsl_get_std430_base_alignment(type, row_major)); in leave_record()1431 glsl_get_std430_base_alignment(type, uniform->row_major); in nir_link_uniform()
4115 - nir: add glsl_get_std430_base_alignment() helper