Searched refs:VEC_MALLOC (Results 1 – 3 of 3) sorted by relevance
109 v->flags = size_bits[4] | flags | VEC_MALLOC; in _mesa_vector4f_alloc()121 if (v->flags & VEC_MALLOC) { in _mesa_vector4f_free()126 v->flags &= ~VEC_MALLOC; in _mesa_vector4f_free()
40 #define VEC_MALLOC 0x10 /* storage field points to self-allocated mem*/ macro
183 DEFINE( "VEC_MALLOC ", VEC_MALLOC ); in main()