Home
last modified time | relevance | path

Searched refs:V4F_SIZE (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/mesa/math/
Dm_vector_asm.h48 #define V4F_SIZE (V4F_STRIDE + 4) macro
49 #define V4F_FLAGS (V4F_SIZE + 4)
Dm_vector.c88 STATIC_ASSERT(V4F_SIZE == offsetof(GLvector4f, size)); in _mesa_vector4f_init()