Home
last modified time | relevance | path

Searched refs:doRefine (Results 1 – 8 of 8) sorted by relevance

/dports/misc/usd/USD-21.11/pxr/imaging/plugin/hdEmbree/
H A Dmesh.cpp642 bool doRefine = (desc.geomStyle == HdMeshGeomStyleSurf); in _PopulateRtMesh() local
645 doRefine = doRefine && (_topology.GetScheme() != PxOsdOpenSubdivTokens->none); in _PopulateRtMesh()
648 doRefine = doRefine && (_topology.GetRefineLevel() > 0); in _PopulateRtMesh()
678 doRefine != _refined) { in _PopulateRtMesh()
712 if (doRefine) { in _PopulateRtMesh()
722 _refined = doRefine; in _PopulateRtMesh()
744 if (doRefine) { in _PopulateRtMesh()
764 if (doRefine) { in _PopulateRtMesh()
/dports/misc/usd/USD-21.11/pxr/imaging/hdSt/
H A Dmesh.cpp1166 bool doRefine, in _RefineOrQuadrangulateVertexAndVaryingPrimvar() argument
1172 if (doRefine) { in _RefineOrQuadrangulateVertexAndVaryingPrimvar()
1185 bool doRefine, in _RefineOrQuadrangulateOrTriangulateFaceVaryingPrimvar() argument
1194 if (doRefine) { in _RefineOrQuadrangulateOrTriangulateFaceVaryingPrimvar()
1316 const bool doRefine = (refineLevel > 0); in _PopulateVertexPrimvars() local
1322 source, _topology, id, doRefine, doQuadrangulate, in _PopulateVertexPrimvars()
1329 source, _topology, id, doRefine, doQuadrangulate, in _PopulateVertexPrimvars()
1417 source, _topology, id, doRefine, doQuadrangulate, in _PopulateVertexPrimvars()
1467 if (doRefine) { in _PopulateVertexPrimvars()
1737 const bool doRefine = (refineLevel > 0 && in _PopulateFaceVaryingPrimvars() local
[all …]
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/editsegment/
H A Deditsegment.h51 bool doRefine; variable
H A Dcutting.h350 void Colorize(bool selectForeground, bool doRefine) { in Colorize() argument
380 if (doRefine) { in Colorize()
457 if (doRefine) { in Colorize()
H A Deditsegment.cpp272 doRefine = true; in EditSegment()
518 meshCut->Colorize(selectForeground, doRefine); in MeshCutSlot()
534 doRefine = value; in doRefineSlot()
/dports/math/cvc4/CVC4-1.7/src/theory/quantifiers/sygus/
H A Dsynth_conjecture.h108 void doRefine(std::vector<Node>& lems);
H A Dsynth_engine.cpp367 conj->doRefine(rlems); in checkConjecture()
H A Dsynth_conjecture.cpp631 void SynthConjecture::doRefine(std::vector<Node>& lems) in doRefine() function in CVC4::theory::quantifiers::SynthConjecture