Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/
Dnir_types.h63 unsigned glsl_get_std140_size(const struct glsl_type *type, bool row_major);
Dnir_types.cpp1027 glsl_get_std140_size(const struct glsl_type *type, bool row_major) in glsl_get_std140_size() function
/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_link_uniforms.c1483 state->offset += glsl_get_std140_size(type, uniform->row_major); in nir_link_uniform()
/third_party/mesa3d/docs/relnotes/
D20.1.0.rst4114 - nir: add glsl_get_std140_size() helper