Home
last modified time | relevance | path

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

/dports/math/libxsmm/libxsmm-1.16.3/samples/seissol/
H A Dproxy_seissol_integrators.hpp34 m_cellData->localIntegration[l_cell].starMatrices, in computeAderIntegration()
60 m_cellData->localIntegration[l_cell].starMatrices, in computeVolumeIntegration()
86 m_cellData->localIntegration[l_cell].nApNm1, in computeLocalBoundaryIntegration()
118 m_cellData->localIntegration[l_cell].starMatrices, in computeLocalIntegration()
124 m_cellData->localIntegration[l_cell].starMatrices, in computeLocalIntegration()
130 m_cellData->localIntegration[l_cell].nApNm1, in computeLocalIntegration()
212 m_cellData->neighboringIntegration[l_cell].nAmNm1, in computeNeighboringIntegration()
H A Dproxy_seissol_allocator.hpp81 struct CellData *m_cellData; variable
374 m_cellData = (CellData*)malloc(sizeof(CellData)); in init_data_structures()
375 m_cellData->localIntegration = m_localIntegration; in init_data_structures()
376 m_cellData->neighboringIntegration = m_neighboringIntegration; in init_data_structures()
470 free(m_cellData); in free_data_structures()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dcellkeyframedata.h19 TCellData *m_cellData; variable
27 void setCellData(TCellData *data) { m_cellData = data; } in setCellData()
28 TCellData *getCellData() const { return m_cellData; } in getCellData()
H A Dcellkeyframedata.cpp11 : m_cellData(cellData), m_keyframeData(keyframeData) {} in TCellKeyframeData()
16 m_cellData = src->getCellData()->clone(); in TCellKeyframeData()
H A Dsubscenecommand.cpp2081 TCellData *m_cellData; member in __anon3e5639860111::ExplodeChildUndoWithoutRemovingColumn
2107 , m_cellData(cellData) in ExplodeChildUndoWithoutRemovingColumn()
2139 delete m_cellData; in ~ExplodeChildUndoWithoutRemovingColumn()
2167 m_cellData->getCells(xsh, m_from, m_index, to, index, false, false); in undo()
/dports/math/geogram/geogram-1.7.7/src/lib/geogram/third_party/xatlas/
H A Dxatlas.cpp4103 const uint32_t edge2 = m_cellData[offset]; in debugExport()
4107 offset = m_cellData[offset + 1]; in debugExport()
4141 m_cellData.clear(); in createGrid()
4142 m_cellData.reserve(edgeCount * 2); in createGrid()
4151 m_cellDataOffsets[cell] = m_cellData.size(); in createGrid()
4156 nextOffset = m_cellData.size(); in createGrid()
4162 m_cellData.push_back(edge); in createGrid()
4163 m_cellData.push_back(UINT32_MAX); in createGrid()
4177 const uint32_t edge2 = m_cellData[offset]; in computePotentialEdges()
4179 offset = m_cellData[offset + 1]; in computePotentialEdges()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/xatlas/
H A Dxatlas.cpp4180 const uint32_t edge2 = m_cellData[offset]; in debugExport()
4184 offset = m_cellData[offset + 1]; in debugExport()
4218 m_cellData.clear(); in createGrid()
4219 m_cellData.reserve(edgeCount * 2); in createGrid()
4228 m_cellDataOffsets[cell] = m_cellData.size(); in createGrid()
4233 nextOffset = m_cellData.size(); in createGrid()
4239 m_cellData.push_back(edge); in createGrid()
4240 m_cellData.push_back(UINT32_MAX); in createGrid()
4254 const uint32_t edge2 = m_cellData[offset]; in computePotentialEdges()
4256 offset = m_cellData[offset + 1]; in computePotentialEdges()
[all …]
/dports/devel/godot/godot-3.2.3-stable/thirdparty/xatlas/
H A Dxatlas.cpp4180 const uint32_t edge2 = m_cellData[offset]; in debugExport()
4184 offset = m_cellData[offset + 1]; in debugExport()
4218 m_cellData.clear(); in createGrid()
4219 m_cellData.reserve(edgeCount * 2); in createGrid()
4228 m_cellDataOffsets[cell] = m_cellData.size(); in createGrid()
4233 nextOffset = m_cellData.size(); in createGrid()
4239 m_cellData.push_back(edge); in createGrid()
4240 m_cellData.push_back(UINT32_MAX); in createGrid()
4254 const uint32_t edge2 = m_cellData[offset]; in computePotentialEdges()
4256 offset = m_cellData[offset + 1]; in computePotentialEdges()
[all …]