Searched refs:posCoef (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_quad.h | 105 const struct tgsi_interp_coef *posCoef; member in struct:quad_header
|
| H A D | sp_quad_depth_test_tmp.h | 58 const float dzdx = quads[0]->posCoef->dadx[2]; 59 const float dzdy = quads[0]->posCoef->dady[2]; 60 const float z0 = quads[0]->posCoef->a0[2] + dzdx * fx + dzdy * fy;
|
| H A D | sp_setup.c | 101 struct tgsi_interp_coef posCoef; /* For Z, W */ member in struct:setup_context 547 * Z and W are copied from posCoef which should have already been computed. 570 setup->coef[slot].a0[2] = setup->posCoef.a0[2]; 571 setup->coef[slot].dadx[2] = setup->posCoef.dadx[2]; 572 setup->coef[slot].dady[2] = setup->posCoef.dady[2]; 574 setup->coef[slot].a0[3] = setup->posCoef.a0[3]; 575 setup->coef[slot].dadx[3] = setup->posCoef.dadx[3]; 576 setup->coef[slot].dady[3] = setup->posCoef.dady[3]; 601 tri_linear_coeff(setup, &setup->posCoef, 2, v); 606 tri_linear_coeff(setup, &setup->posCoef, [all...] |
| H A D | sp_fs_exec.c | 117 setup_pos_vector(quad->posCoef,
|
| H A D | sp_quad_depth_test.c | 138 const float dzdx = quad->posCoef->dadx[2]; 139 const float dzdy = quad->posCoef->dady[2]; 140 const float z0 = quad->posCoef->a0[2] + dzdx * fx + dzdy * fy;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_quad.h | 105 const struct tgsi_interp_coef *posCoef; member in struct:quad_header
|
| H A D | sp_quad_depth_test_tmp.h | 58 const float dzdx = quads[0]->posCoef->dadx[2]; 59 const float dzdy = quads[0]->posCoef->dady[2]; 60 const float z0 = quads[0]->posCoef->a0[2] + dzdx * fx + dzdy * fy;
|
| H A D | sp_setup.c | 102 struct tgsi_interp_coef posCoef; /* For Z, W */ member in struct:setup_context 502 * Z and W are copied from posCoef which should have already been computed. 525 setup->coef[slot].a0[2] = setup->posCoef.a0[2]; 526 setup->coef[slot].dadx[2] = setup->posCoef.dadx[2]; 527 setup->coef[slot].dady[2] = setup->posCoef.dady[2]; 529 setup->coef[slot].a0[3] = setup->posCoef.a0[3]; 530 setup->coef[slot].dadx[3] = setup->posCoef.dadx[3]; 531 setup->coef[slot].dady[3] = setup->posCoef.dady[3]; 556 tri_linear_coeff(setup, &setup->posCoef, 2, v); 561 tri_linear_coeff(setup, &setup->posCoef, [all...] |
| H A D | sp_fs_exec.c | 117 setup_pos_vector(quad->posCoef,
|
| H A D | sp_quad_depth_test.c | 138 const float dzdx = quad->posCoef->dadx[2]; 139 const float dzdy = quad->posCoef->dady[2]; 140 const float z0 = quad->posCoef->a0[2] + dzdx * fx + dzdy * fy;
|
Completed in 10 milliseconds