HomeSort by relevance Sort by last modified time
    Searched refs:VEC_MALLOC (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/mesa/math/
m_vector.c 108 v->flags = size_bits[4] | flags | VEC_MALLOC;
114 * vector's storage field if the VEC_MALLOC flag is set.
120 if (v->flags & VEC_MALLOC) {
125 v->flags &= ~VEC_MALLOC;
m_vector.h 40 #define VEC_MALLOC 0x10 /* storage field points to self-allocated mem*/
  /external/mesa3d/src/mesa/x86/
gen_matypes.c 163 DEFINE( "VEC_MALLOC ", VEC_MALLOC );

Completed in 84 milliseconds