HomeSort by: relevance | last modified time | path
    Searched defs:z2 (Results 1 - 15 of 15) sorted by relevancy

  /xsrc/external/mit/glu/dist/src/libtess/
geom.c 211 GLdouble z1, z2; local
231 z2 = EdgeEval( o2, d1, d2 );
232 if( z1+z2 < 0 ) { z1 = -z1; z2 = -z2; }
233 v->s = Interpolate( z1, o2->s, z2, d1->s );
237 z2 = -EdgeSign( o1, d2, d1 );
238 if( z1+z2 < 0 ) { z1 = -z1; z2 = -z2; }
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
v3dx_emit.c 602 float z2 = (v3d->viewport.translate[2] + local
604 clip.minimum_zw = MIN2(z1, z2);
605 clip.maximum_zw = MAX2(z1, z2);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
v3dx_emit.c 566 float z2 = (v3d->viewport.translate[2] + local
568 clip.minimum_zw = MIN2(z1, z2);
569 clip.maximum_zw = MAX2(z1, z2);
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
rastpos.c 711 GLfloat z2; local
716 z2 = CLAMP(z, 0.0F, 1.0F)
723 ctx->Current.RasterPos[2] = z2;
  /xsrc/external/mit/MesaLib/dist/src/mesa/program/
prog_noise.c 346 float x1, y1, z1, x2, y2, z2, x3, y3, z3; local
420 z2 = z0 - k2 + 2.0f * G3;
449 t2 = 0.6f - x2 * x2 - y2 * y2 - z2 * z2;
456 y2, z2);
529 float x1, y1, z1, w1, x2, y2, z2, w2, x3, y3, z3, w3, x4, y4, z4, w4; local
564 z2 = z0 - k2 + 2.0f * G4;
603 t2 = 0.6f - x2 * x2 - y2 * y2 - z2 * z2 - w2 * w2;
611 x2, y2, z2, w2)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
rastpos.c 705 GLfloat z2; local
710 z2 = CLAMP(z, 0.0F, 1.0F)
717 ctx->Current.RasterPos[2] = z2;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
prog_noise.c 346 float x1, y1, z1, x2, y2, z2, x3, y3, z3; local
420 z2 = z0 - k2 + 2.0f * G3;
449 t2 = 0.6f - x2 * x2 - y2 * y2 - z2 * z2;
456 y2, z2);
529 float x1, y1, z1, w1, x2, y2, z2, w2, x3, y3, z3, w3, x4, y4, z4, w4; local
564 z2 = z0 - k2 + 2.0f * G4;
603 t2 = 0.6f - x2 * x2 - y2 * y2 - z2 * z2 - w2 * w2;
611 x2, y2, z2, w2)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
v3dvx_cmd_buffer.c 1025 float z2 = vptranslate[2] + vpscale[2]; local
1026 clip.minimum_zw = MIN2(z1, z2);
1027 clip.maximum_zw = MAX2(z1, z2);
  /xsrc/external/mit/xwud/dist/
xwud.c 479 int z1, z2; local
480 z2 = EffectiveSize(&vinfos[i]);
481 if ((z2 >= ncolors) &&
489 if ((z2 > z1) ||
490 ((z2 == z1) &&
  /xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/core/
addrlib1.cpp 2828 ADDR_CHANNEL_SETTING z2 = InitChannel(1, 2, 2); local
2992 pixelBit[8] = z2;
3043 UINT_32 z2 = _BIT(z, 2); local
3202 pixelBit8 = z2;
  /xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/core/
addrlib1.cpp 2817 ADDR_CHANNEL_SETTING z2 = InitChannel(1, 2, 2); local
2981 pixelBit[8] = z2;
3032 UINT_32 z2 = _BIT(z, 2); local
3191 pixelBit8 = z2;
  /xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/core/core/
addrlib1.cpp 2817 ADDR_CHANNEL_SETTING z2 = InitChannel(1, 2, 2); local
2981 pixelBit[8] = z2;
3032 UINT_32 z2 = _BIT(z, 2); local
3191 pixelBit8 = z2;
  /xsrc/external/mit/xorg-server/dist/hw/sun/
sunGX.h 105 VUint x2, y2, z2, color2; member in struct:_sunGX
  /xsrc/external/mit/xorg-server.old/dist/hw/sun/
sunGX.h 105 VUint x2, y2, z2, color2; member in struct:_sunGX
  /xsrc/external/mit/xf86-video-suncg6/dist/src/
cg6_regs.h 279 volatile unsigned int x2, y2, z2, color2; member in struct:cg6_fbc

Completed in 67 milliseconds