Home
last modified time | relevance | path

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

/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/opensubdiv/far/
H A DpatchTable.cpp43 _vertexPrecisionIsDouble(false), in PatchTable()
65 _vertexPrecisionIsDouble(src._vertexPrecisionIsDouble), in PatchTable()
70 if (src._vertexPrecisionIsDouble) { in PatchTable()
104 if (_vertexPrecisionIsDouble) { in ~PatchTable()
403 return _vertexPrecisionIsDouble in GetNumLocalPoints()
H A DpatchTable.h685 unsigned int _vertexPrecisionIsDouble : 1; variable
702 return !_vertexPrecisionIsDouble;
715 return _vertexPrecisionIsDouble;
H A DpatchTableFactory.cpp462 _table->_vertexPrecisionIsDouble = _options.patchPrecisionDouble; in PatchTableBuilder()