Home
last modified time | relevance | path

Searched refs:domain_points_u (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tessellator/
Dp_tessellator.cpp43 PIPE_ALIGN_VAR(32) float domain_points_u[MAX_POINT_COUNT];
114 domain_points_u[i] = points[i].u; in Tessellate()
118 tess_data->domain_points_u = &domain_points_u[0]; in Tessellate()
Dp_tessellator.h48 float *domain_points_u; member
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_tess.c311 … tess_data->num_domain_points, tess_data->domain_points_u, tess_data->domain_points_v, in llvm_tes_run()