Home
last modified time | relevance | path

Searched refs:as_vec4 (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_vec4_visitor.cpp578 type_size_xvec4(const struct glsl_type *type, bool as_vec4) in type_size_xvec4() argument
597 (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()