Searched refs:uniform_storage_size (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dgl_nir_link_uniforms.c57 uniform_storage_size(const struct glsl_type *type) function in typeref:typename:unsigned
64 size += uniform_storage_size(glsl_get_struct_field(type, i));
75 return length * uniform_storage_size(e_type);
1556 storage_size += uniform_storage_size(type);

Completed in 4 milliseconds