Home | History | Annotate | Download | only in llvmpipe

Lines Matching refs:triangle

106  * Rasterization information for a triangle known to be in this bin,
153 } triangle;
177 lp_rast_arg_triangle( const struct lp_rast_triangle *triangle,
181 arg.triangle.tri = triangle;
182 arg.triangle.plane_mask = plane_mask;
187 * Build argument for a contained triangle.
190 * left coordinates of the a block that fully encloses the triangle.
193 lp_rast_arg_triangle_contained( const struct lp_rast_triangle *triangle,
197 arg.triangle.tri = triangle;
198 arg.triangle.plane_mask = x | (y << 8);