Home
last modified time | relevance | path

Searched refs:GET_PLANES (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast_tri_tmp.h160 const struct lp_rast_plane *tri_plane = GET_PLANES(tri); in TAG()
261 const struct lp_rast_plane *plane = GET_PLANES(tri); in TRI_16()
334 const struct lp_rast_plane *plane = GET_PLANES(tri); in TRI_4()
Dlp_rast.h127 #define GET_PLANES(tri) ((struct lp_rast_plane *)((char *)(&(tri)->inputs + 1) + 3 * (tri)->inputs.… macro
Dlp_setup_tri.c103 char *b = (char *)&GET_PLANES(tri)[nr_planes]; in lp_setup_alloc_triangle()
339 plane = GET_PLANES(tri); in do_triangle_ccw()
656 struct lp_rast_plane *plane = GET_PLANES(tri); in lp_setup_bin_triangle()
Dlp_rast_tri.c256 const struct lp_rast_plane *plane = GET_PLANES(tri); in lp_rast_triangle_3_16()
370 const struct lp_rast_plane *plane = GET_PLANES(tri); in lp_rast_triangle_3_4()
Dlp_setup_point.c387 struct lp_rast_plane *plane = GET_PLANES(point); in try_setup_point()
Dlp_rast_debug.c182 const struct lp_rast_plane *tri_plane = GET_PLANES(tri); in debug_triangle()
Dlp_setup_line.c592 plane = GET_PLANES(line); in try_setup_line()