/dports/graphics/blender/blender-2.91.0/intern/cycles/subd/ |
H A D | subd_patch_table.cpp | 99 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 D | cpuPatchTable.cpp | 42 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 D | types.h | 103 int GetNumPatches() const { in GetNumPatches() function
|
H A D | glLegacyGregoryPatchTable.cpp | 100 result->_quadOffsetsBase[1] = farPatchTable->GetNumPatches(i) * 4; in Create()
|
H A D | d3d11LegacyGregoryPatchTable.cpp | 133 result->_quadOffsetsBase[1] = farPatchTable->GetNumPatches(i) * 4; in Create()
|
H A D | mtlLegacyGregoryPatchTable.mm | 85 pt->_quadOffsetsBase[1] = farPatchTable->GetNumPatches(i) * 4;
|
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/examples/mtlViewer/ |
H A D | mtlViewer.mm | 507 _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 D | mtlPtexViewer.mm | 505 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 D | patchMap.cpp | 122 for (Index j=0; j < patchTable.GetNumPatches(pArray); ++j, ++handleIndex) { in initializeHandles()
|
H A D | patchTable.h | 135 int GetNumPatches(int array) const;
|
H A D | patchTable.cpp | 305 PatchTable::GetNumPatches(int arrayIndex) const { in GetNumPatches() function in OpenSubdiv::OPENSUBDIV_VERSION::Far::PatchTable
|
H A D | patchTableFactory.cpp | 685 npatches += _table->GetNumPatches(i); in allocateVertexTables()
|
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/LuaScript/pkgs/Graphics/ |
H A D | Terrain.pkg | 33 const IntVector2& GetNumPatches() const;
|
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/ |
H A D | Terrain.h | 116 const IntVector2& GetNumPatches() const { return numPatches_; } in GetNumPatches() function
|
H A D | Terrain.cpp | 562 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 D | gl_mesh.cpp | 623 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 D | farViewer.cpp | 343 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 D | sceneBase.cpp | 233 patchArray.numPatches = patchTable->GetNumPatches(j); in CreateIndexBuffer()
|
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/examples/dxViewer/ |
H A D | dxviewer.cpp | 876 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 D | glViewer.cpp | 1179 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 D | glPaintTest.cpp | 672 patch.GetNumPatches() * desc.GetNumControlVertices(), in display() 806 patch.GetNumPatches() * desc.GetNumControlVertices(), in drawStroke()
|
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/examples/glFVarViewer/ |
H A D | glFVarViewer.cpp | 888 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 D | glImaging.cpp | 439 patch.GetNumPatches() * desc.GetNumControlVertices(), in runTest()
|
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/documentation/ |
H A D | api_overview.rst | 261 glDrawElements(GL_PATCHES, patch.GetNumPatches() * numVertsPerPatch,
|
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/examples/glPtexViewer/ |
H A D | glPtexViewer.cpp | 1268 patch.GetNumPatches() * patch.GetDescriptor().GetNumControlVertices(), in drawModel()
|