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

/external/mesa3d/src/mesa/math/
H A Dm_dotprod_tmp.h46 for (i=0;i<count;i++,STRIDE_F(coord,stride),STRIDE_F(out,outstride)) {
67 for (i=0;i<count;i++,STRIDE_F(coord,stride),STRIDE_F(out,outstride)) {
88 for (i=0;i<count;i++,STRIDE_F(coord,stride),STRIDE_F(out,outstride)) {
H A Dm_vector.c152 for (; d != v->start; STRIDE_F(d, v->stride), i++)
159 for (; i < count; STRIDE_F(d, v->stride), i++)
164 for (; i < count; STRIDE_F(d, v->stride), i++)
175 i++, STRIDE_F(d, v->stride)) {
H A Dm_xform.c82 #define STRIDE_LOOP for ( i = 0 ; i < count ; i++, STRIDE_F(from, stride) )
H A Dm_debug_clip.c81 for ( i = 0 ; i < count ; i++, STRIDE_F(from, stride) ) {
138 for ( i = 0 ; i < count ; i++, STRIDE_F(from, stride) ) {
176 for ( i = 0 ; i < count ; i++, STRIDE_F(from, stride) ) {
303 STRIDE_F(c, source->stride * i);
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_texgen.c108 for (i=0;i<count;i++,STRIDE_F(coord,stride),STRIDE_F(norm,normal->stride)) {
136 for (i=0;i<count;i++,STRIDE_F(coord,stride),STRIDE_F(norm,normal->stride)) {
193 STRIDE_F(coord,stride);
194 STRIDE_F(f,fstride);
195 STRIDE_F(norm, normal->stride);
222 STRIDE_F(coord,stride);
223 STRIDE_F(f,fstride);
224 STRIDE_F(nor
[all...]
H A Dt_vb_fog.c115 for ( i = 0 ; i < n ; i++, STRIDE_F(v, stride)) {
123 for ( i = 0 ; i < n ; i++, STRIDE_F(v,stride)) {
130 for ( i = 0 ; i < n ; i++, STRIDE_F(v, stride)) {
190 STRIDE_F(coord, input->stride);
205 STRIDE_F(coord, VB->EyePtr->stride);
H A Dt_vb_lighttmp.h88 for (j = 0; j < nr; j++,STRIDE_F(vertex,vstride),STRIDE_F(normal,nstride)) {
269 for (j = 0; j < nr; j++,STRIDE_F(vertex,vstride),STRIDE_F(normal,nstride)) {
456 for (j = 0; j < nr; j++, STRIDE_F(normal,nstride)) {
562 for (j = 0; j < nr; j++, STRIDE_F(normal,nstride)) {
H A Dt_vb_vertex.c90 STRIDE_F(coord, stride); \
H A Dt_vb_light.c206 STRIDE_F(store->mat[i].ptr, store->mat[i].stride);
H A Dt_vb_program.c111 STRIDE_F(coord, stride);
/external/mesa3d/src/mesa/sparc/
H A Dnorm.S53 add %o5, %g2, %o5 ! STRIDE_F(from, stride)
118 add %o5, %g2, %o5 ! STRIDE_F(from, stride)
192 add %o5, %g2, %o5 ! STRIDE_F(from, stride)
239 add %o5, %g2, %o5 ! STRIDE_F(from, stride)
298 add %o5, %g2, %o5 ! STRIDE_F(from, stride)
355 add %o5, %g2, %o5 ! STRIDE_F(from, stride)
405 add %o5, %g2, %o5 ! STRIDE_F(from, stride)
447 add %o5, %g2, %o5 ! STRIDE_F(from, stride)
504 add %o5, %g2, %o5 ! STRIDE_F(from, stride)
540 add %o5, %g2, %o5 ! STRIDE_F(fro
[all...]
/external/mesa3d/src/mesa/main/
H A Dmacros.h223 #define STRIDE_F(p, i) (p = (GLfloat *)((GLubyte *)p + i)) macro

Completed in 132 milliseconds