Searched refs:vmax (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/glu/dist/src/libnurbs/interface/
H A DbezierPatch.cc52 bezierPatch* bezierPatchMake(float umin, float vmin, float umax, float vmax, int uorder, int vorder, int dimension) argument
59 ret->vmax = vmax;
71 bezierPatch* bezierPatchMake2(float umin, float vmin, float umax, float vmax, int uorder, int vorder, int dimension, int ustride, int vstride, float* ctlpoints) argument
78 ret->vmax = vmax;
129 printf("umin,umax=(%f,%f), (vmin, vmax)=(%f,%f)\n", b->umin, b->umax, b->vmin, b->vmax);
145 && v >= b->vmin && v<= b->vmax)
148 bezierSurfEval(b->umin, b->umax, b->uorder, b->vmin, b->vmax,
[all...]
H A DbezierPatch.h37 float umin, vmin, umax, vmax; member in struct:bezierPatch
71 bezierPatch* bezierPatchMake(float umin, float vmin, float umax, float vmax, int urder, int vorder, int dimension);
73 bezierPatch* bezierPatchMake2(float umin, float vmin, float umax, float vmax, int urder, int vorder, int dimension, int ustride, int vstride, float *ctlpoints);
H A DbezierPatchMesh.h74 bezierPatchMesh *bezierPatchMeshMake(int maptype, float umin, float umax, int ustride, int uorder, float vmin, float vmax, int vstride, int vorder, float *ctlpoints, int size_UVarray, int size_length_array);
79 void bezierPatchMeshPutPatch(bezierPatchMesh *bpm, int maptype, float umin, float umax, int ustride, int uorder, float vmin, float vmax, int vstride, int vorder, float *ctlpoints);
H A DbezierPatchMesh.cc100 bezierPatchMesh *bezierPatchMeshMake(int maptype, float umin, float umax, int ustride, int uorder, float vmin, float vmax, int vstride, int vorder, float *ctlpoints, int size_UVarray, int size_length_array) argument
120 ret->bpatch = bezierPatchMake(umin, vmin, umax, vmax, uorder, vorder, dimension);
183 void bezierPatchMeshPutPatch(bezierPatchMesh *bpm, int maptype, float umin, float umax, int ustride, int uorder, float vmin, float vmax, int vstride, int vorder, float *ctlpoints) argument
187 bpm->bpatch = bezierPatchMake2(umin, vmin, umax, vmax, uorder, vorder, 3, ustride, vstride, ctlpoints);
190 bpm->bpatch = bezierPatchMake2(umin, vmin, umax, vmax, uorder, vorder, 4,ustride, vstride, ctlpoints );
193 bpm->bpatch_normal = bezierPatchMake2(umin, vmin, umax, vmax, uorder, vorder, 3, ustride, vstride, ctlpoints);
196 bpm->bpatch_color = bezierPatchMake2(umin, vmin, umax, vmax, uorder, vorder, 1, ustride, vstride, ctlpoints);
199 bpm->bpatch_color = bezierPatchMake2(umin, vmin, umax, vmax, uorder, vorder, 4, ustride, vstride, ctlpoints);
202 bpm->bpatch_texcoord = bezierPatchMake2(umin, vmin, umax, vmax, uorder, vorder, 1, ustride, vstride, ctlpoints);
205 bpm->bpatch_texcoord = bezierPatchMake2(umin, vmin, umax, vmax, uorde
[all...]
H A Dglsurfeval.cc946 OpenGLSurfaceEvaluator::mapmesh2f(long style, long umin, long umax, long vmin, long vmax) argument
953 inEvalMesh2((int)umin, (int)vmin, (int)umax, (int)vmax);
966 bezierPatchMeshInsertUV(global_bpm, (REAL)umax, (REAL)vmax);
985 for(j=vmax; j>=vmin; j--){
996 for(i=vmin; i<vmax; i++){
1017 (GLint) vmin, (GLint) vmax);
1021 (GLint) vmin, (GLint) vmax);
1025 (GLint) vmin, (GLint) vmax);
1033 STAT_num_of_quad_strips += (umax-umin)*(vmax-vmin);
H A Dinsurfeval.cc261 bpm->bpatch->vmax,
1847 p->vmax,
1860 p->vmax,
1878 p->vmax,
1893 p->vmax,
1908 p->vmax,
1923 p->vmax,
1947 GLint vmax = (GLint) ( temp[9]); local in function:OpenGLSurfaceEvaluator::inBPMEvalEM
1950 glEvalMesh2(GL_FILL, LOD_eval_level*umin, LOD_eval_level*umax, LOD_eval_level*vmin, LOD_eval_level*vmax);
1964 && bpm->bpatch->vmin ==2 && bpm->bpatch->vmax
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_setup.c82 const float (*vmax)[4]; member in struct:setup_context
310 setup->vmax = v2;
316 setup->vmax = v1;
322 setup->vmax = v1;
330 setup->vmax = v2;
336 setup->vmax = v0;
342 setup->vmax = v0;
349 setup->emaj.dx = setup->vmax[0][0] - setup->vmin[0][0];
350 setup->emaj.dy = setup->vmax[0][1] - setup->vmin[0][1];
351 setup->etop.dx = setup->vmax[
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_setup.c81 const float (*vmax)[4]; member in struct:setup_context
309 setup->vmax = v2;
315 setup->vmax = v1;
321 setup->vmax = v1;
329 setup->vmax = v2;
335 setup->vmax = v0;
341 setup->vmax = v0;
348 setup->emaj.dx = setup->vmax[0][0] - setup->vmin[0][0];
349 setup->emaj.dy = setup->vmax[0][1] - setup->vmin[0][1];
350 setup->etop.dx = setup->vmax[
[all...]
/xsrc/external/mit/pixman/dist/pixman/dither/
H A Dmake-blue-noise.c434 float vmax = -INFINITY; local in function:largest_cluster
439 shared (height, width, pattern, matrix, pixel, xmax, ymax, vmax)
448 #pragma omp for reduction (max: vmax) collapse (2)
457 if (*matrix_get (matrix, x, y) > vmax)
459 vmax = *matrix_get (matrix, x, y);
461 vbest = vmax;
473 if (vmax == vbest)
485 assert (vmax > -INFINITY);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
H A Dr200_sanity.c608 float vmin, vmax; member in struct:reg
735 int newmax = (data > reg->vmax);
746 fprintf(stderr, " *** NEW MAX (prev %.3f)", reg->vmax);
747 reg->vmax = data;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_sanity.c330 float vmin, vmax; member in struct:reg
457 int newmax = (data > reg->vmax);
468 fprintf(stderr, " *** NEW MAX (prev %.3f)", reg->vmax);
469 reg->vmax = data;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
H A Dr200_sanity.c608 float vmin, vmax; member in struct:reg
735 int newmax = (data > reg->vmax);
746 fprintf(stderr, " *** NEW MAX (prev %.3f)", reg->vmax);
747 reg->vmax = data;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_sanity.c330 float vmin, vmax; member in struct:reg
457 int newmax = (data > reg->vmax);
468 fprintf(stderr, " *** NEW MAX (prev %.3f)", reg->vmax);
469 reg->vmax = data;

Completed in 18 milliseconds