Home | History | Annotate | Download | only in swrast

Lines Matching defs:vector

573    GLfloat vector[6];
576 vector[SWIZZLE_ZERO] = 0;
577 vector[SWIZZLE_ONE] = 1.0F;
580 vector[SWIZZLE_X] = texels[i][0];
581 vector[SWIZZLE_Y] = texels[i][1];
582 vector[SWIZZLE_Z] = texels[i][2];
583 vector[SWIZZLE_W] = texels[i][3];
584 texels[i][RCOMP] = vector[swzR];
585 texels[i][GCOMP] = vector[swzG];
586 texels[i][BCOMP] = vector[swzB];
587 texels[i][ACOMP] = vector[swzA];