Home
last modified time | relevance | path

Searched refs:GetNumPatches (Results 1 – 25 of 35) sorted by relevance

12

/dports/graphics/blender/blender-2.91.0/intern/cycles/subd/
H A Dsubd_patch_table.cpp99 for (int j = 0; j < patch_table->GetNumPatches(array); j++) { in build_patch_map()
117 for (int i = 0; i < patch_table->GetNumPatches(array); in build_patch_map()
208 int patches = patch_table->GetNumPatches(i); in pack()
227 *(array++) = patch_table->GetNumPatches(i); in pack()
240 int patches = patch_table->GetNumPatches(i); in pack()
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/opensubdiv/osd/
H A DcpuPatchTable.cpp42 int nPatch = farPatchTable->GetNumPatches(j); in CpuPatchTable()
67 int numPatchesThisArray = farPatchTable->GetNumPatches(j); in CpuPatchTable()
140 int numPatchesJ = farPatchTable->GetNumPatches(j); in CpuPatchTable()
H A Dtypes.h103 int GetNumPatches() const { in GetNumPatches() function
H A DglLegacyGregoryPatchTable.cpp100 result->_quadOffsetsBase[1] = farPatchTable->GetNumPatches(i) * 4; in Create()
H A Dd3d11LegacyGregoryPatchTable.cpp133 result->_quadOffsetsBase[1] = farPatchTable->GetNumPatches(i) * 4; in Create()
H A DmtlLegacyGregoryPatchTable.mm85 pt->_quadOffsetsBase[1] = farPatchTable->GetNumPatches(i) * 4;
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/examples/mtlViewer/
H A DmtlViewer.mm507 _patchCounts[patchType] = patch.GetNumPatches();
545 patchStart:0 patchCount:patch.GetNumPatches()
557 patchStart:0 patchCount:patch.GetNumPatches()
563 patchStart:0 patchCount:patch.GetNumPatches()
578 patchStart:0 patchCount:patch.GetNumPatches()
590 patchStart:0 patchCount:patch.GetNumPatches()
596 patchStart:0 patchCount:patch.GetNumPatches()
696 …int numTotalControlPoints = patch.GetNumPatches() * pipelineConfig.numControlPointsPerPatchRefined;
970 totalPerPatchTessFactorsSize += 2 * 4 * sizeof(float) * patch.GetNumPatches();
972 … totalTessFactorsSize += patch.GetNumPatches() * (pipelineConfig.useTriangleTessellation
[all …]
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/examples/mtlPtexViewer/
H A DmtlPtexViewer.mm505 patchStart:0 patchCount:patch.GetNumPatches()
517 patchStart:0 patchCount:patch.GetNumPatches()
523 patchStart:0 patchCount:patch.GetNumPatches()
538 patchStart:0 patchCount:patch.GetNumPatches()
550 patchStart:0 patchCount:patch.GetNumPatches()
556 patchStart:0 patchCount:patch.GetNumPatches()
623 …int numTotalControlPoints = patch.GetNumPatches() * pipelineConfig.numControlPointsPerPatchRefined;
628 …unsigned kernelExecutionLimit = patch.GetNumPatches() * pipelineConfig.numControlPointsPerPatchToD…
891 totalPerPatchTessFactorsSize += 2 * 4 * sizeof(float) * patch.GetNumPatches();
893 … totalTessFactorsSize += patch.GetNumPatches() * (pipelineConfig.useTriangleTessellation
[all …]
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/opensubdiv/far/
H A DpatchMap.cpp122 for (Index j=0; j < patchTable.GetNumPatches(pArray); ++j, ++handleIndex) { in initializeHandles()
H A DpatchTable.h135 int GetNumPatches(int array) const;
H A DpatchTable.cpp305 PatchTable::GetNumPatches(int arrayIndex) const { in GetNumPatches() function in OpenSubdiv::OPENSUBDIV_VERSION::Far::PatchTable
H A DpatchTableFactory.cpp685 npatches += _table->GetNumPatches(i); in allocateVertexTables()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/LuaScript/pkgs/Graphics/
H A DTerrain.pkg33 const IntVector2& GetNumPatches() const;
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/
H A DTerrain.h116 const IntVector2& GetNumPatches() const { return numPatches_; } in GetNumPatches() function
H A DTerrain.cpp562 return south_->GetPatch(x, z + south_->GetNumPatches().y_); in GetNeighborPatch()
564 return west_->GetPatch(x + west_->GetNumPatches().x_, z); in GetNeighborPatch()
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/examples/farViewer/
H A Dgl_mesh.cpp623 nedges += patchTable.GetNumPatches(array) * getNumEdges(ncvs); in initializeBuffers()
648 for (int patch=0; patch<patchTable.GetNumPatches(array); ++patch) { in initializeBuffers()
689 for (int patch=0; patch<patchTable.GetNumPatches(array); ++patch, ++face) { in initializeBuffers()
H A DfarViewer.cpp343 int npatches = patchTable.GetNumPatches(array); in createPatchNumbers()
467 npatches = patchTable.GetNumPatches(array); in createGregoryBasis()
541 for (int patch=0; patch<(int)patchTable.GetNumPatches(array); ++patch) { in createPtexNumbers()
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/examples/glShareTopology/
H A DsceneBase.cpp233 patchArray.numPatches = patchTable->GetNumPatches(j); in CreateIndexBuffer()
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/examples/dxViewer/
H A Ddxviewer.cpp876 patchCount[patchType] += patch.GetNumPatches(); in display()
877 numTotalPatches += patch.GetNumPatches(); in display()
923 patch.GetNumPatches() * desc.GetNumControlVertices(), in display()
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/examples/glViewer/
H A DglViewer.cpp1179 patchCount[patchType] += patch.GetNumPatches(); in display()
1180 numTotalPatches += patch.GetNumPatches(); in display()
1186 patch.GetNumPatches() * desc.GetNumControlVertices(), in display()
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/examples/glPaintTest/
H A DglPaintTest.cpp672 patch.GetNumPatches() * desc.GetNumControlVertices(), in display()
806 patch.GetNumPatches() * desc.GetNumControlVertices(), in drawStroke()
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/examples/glFVarViewer/
H A DglFVarViewer.cpp888 patch.GetNumPatches()*patch.GetDescriptor().GetNumControlVertices(), in display()
922 patch.GetNumPatches()*patch.GetDescriptor().GetNumControlVertices(), in display()
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/examples/glImaging/
H A DglImaging.cpp439 patch.GetNumPatches() * desc.GetNumControlVertices(), in runTest()
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/documentation/
H A Dapi_overview.rst261 glDrawElements(GL_PATCHES, patch.GetNumPatches() * numVertsPerPatch,
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/examples/glPtexViewer/
H A DglPtexViewer.cpp1268 patch.GetNumPatches() * patch.GetDescriptor().GetNumControlVertices(), in drawModel()

12