HomeSort by relevance Sort by last modified time
    Searched defs:posCoef (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_quad.h 103 const struct tgsi_interp_coef *posCoef;
sp_setup.c 101 struct tgsi_interp_coef posCoef; /* For Z, W */
572 * Z and W are copied from posCoef which should have already been computed.
591 setup->coef[slot].a0[2] = setup->posCoef.a0[2];
592 setup->coef[slot].dadx[2] = setup->posCoef.dadx[2];
593 setup->coef[slot].dady[2] = setup->posCoef.dady[2];
595 setup->coef[slot].a0[3] = setup->posCoef.a0[3];
596 setup->coef[slot].dadx[3] = setup->posCoef.dadx[3];
597 setup->coef[slot].dady[3] = setup->posCoef.dady[3];
620 tri_linear_coeff(setup, &setup->posCoef, 2, v);
625 tri_linear_coeff(setup, &setup->posCoef, 3, v)
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad.h 103 const struct tgsi_interp_coef *posCoef;
sp_setup.c 101 struct tgsi_interp_coef posCoef; /* For Z, W */
572 * Z and W are copied from posCoef which should have already been computed.
591 setup->coef[slot].a0[2] = setup->posCoef.a0[2];
592 setup->coef[slot].dadx[2] = setup->posCoef.dadx[2];
593 setup->coef[slot].dady[2] = setup->posCoef.dady[2];
595 setup->coef[slot].a0[3] = setup->posCoef.a0[3];
596 setup->coef[slot].dadx[3] = setup->posCoef.dadx[3];
597 setup->coef[slot].dady[3] = setup->posCoef.dady[3];
620 tri_linear_coeff(setup, &setup->posCoef, 2, v);
625 tri_linear_coeff(setup, &setup->posCoef, 3, v)
    [all...]

Completed in 513 milliseconds