Searched refs:VEC_MALLOC (Results 1 – 2 of 2) sorted by relevance
118 v->flags = size_bits[4] | flags | VEC_MALLOC; in _mesa_vector4f_alloc()130 if (v->flags & VEC_MALLOC) { in _mesa_vector4f_free()135 v->flags &= ~VEC_MALLOC; in _mesa_vector4f_free()
37 #define VEC_MALLOC 0x10 /* storage field points to self-allocated mem*/ macro