Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/math/
H A Dm_vector.c118 v->flags = size_bits[4] | flags | VEC_MALLOC; in _mesa_vector4f_alloc()
124 * vector's storage field if the VEC_MALLOC flag is set.
130 if (v->flags & VEC_MALLOC) { in _mesa_vector4f_free()
135 v->flags &= ~VEC_MALLOC; in _mesa_vector4f_free()
H A Dm_vector.h37 #define VEC_MALLOC 0x10 /* storage field points to self-allocated mem*/ macro

Completed in 1 milliseconds