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

/external/mesa3d/src/mesa/tnl/
H A Dt_vb_texgen.c90 #define VEC_SIZE_FLAGS (VEC_SIZE_1|VEC_SIZE_2|VEC_SIZE_3|VEC_SIZE_4) macro
262 out->flags |= (in->flags & VEC_SIZE_FLAGS) | VEC_SIZE_3;
291 out->flags |= (in->flags & VEC_SIZE_FLAGS) | VEC_SIZE_3;
325 out->flags |= (in->flags & VEC_SIZE_FLAGS) | VEC_SIZE_2;
358 out->flags |= (in->flags & VEC_SIZE_FLAGS) | texUnit->TexGenEnabled;

Completed in 93 milliseconds