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.c539 unsigned num_ops, vec_width; in _vtn_block_load_store() local
542 vec_width = glsl_get_matrix_columns(type->type); in _vtn_block_load_store()
545 glsl_matrix_type(base_type, vec_width, num_ops); in _vtn_block_load_store()
553 vec_width = glsl_get_vector_elements(type->type); in _vtn_block_load_store()
563 glsl_vector_type(base_type, vec_width)); in _vtn_block_load_store()