Searched defs:VEC_SIZE_FLAGS (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/tnl/
H A 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;
293 out->flags |= (in->flags & VEC_SIZE_FLAGS) | VEC_SIZE_3;
327 out->flags |= (in->flags & VEC_SIZE_FLAGS) | VEC_SIZE_2;
360 out->flags |= (in->flags & VEC_SIZE_FLAGS) | texUnit->TexGenEnabled;

Completed in 51 milliseconds