Home
last modified time | relevance | path

Searched refs:glsl_get_std140_base_alignment (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/compiler/
Dnir_types.h61 unsigned glsl_get_std140_base_alignment(const struct glsl_type *type,
Dnir_types.cpp942 glsl_get_std140_base_alignment(const struct glsl_type *type, bool row_major) in glsl_get_std140_base_alignment() function
/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_link_uniforms.c1134 state->offset, glsl_get_std140_base_alignment(type, row_major)); in enter_record()
1157 state->offset, glsl_get_std140_base_alignment(type, row_major)); in leave_record()
1393 glsl_get_std140_base_alignment(type, uniform->row_major); in nir_link_uniform()
/third_party/mesa3d/docs/relnotes/
D20.1.0.rst4113 - nir: add glsl_get_std140_base_alignment() helper