HomeSort by relevance Sort by last modified time
    Searched full:vec_width (Results 1 - 1 of 1) sorted by null

  /external/mesa3d/src/compiler/spirv/
vtn_variables.c 539 unsigned num_ops, vec_width; local
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));
    [all...]

Completed in 8919 milliseconds