Home
last modified time | relevance | path

Searched defs:TessInfo (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/ganesh/ops/
DTriangulatingPathRenderer.cpp55 struct TessInfo { struct
56 int fNumVertices;
57 bool fIsLinear;
58 SkScalar fTolerance;
/external/rust/crates/vulkano/src/pipeline/graphics_pipeline/
Dbuilder.rs84 struct TessInfo<'tcs, 'tes, Tcss, Tess> { struct
85 tessellation_control_shader: (GraphicsEntryPoint<'tcs>, Tcss),
86 tessellation_evaluation_shader: (GraphicsEntryPoint<'tes>, Tess),