Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tessellator/
Dp_tessellator.cpp44 PIPE_ALIGN_VAR(32) float domain_points_v[MAX_POINT_COUNT];
114 domain_points_v[i] = points[i].v; in Tessellate()
118 tess_data->domain_points_v = &domain_points_v[0]; in Tessellate()
Dp_tessellator.h49 float *domain_points_v; member
/third_party/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()