Searched refs:step (Results 1 - 25 of 284) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_split_draw.c28 uint32_t *count, uint32_t *step)
31 *step = *count;
37 *count = *step = max_verts;
40 *count = *step = max_verts - (max_verts % 2);
44 *step = max_verts - 1;
48 *step = max_verts - 1;
54 *count = *step = max_verts - (max_verts % 3);
58 *step = max_verts - 2;
63 *count = *step = max_verts;
27 u_split_draw(const struct pipe_draw_info * info,uint32_t max_verts,uint32_t * count,uint32_t * step) argument
H A Du_split_draw.h32 * step in the buffer so the draw can be split into multiple draws.
39 * \param step return parameter, will contain how many vertices should be
46 uint32_t *count, uint32_t *step);
/xsrc/external/mit/mesa-demos/dist/src/trivial/
H A Ddlist-degenerate.c63 const GLfloat step = 3.0; local in function:Key
75 Zrot -= step;
78 Zrot += step;
92 const GLfloat step = 3.0; local in function:SpecialKey
97 Xrot -= step;
100 Xrot += step;
103 Yrot -= step;
106 Yrot += step;
H A Dtri-scissor-tri.c72 int step = 2; local in function:Key
75 Left -= step;
78 Left += step;
81 Right -= step;
84 Right += step;
87 Bottom -= step;
90 Bottom += step;
93 Top -= step;
96 Top += step;
H A Dtri-clip.c67 const GLfloat step = 0.25; local in function:SpecialKey
72 Ypos += step;
75 Ypos -= step;
78 Xpos -= step;
81 Xpos += step;
H A Dpgon-mode.c81 const GLfloat step = 3.0; local in function:Key
92 Zrot -= step;
95 Zrot += step;
/xsrc/external/mit/xf86-video-intel/dist/test/
H A Drender-triangle.c56 static void step_to_point(int step, int width, int height, XPointFixed *p) argument
59 p->x = (step - 64) << 16;
62 step -= width - 128;
63 if (step <= 0)
67 p->y = (step - 64) << 16;
68 step -= height - 128;
70 if (step <= 0)
73 p->x = (width + 64 - step) << 16;
75 step -= width - 128;
77 if (step <
95 unsigned step, max; local in function:edge_test
[all...]
/xsrc/external/mit/mesa-demos/dist/src/glsl/
H A Dnoise.c114 const GLfloat step = 0.01; local in function:Key
124 Slice -= step;
127 Slice += step;
147 const GLfloat step = 3.0f; local in function:SpecialKey
154 xRot -= step;
157 xRot += step;
160 yRot -= step;
163 yRot += step;
H A Darray.c155 const GLfloat step = 2.0; local in function:Key
171 zRot += step;
174 zRot -= step;
188 const GLfloat step = 2.0; local in function:SpecialKey
195 xRot += step;
198 xRot -= step;
201 yRot -= step;
204 yRot += step;
H A Dmultinoise.c120 const GLfloat step = 0.01; local in function:Key
130 Slice -= step;
133 Slice += step;
159 const GLfloat step = 3.0f; local in function:SpecialKey
166 xRot -= step;
169 xRot += step;
172 yRot -= step;
175 yRot += step;
H A Dsimplex-noise.c112 const GLfloat step = 1.0;//0.01; local in function:Key
122 Slice -= step;
125 Slice += step;
145 const GLfloat step = 3.0f; local in function:SpecialKey
152 xRot -= step;
155 xRot += step;
158 yRot -= step;
161 yRot += step;
H A Dtoyball.c110 const GLfloat step = 2.0; local in function:Key
123 zRot += step;
126 zRot -= step;
140 const GLfloat step = 2.0; local in function:SpecialKey
147 xRot += step;
150 xRot -= step;
153 yRot -= step;
156 yRot += step;
H A Dbrick.c115 const GLfloat step = 3.0f; local in function:SpecialKey
122 xRot -= step;
125 xRot += step;
128 yRot -= step;
131 yRot += step;
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dzdrawpix.c112 const GLfloat step = 1.0; local in function:Key
127 Zpos -= step;
130 Zpos += step;
144 const GLfloat step = 3.0; local in function:SpecialKey
149 Xrot -= step;
152 Xrot += step;
155 Yrot -= step;
158 Yrot += step;
H A Dvptorus.c84 const GLfloat step = 3.0; local in function:SpecialKey
89 Xrot -= step;
92 Xrot += step;
95 Yrot -= step;
98 Yrot += step;
H A Dcondrender.c48 float step; local in function:Idle
55 step = (time - lastTime) / 1000.0 * sign;
58 Xpos += step;
197 const GLfloat step = 0.1; local in function:SpecialKey
202 Xpos -= step;
205 Xpos += step;
H A Dbug_3195.c65 int step; local in function:Idle
72 step = (time - lastTime) / 10 * BiasStepSign;
75 Bias += step;
155 const GLfloat step = 3.0; local in function:SpecialKey
160 Xrot -= step;
163 Xrot += step;
166 Yrot -= step;
169 Yrot += step;
H A Dzcomp.c142 const GLfloat step = 1.0; local in function:Key
157 Zpos -= step;
160 Zpos += step;
174 const GLfloat step = 3.0; local in function:SpecialKey
179 Xrot -= step;
182 Xrot += step;
185 Yrot -= step;
188 Yrot += step;
H A Darbfpspec.c85 const GLfloat step = 3.0; local in function:SpecialKey
90 Xrot -= step;
93 Xrot += step;
96 Yrot -= step;
99 Yrot += step;
H A Darbfptexture.c56 float step = 3.0; local in function:SpecialKey
62 Xrot += step;
65 Xrot -= step;
68 Yrot += step;
71 Yrot -= step;
H A Darbfptrig.c56 float step = 3.0; local in function:SpecialKey
62 Xrot += step;
65 Xrot -= step;
68 Yrot += step;
71 Yrot -= step;
H A Darbvptorus.c84 const GLfloat step = 3.0; local in function:SpecialKey
89 Xrot -= step;
92 Xrot += step;
95 Yrot -= step;
98 Yrot += step;
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dlodbias.c62 int step; local in function:Idle
69 step = (time - lastTime) / 10 * BiasStepSign;
72 Bias += step;
140 const GLfloat step = 3.0; local in function:Key
152 Zrot -= step;
155 Zrot += step;
186 const GLfloat step = 3.0; local in function:SpecialKey
191 Xrot -= step;
194 Xrot += step;
197 Yrot -= step;
[all...]
/xsrc/external/mit/libdrm/dist/tests/modetest/
H A Dcursor.c69 void (*run)(struct cursor *cursor, const struct cursor_step *step);
77 static void set_cursor(struct cursor *cursor, const struct cursor_step *step) argument
79 int enabled = (step->arg ^ count) & 0x1;
90 static void move_cursor(struct cursor *cursor, const struct cursor_step *step) argument
100 x += cursor->dx * step->arg;
101 y += cursor->dy * step->arg;
144 const struct cursor_step *step = &steps[indx % ARRAY_SIZE(steps)]; local in function:cursor_thread_func
149 step->run(cursor, step);
152 /* iterate to next count/step
[all...]
/xsrc/external/mit/mesa-demos/dist/src/perf/
H A Dglmain.c205 const GLfloat step = 3.0; local in function:Key
210 Zrot -= step;
213 Zrot += step;
227 const GLfloat step = 3.0; local in function:SpecialKey
232 Xrot -= step;
235 Xrot += step;
238 Yrot -= step;
241 Yrot += step;

Completed in 28 milliseconds

1234567891011>>