Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/math/
Dm_vector_asm.h31 #define VEC_DIRTY_0 0x1 macro
36 #define VEC_SIZE_1 VEC_DIRTY_0
37 #define VEC_SIZE_2 (VEC_DIRTY_0|VEC_DIRTY_1)
38 #define VEC_SIZE_3 (VEC_DIRTY_0|VEC_DIRTY_1|VEC_DIRTY_2)
39 #define VEC_SIZE_4 (VEC_DIRTY_0|VEC_DIRTY_1|VEC_DIRTY_2|VEC_DIRTY_3)
Dm_vector.c49 VEC_DIRTY_0, in _mesa_vector4f_clean_elem()