Lines Matching defs:facing
92 int facing;
239 setup->quad[q].input.facing = setup->facing;
361 * To determine whether the primitive is front or back facing we
378 /* We need to know if this is a front or back-facing triangle for:
381 * 0 = front-facing, 1 = back-facing
383 setup->facing =
388 unsigned face = setup->facing == 0 ? PIPE_FACE_FRONT : PIPE_FACE_BACK;
600 setup->coef[fragSlot].a0[0] = setup->facing * -2.0f + 1.0f;
954 setup->coef[fragSlot].a0[0] = setup->facing * -2.0f + 1.0f;
1231 setup->coef[fragSlot].a0[0] = setup->facing * -2.0f + 1.0f;