Searched refs:posCoef (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_quad_depth_test_tmp.h | 58 const float dzdx = quads[0]->posCoef->dadx[2]; in NAME() 59 const float dzdy = quads[0]->posCoef->dady[2]; in NAME() 60 const float z0 = quads[0]->posCoef->a0[2] + dzdx * fx + dzdy * fy; in NAME()
|
D | sp_setup.c | 101 struct tgsi_interp_coef posCoef; /* For Z, W */ member 581 setup->coef[slot].a0[2] = setup->posCoef.a0[2]; in setup_fragcoord_coeff() 582 setup->coef[slot].dadx[2] = setup->posCoef.dadx[2]; in setup_fragcoord_coeff() 583 setup->coef[slot].dady[2] = setup->posCoef.dady[2]; in setup_fragcoord_coeff() 585 setup->coef[slot].a0[3] = setup->posCoef.a0[3]; in setup_fragcoord_coeff() 586 setup->coef[slot].dadx[3] = setup->posCoef.dadx[3]; in setup_fragcoord_coeff() 587 setup->coef[slot].dady[3] = setup->posCoef.dady[3]; in setup_fragcoord_coeff() 612 tri_linear_coeff(setup, &setup->posCoef, 2, v); in setup_tri_coefficients() 617 tri_linear_coeff(setup, &setup->posCoef, 3, v); in setup_tri_coefficients() 999 line_linear_coeff(setup, &setup->posCoef, 2, v); in setup_line_coefficients() [all …]
|
D | sp_quad.h | 105 const struct tgsi_interp_coef *posCoef; member
|
D | sp_fs_exec.c | 117 setup_pos_vector(quad->posCoef, in exec_run()
|
D | sp_quad_depth_test.c | 138 const float dzdx = quad->posCoef->dadx[2]; in interpolate_quad_depth() 139 const float dzdy = quad->posCoef->dady[2]; in interpolate_quad_depth() 140 const float z0 = quad->posCoef->a0[2] + dzdx * fx + dzdy * fy; in interpolate_quad_depth()
|