Home
last modified time | relevance | path

Searched refs:lp_rast_plane (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast_tri_tmp.h45 const struct lp_rast_plane *plane, in TAG()
98 const struct lp_rast_plane *plane, in TAG()
201 const struct lp_rast_plane *tri_plane = GET_PLANES(tri); in TAG()
203 struct lp_rast_plane plane[NR_PLANES]; in TAG()
356 const struct lp_rast_plane *plane = GET_PLANES(tri); in TRI_16()
436 const struct lp_rast_plane *plane = GET_PLANES(tri); in TRI_4()
Dlp_rast.h123 struct lp_rast_plane { struct
223 static inline struct lp_rast_plane *
227 return (struct lp_rast_plane *) (p + 3 * tri->inputs.stride); in GET_PLANES()
Dlp_rast_tri.c296 const struct lp_rast_plane *plane = GET_PLANES(tri); in lp_rast_triangle_32_3_16()
408 const struct lp_rast_plane *plane = GET_PLANES(tri); in lp_rast_triangle_32_3_4()
566 lp_plane_to_m128i(const struct lp_rast_plane *plane) in lp_plane_to_m128i()
579 const struct lp_rast_plane *plane = GET_PLANES(tri); in lp_rast_triangle_32_3_16()
Dlp_setup_context.h217 struct lp_rast_plane *plane_s,
Dlp_setup_tri.c90 unsigned plane_sz = nr_planes * sizeof(struct lp_rast_plane); in lp_setup_alloc_triangle()
92 STATIC_ASSERT(sizeof(struct lp_rast_plane) % 8 == 0); in lp_setup_alloc_triangle()
464 struct lp_rast_plane *plane = GET_PLANES(tri); in do_triangle_ccw()
881 struct lp_rast_plane *plane = GET_PLANES(tri); in lp_setup_bin_triangle()
Dlp_rast_debug.c316 const struct lp_rast_plane *tri_plane = GET_PLANES(tri); in debug_triangle()
317 struct lp_rast_plane plane[8]; in debug_triangle()
Dlp_setup_point.c471 struct lp_rast_plane *plane; in try_setup_point()
Dlp_setup_line.c288 struct lp_rast_plane *plane; in try_setup_line()
Dlp_setup.c1767 struct lp_rast_plane *plane_s, in lp_setup_add_scissor_planes()