| /xsrc/external/mit/glu/dist/src/libnurbs/interface/ |
| bezierPatch.cc | 52 bezierPatch* bezierPatchMake(float umin, float vmin, float umax, float vmax, int uorder, int vorder, int dimension) 56 ret->umin = umin; 71 bezierPatch* bezierPatchMake2(float umin, float vmin, float umax, float vmax, int uorder, int vorder, int dimension, int ustride, int vstride, float* ctlpoints) 75 ret->umin = umin; 129 printf("umin,umax=(%f,%f), (vmin, vmax)=(%f,%f)\n", b->umin, b->umax, b->vmin, b->vmax); 144 if( u >= b->umin && u<= b->umax 148 bezierSurfEval(b->umin, b->umax, b->uorder, b->vmin, b->vmax, b->vorder, b->dimension, b->ctlpoints, b->dimension * b->vo (…) [all...] |
| bezierPatch.h | 37 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);
|
| bezierPatchMesh.h | 74 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);
|
| bezierPatchMesh.cc | 100 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) 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) 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, uorder, vorder, 2, ustride, vstride, ctlpoints) [all...] |
| glsurfeval.cc | 946 OpenGLSurfaceEvaluator::mapmesh2f(long style, long umin, long umax, long vmin, long vmax) 953 inEvalMesh2((int)umin, (int)vmin, (int)umax, (int)vmax); 965 bezierPatchMeshInsertUV(global_bpm, (REAL)umin, (REAL)vmin); 980 for(i=umin; i<umax; i++){ 1001 for(j=umax; j>=umin; j--){ 1016 glEvalMesh2((GLenum) GL_FILL, (GLint) umin, (GLint) umax, 1020 glEvalMesh2((GLenum) GL_LINE, (GLint) umin, (GLint) umax, 1024 glEvalMesh2((GLenum) GL_POINT, (GLint) umin, (GLint) umax, 1033 STAT_num_of_quad_strips += (umax-umin)*(vmax-vmin);
|
| incurveeval.cc | 193 void OpenGLCurveEvaluator::inMapMesh1f(int umin, int umax) 201 for(i=umin; i<= umax; i++){
|
| glcurveval.h | 126 void inMapMesh1f(int umin, int umax);
|
| insurfeval.cc | 256 bpm->bpatch->umin, 1842 p->umin, 1855 p->umin, 1873 p->umin, 1888 p->umin, 1903 p->umin, 1918 p->umin, 1944 GLint umin = (GLint) ( temp[6]); local 1950 glEvalMesh2(GL_FILL, LOD_eval_level*umin, LOD_eval_level*umax, LOD_eval_level*vmin, LOD_eval_level*vmax); 1963 if( bpm->bpatch->umin == 2 && bpm->bpatch->umax == [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| nir_opt_uniform_atomics.c | 67 OP(umin, umin)
|
| nir_opt_load_store_vectorize.c | 87 ATOMIC(nir_var_mem_ssbo, ssbo, umin, 0, 1, -1, 2) 101 ATOMIC(0, deref, umin, -1, -1, 0, 1) 115 ATOMIC(nir_var_mem_shared, shared, umin, -1, 0, -1, 1) 129 ATOMIC(nir_var_mem_global, global, umin, -1, 0, -1, 1)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| etnaviv_compiler_nir_emit.c | 97 UOPC(umin, SELECT, 0_1_0, GT),
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/ |
| midgard_compile.c | 732 ALU_CASE(umin, umin); 2086 ATOMIC_CASE(ctx, instr, umin, umin); 2097 IMAGE_ATOMIC_CASE(ctx, instr, umin, umin);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| brw_nir.c | 1411 AOP_CASE(umin): return BRW_AOP_UMIN;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| nv50_ir_peephole.cpp | 1605 #define CASE(type, dst, fmin, fmax, imin, imax, umin, umax) \ 1625 CLAMP(imm0.reg.data.u32, umin, umax) : \ 1635 CLAMP(imm0.reg.data.u16, umin, umax) : \
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| nv50_ir_peephole.cpp | 1552 #define CASE(type, dst, fmin, fmax, imin, imax, umin, umax) \ 1572 CLAMP(imm0.reg.data.u32, umin, umax) : \ 1582 CLAMP(imm0.reg.data.u16, umin, umax) : \
|
| /xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/ |
| dxil_nir.c | 814 ATOMIC(umin);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/ |
| midgard_compile.c | 1207 ALU_CASE(umin, umin);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/ |
| nir_to_spirv.c | 211 CASE_ATOMIC_OP(umin):
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| aco_instruction_selection.cpp | 7621 CASEI(umin)
|