Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/spirv/
Dvtn_variables.c822 unsigned num_ops, vec_width, col_stride; in _vtn_block_load_store() local
825 vec_width = glsl_get_matrix_columns(type->type); in _vtn_block_load_store()
829 glsl_matrix_type(base_type, vec_width, num_ops); in _vtn_block_load_store()
837 vec_width = glsl_get_vector_elements(type->type); in _vtn_block_load_store()
847 glsl_vector_type(base_type, vec_width)); in _vtn_block_load_store()