Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/math/
Dm_vector_asm.h45 #define V4F_START (V4F_DATA + MATH_ASM_PTR_SIZE) macro
46 #define V4F_COUNT (V4F_START + MATH_ASM_PTR_SIZE)
Dm_vector.c85 STATIC_ASSERT(V4F_START == offsetof(GLvector4f, start)); in _mesa_vector4f_init()