Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/tnl/
Dt_vb_texgen.c92 #define VEC_SIZE_FLAGS (VEC_SIZE_1|VEC_SIZE_2|VEC_SIZE_3|VEC_SIZE_4) macro
264 out->flags |= (in->flags & VEC_SIZE_FLAGS) | VEC_SIZE_3; in texgen_reflection_map_nv()
293 out->flags |= (in->flags & VEC_SIZE_FLAGS) | VEC_SIZE_3; in texgen_normal_map_nv()
327 out->flags |= (in->flags & VEC_SIZE_FLAGS) | VEC_SIZE_2; in texgen_sphere_map()
360 out->flags |= (in->flags & VEC_SIZE_FLAGS) | texUnit->TexGenEnabled; in texgen()