Home | History | Annotate | Download | only in glsl

Lines Matching defs:vt

1238    const glsl_type *const vt = this->array->type;
1240 if (vt->is_array()) {
1241 type = vt->fields.array;
1242 } else if (vt->is_matrix()) {
1243 type = vt->column_type();
1244 } else if (vt->is_vector()) {
1245 type = vt->get_base_type();