Home | History | Annotate | Download | only in spirv

Lines Matching full:vec_width

539             unsigned num_ops, vec_width;
542 vec_width = glsl_get_matrix_columns(type->type);
545 glsl_matrix_type(base_type, vec_width, num_ops);
553 vec_width = glsl_get_vector_elements(type->type);
563 glsl_vector_type(base_type, vec_width));