Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/math/
Dm_vector_asm.h46 #define V4F_COUNT (V4F_START + MATH_ASM_PTR_SIZE) macro
47 #define V4F_STRIDE (V4F_COUNT + 4)
Dm_vector.c86 STATIC_ASSERT(V4F_COUNT == offsetof(GLvector4f, count)); in _mesa_vector4f_init()