HomeSort by: relevance | last modified time | path
    Searched defs:z1 (Results 1 - 25 of 26) sorted by relevancy

1 2

  /xsrc/external/mit/glu/dist/src/libtess/
geom.c 211 GLdouble z1, z2; local
230 z1 = EdgeEval( o1, o2, d1 );
232 if( z1+z2 < 0 ) { z1 = -z1; z2 = -z2; }
233 v->s = Interpolate( z1, o2->s, z2, d1->s );
236 z1 = EdgeSign( o1, o2, d1 );
238 if( z1+z2 < 0 ) { z1 = -z1; z2 = -z2;
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/tests/graw/
fs-frontface.c 23 #define z1 0.4 macro
50 { 0.2, -0.9, z1, 1.0 },
55 { -0.2, 0.8, z1, 1.0 },
60 { 0.9, 0.8, z1, 1.0 },
65 { 0.8, -0.9, z1, 1.0 },
fs-write-z.c 26 #define z1 0.4 macro
54 { 0.2, -0.9, z1, 1.0 },
59 { -0.2, 0.8, z1, 1.0 },
64 { 0.9, 0.8, z1, 1.0 },
69 { 0.8, -0.9, z1, 1.0 },
occlusion-query.c 26 #define z1 0.6 macro
54 { -0.2, -0.2, z1, 1.0 },
59 { 0.95, -0.2, z1, 1.0 },
64 { 0.95, 0.2, z1, 1.0 },
69 { -0.2, 0.2, z1, 1.0 },
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/graw/
fs-frontface.c 23 #define z1 0.4 macro
50 { 0.2, -0.9, z1, 1.0 },
55 { -0.2, 0.8, z1, 1.0 },
60 { 0.9, 0.8, z1, 1.0 },
65 { 0.8, -0.9, z1, 1.0 },
fs-write-z.c 26 #define z1 0.4 macro
54 { 0.2, -0.9, z1, 1.0 },
59 { -0.2, 0.8, z1, 1.0 },
64 { 0.9, 0.8, z1, 1.0 },
69 { 0.8, -0.9, z1, 1.0 },
occlusion-query.c 25 #define z1 0.6 macro
53 { -0.2, -0.2, z1, 1.0 },
58 { 0.95, -0.2, z1, 1.0 },
63 { 0.95, 0.2, z1, 1.0 },
68 { -0.2, 0.2, z1, 1.0 },
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
v3dx_emit.c 600 float z1 = (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 564 float z1 = (v3d->viewport.translate[2] - local
568 clip.minimum_zw = MIN2(z1, z2);
569 clip.maximum_zw = MAX2(z1, z2);
  /xsrc/external/mit/mesa-demos/dist/src/glsl/
array.c 85 float z0 = fz(x, y), z1 = fz(x, y + dy); local
91 glVertex3f(x, y + dy, z1);
  /xsrc/external/mit/MesaLib/dist/src/mesa/program/
prog_noise.c 346 float x1, y1, z1, x2, y2, z2, x3, y3, z3; local
417 z1 = z0 - k1 + G3;
439 t1 = 0.6f - x1 * x1 - y1 * y1 - z1 * z1;
446 y1, z1);
529 float x1, y1, z1, w1, x2, y2, z2, w2, x3, y3, z3, w3, x4, y4, z4, w4; local
560 z1 = z0 - k1 + G4;
592 t1 = 0.6f - x1 * x1 - y1 * y1 - z1 * z1 - w1 * w1;
600 x1, y1, z1, w1)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
prog_noise.c 346 float x1, y1, z1, x2, y2, z2, x3, y3, z3; local
417 z1 = z0 - k1 + G3;
439 t1 = 0.6f - x1 * x1 - y1 * y1 - z1 * z1;
446 y1, z1);
529 float x1, y1, z1, w1, x2, y2, z2, w2, x3, y3, z3, w3, x4, y4, z4, w4; local
560 z1 = z0 - k1 + G4;
592 t1 = 0.6f - x1 * x1 - y1 * y1 - z1 * z1 - w1 * w1;
600 x1, y1, z1, w1)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
v3dvx_cmd_buffer.c 1024 float z1 = vptranslate[2]; local
1026 clip.minimum_zw = MIN2(z1, z2);
1027 clip.maximum_zw = MAX2(z1, z2);
  /xsrc/external/mit/mesa-demos/dist/src/demos/
projtex.c 467 GLfloat z1 = radius * cos(b); local
479 glNormal3f((x * r1) / radius, (y * r1) / radius, z1 / radius);
481 glVertex3f(x * r1, y * r1, z1);
engine.c 306 const float z1 = PistonShaftPosition(eng, pistonsPerCrank); local
307 return z1 - z0;
420 const float z0 = -0.5 * thickness, z1 = -z0; local
447 glVertex3f(points[i][0], points[i][1], z1);
464 glVertex3f(points[j][0], points[j][1], z1);
612 const float z1 = blockHeight; local
623 glVertex3f( x, y, z1);
624 glVertex3f( x, -y, z1);
627 glVertex3f(-x, -y, z1);
628 glVertex3f(-x, y, z1);
    [all...]
  /xsrc/external/mit/xwud/dist/
xwud.c 479 int z1, z2; local
488 z1 = EffectiveSize(&vinfo);
489 if ((z2 > z1) ||
490 ((z2 == z1) &&
  /xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/core/
addrlib1.cpp 2827 ADDR_CHANNEL_SETTING z1 = InitChannel(1, 2, 1); local
2940 pixelBit[7] = z1;
2961 pixelBit[5] = z1;
2969 pixelBit[5] = z1;
2978 pixelBit[5] = z1;
3042 UINT_32 z1 = _BIT(z, 1); local
3156 pixelBit7 = z1;
3172 pixelBit5 = z1;
3180 pixelBit5 = z1;
3189 pixelBit5 = z1;
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/core/
addrlib1.cpp 2816 ADDR_CHANNEL_SETTING z1 = InitChannel(1, 2, 1); local
2929 pixelBit[7] = z1;
2950 pixelBit[5] = z1;
2958 pixelBit[5] = z1;
2967 pixelBit[5] = z1;
3031 UINT_32 z1 = _BIT(z, 1); local
3145 pixelBit7 = z1;
3161 pixelBit5 = z1;
3169 pixelBit5 = z1;
3178 pixelBit5 = z1;
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/core/core/
addrlib1.cpp 2816 ADDR_CHANNEL_SETTING z1 = InitChannel(1, 2, 1); local
2929 pixelBit[7] = z1;
2950 pixelBit[5] = z1;
2958 pixelBit[5] = z1;
2967 pixelBit[5] = z1;
3031 UINT_32 z1 = _BIT(z, 1); local
3145 pixelBit7 = z1;
3161 pixelBit5 = z1;
3169 pixelBit5 = z1;
3178 pixelBit5 = z1;
    [all...]
  /xsrc/external/mit/xorg-server/dist/hw/sun/
sunGX.h 104 VUint x1, y1, z1, color1; member in struct:_sunGX
  /xsrc/external/mit/xorg-server.old/dist/hw/sun/
sunGX.h 104 VUint x1, y1, z1, color1; member in struct:_sunGX
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
sp_tex_sample.c 1882 int x0, x1, y0, y1, z0, z1; local
1897 sp_samp->linear_texcoord_p(args->p, depth, args->offset[2], &z0, &z1, &zw);
1904 tx10 = get_texel_3d(sp_sview, sp_samp, addr, x0, y0, z1);
1905 tx11 = get_texel_3d(sp_sview, sp_samp, addr, x1, y0, z1);
1906 tx12 = get_texel_3d(sp_sview, sp_samp, addr, x0, y1, z1);
1907 tx13 = get_texel_3d(sp_sview, sp_samp, addr, x1, y1, z1);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
lp_bld_sample_soa.c 1024 LLVMValueRef z1 = NULL; local
1086 &z00, &z1, &r_fpart);
1089 lp_build_name(z1, "tex.z1.wrapped");
1095 z00 = z01 = z10 = z11 = z1 =
1099 z00 = z01 = z10 = z11 = z1 = coords[2]; /* cube face or layer */
1102 lp_build_name(z1, "tex.z1.layer");
1652 /* get x0/x1/y0/y1 texels at z1 */
1655 x00, y00, z1,
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
sp_tex_sample.c 1868 int x0, x1, y0, y1, z0, z1; local
1883 sp_samp->linear_texcoord_p(args->p, depth, args->offset[2], &z0, &z1, &zw);
1890 tx10 = get_texel_3d(sp_sview, sp_samp, addr, x0, y0, z1);
1891 tx11 = get_texel_3d(sp_sview, sp_samp, addr, x1, y0, z1);
1892 tx12 = get_texel_3d(sp_sview, sp_samp, addr, x0, y1, z1);
1893 tx13 = get_texel_3d(sp_sview, sp_samp, addr, x1, y1, z1);
  /xsrc/external/mit/xf86-video-suncg6/dist/src/
cg6_regs.h 278 volatile unsigned int x1, y1, z1, color1; member in struct:cg6_fbc

Completed in 42 milliseconds

1 2