Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c933 unsigned align_comps = type->length == 3 ? 4 : type->length; in vtn_type_layout_std430() local
935 *align_out = comp_size * align_comps; in vtn_type_layout_std430()