Home
last modified time | relevance | path

Searched refs:STRIDE_F (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/mesa/math/
H A Dm_vector.c161 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 Dm_debug_clip.c81 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 Dmacros.h249 #define STRIDE_F(p, i) (p = (GLfloat *)((GLubyte *)p + i)) macro

Completed in 3 milliseconds