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.cpp566 type_size_xvec4(const struct glsl_type *type, bool as_vec4, bool bindless) in type_size_xvec4() argument
587 (as_vec4 && col_type->is_dual_slot()) ? 2 : 1; in type_size_xvec4()
595 return (as_vec4 && type->is_dual_slot()) ? 2 : 1; in type_size_xvec4()
599 return type_size_xvec4(type->fields.array, as_vec4, bindless) * in type_size_xvec4()
605 size += type_size_xvec4(type->fields.structure[i].type, as_vec4, in type_size_xvec4()