Home
last modified time | relevance | path

Searched refs:VEC_MALLOC (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/math/
Dm_vector.c109 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()
Dm_vector.h40 #define VEC_MALLOC 0x10 /* storage field points to self-allocated mem*/ macro
/external/mesa3d/src/mesa/x86/
Dgen_matypes.c183 DEFINE( "VEC_MALLOC ", VEC_MALLOC ); in main()