Searched refs:as_vec4 (Results 1 – 1 of 1) sorted by relevance
578 type_size_xvec4(const struct glsl_type *type, bool as_vec4) in type_size_xvec4() argument597 (as_vec4 && col_type->is_dual_slot()) ? 2 : 1; in type_size_xvec4()605 return (as_vec4 && type->is_dual_slot()) ? 2 : 1; in type_size_xvec4()609 return type_size_xvec4(type->fields.array, as_vec4) * type->length; in type_size_xvec4()613 size += type_size_xvec4(type->fields.structure[i].type, as_vec4); in type_size_xvec4()