Home
last modified time | relevance | path

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

/dports/misc/usd/USD-21.11/pxr/imaging/hdSt/
H A DmeshShaderKey.h64 HdSt_GeometricShader::FvarPatchType fvarPatchType);
90 return fvarPatchType; in GetFvarPatchType()
100 HdSt_GeometricShader::FvarPatchType fvarPatchType; member
H A DgeometricShader.cpp55 FvarPatchType fvarPatchType, in HdSt_GeometricShader() argument
67 , _fvarPatchType(fvarPatchType) in HdSt_GeometricShader()
88 boost::hash_combine(_hash, fvarPatchType); in HdSt_GeometricShader()
H A DmeshShaderKey.cpp149 HdSt_GeometricShader::FvarPatchType fvarPatchType) in HdSt_MeshShaderKey() argument
156 , fvarPatchType(fvarPatchType) in HdSt_MeshShaderKey()
H A DgeometricShader.h142 FvarPatchType fvarPatchType,
H A Dmesh.cpp2371 FvarPatchType fvarPatchType = FvarPatchType::PATCH_COARSE_TRIANGLES; in _UpdateDrawItemGeometricShader() local
2377 fvarPatchType = FvarPatchType::PATCH_BSPLINE; in _UpdateDrawItemGeometricShader()
2379 fvarPatchType = FvarPatchType::PATCH_BOXSPLINETRIANGLE; in _UpdateDrawItemGeometricShader()
2381 fvarPatchType = FvarPatchType::PATCH_REFINED_TRIANGLES; in _UpdateDrawItemGeometricShader()
2383 fvarPatchType = FvarPatchType::PATCH_REFINED_QUADS; in _UpdateDrawItemGeometricShader()
2388 fvarPatchType = FvarPatchType::PATCH_COARSE_QUADS; in _UpdateDrawItemGeometricShader()
2493 fvarPatchType); in _UpdateDrawItemGeometricShader()
H A DcodeGen.cpp1691 HdSt_GeometricShader::FvarPatchType const& fvarPatchType, in _EmitFVarGSAccessor() argument
1698 if ((fvarPatchType == in _EmitFVarGSAccessor()
1700 (fvarPatchType == in _EmitFVarGSAccessor()
1714 if (fvarPatchType == in _EmitFVarGSAccessor()
1717 } else if (fvarPatchType == in _EmitFVarGSAccessor()
1722 switch (fvarPatchType) { in _EmitFVarGSAccessor()
1812 switch (fvarPatchType) { in _EmitFVarGSAccessor()
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/examples/mtlViewer/
H A DmtlViewer.metal429 int fvarPatchType = OsdPatchParamIsRegular(fvarParam)
434 int numPoints = OsdEvaluatePatchBasisNormalized(fvarPatchType, fvarParam,