Searched refs:STRIDE_F (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/mesa/math/ |
H A D | m_vector.c | 161 for (; d != v->start; STRIDE_F(d, v->stride), i++) in _mesa_vector4f_print() 168 for (; i < count; STRIDE_F(d, v->stride), i++) in _mesa_vector4f_print() 173 for (; i < count; STRIDE_F(d, v->stride), i++) in _mesa_vector4f_print() 184 i++, STRIDE_F(d, v->stride)) { in _mesa_vector4f_print()
|
H A D | m_debug_clip.c | 81 for ( i = 0 ; i < count ; i++, STRIDE_F(from, stride) ) { in ref_cliptest_points4() 138 for ( i = 0 ; i < count ; i++, STRIDE_F(from, stride) ) { in ref_cliptest_points3() 176 for ( i = 0 ; i < count ; i++, STRIDE_F(from, stride) ) { in ref_cliptest_points2() 303 STRIDE_F(c, source->stride * i); in test_cliptest_function()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | macros.h | 249 #define STRIDE_F(p, i) (p = (GLfloat *)((GLubyte *)p + i)) macro
|
Completed in 3 milliseconds