Searched refs:constant_coef (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_setup_point.c | 64 constant_coef(struct lp_setup_context *setup, in constant_coef() function 196 constant_coef(setup, info, slot, info->v0[0][2], 2); in setup_point_fragcoord_coef() 201 constant_coef(setup, info, slot, info->v0[0][3], 3); in setup_point_fragcoord_coef() 273 constant_coef(setup, info, slot+1, info->v0[vert_attr][i], i); in setup_point_coefficients() 282 constant_coef(setup, info, slot+1, in setup_point_coefficients()
|
D | lp_setup_line.c | 63 static void constant_coef( struct lp_setup_context *setup, in constant_coef() function 185 constant_coef(setup, info, slot+1, info->v1[vert_attr][i], i); in setup_line_coefficients() 190 constant_coef(setup, info, slot+1, info->v2[vert_attr][i], i); in setup_line_coefficients() 219 constant_coef(setup, info, slot+1, in setup_line_coefficients()
|