Home
last modified time | relevance | path

Searched refs:lodSize (Results 1 – 25 of 29) sorted by relevance

12

/dports/graphics/krita/krita-4.4.8/libs/image/
H A Dkis_memory_statistics_server.cpp70 qint64 &lodSize) in addDevice() argument
90 lodSize += lodData; in addDevice()
98 qint64 &lodSize) in calculateNodeMemoryHiBoundStep() argument
107 addDevice(node->paintDevice(), false, devices, memBound, layersSize, projectionsSize, lodSize); in calculateNodeMemoryHiBoundStep()
108 …e(node->original(), originalIsProjection, devices, memBound, layersSize, projectionsSize, lodSize); in calculateNodeMemoryHiBoundStep()
109 addDevice(node->projection(), true, devices, memBound, layersSize, projectionsSize, lodSize); in calculateNodeMemoryHiBoundStep()
114 layersSize, projectionsSize, lodSize); in calculateNodeMemoryHiBoundStep()
124 qint64 &lodSize) in calculateNodeMemoryHiBound() argument
128 lodSize = 0; in calculateNodeMemoryHiBound()
135 lodSize); in calculateNodeMemoryHiBound()
[all …]
H A Dkis_memory_statistics_server.h40 lodSize(0), in Statistics()
59 qint64 lodSize; member
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Physics/
H A DCollisionShape.cpp324 IntVector2 lodSize = size_; in HeightfieldData() local
333 int rX = lodSize.x_ & 1; in HeightfieldData()
334 int rY = lodSize.y_ & 1; in HeightfieldData()
335 lodSize.x_ >>= 1; in HeightfieldData()
336 lodSize.y_ >>= 1; in HeightfieldData()
337 lodSize.x_ += rX; in HeightfieldData()
338 lodSize.y_ += rY; in HeightfieldData()
339 if (lodSize.x_ <= 2 || lodSize.y_ <= 2) in HeightfieldData()
343 SharedArrayPtr<float> lodHeightData(new float[lodSize.x_ * lodSize.y_]); in HeightfieldData()
344 for (int y = 0, dY = 0; y < size_.y_ && dY < lodSize.y_; y += skip, ++dY) in HeightfieldData()
[all …]
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/txp/
H A Dtrpage_managers.cpp307 head->GetLodSize(lod,lodSize); in Init()
358 if (newCell.x >= lodSize.x) newCell.x = lodSize.x-1; in SetLocation()
359 if (newCell.y >= lodSize.y) newCell.y = lodSize.y-1; in SetLocation()
471 ne.x = MIN(lodSize.x-1,ne.x); in AddChildrenToLoadList()
472 ne.y = MIN(lodSize.y-1,ne.y); in AddChildrenToLoadList()
540 ne.x = MIN(lodSize.x-1,ne.x); in AddToLoadList()
541 ne.y = MIN(lodSize.y-1,ne.y); in AddToLoadList()
579 ne.x = MIN(lodSize.x-1,ne.x); ne.y = MIN(lodSize.y-1,ne.y); in Update()
699 ne.x = MIN(lodSize.x-1,ne.x); in GetLoadedTileWithin()
700 ne.y = MIN(lodSize.y-1,ne.y); in GetLoadedTileWithin()
[all …]
H A Dtrpage_warchive.cpp495 trpg2iPoint lodSize; in CheckpointHeader() local
496 header.GetLodSize(0,lodSize); in CheckpointHeader()
497 tileTable.SetNumTiles(lodSize.x, lodSize.y, 0); in CheckpointHeader()
524 trpg2iPoint lodSize; in CheckpointHeader() local
525 header.GetLodSize(0,lodSize); in CheckpointHeader()
526 tileTable.SetNumTiles(lodSize.x, lodSize.y, 0); in CheckpointHeader()
537 trpg2iPoint lodSize; in CheckpointHeader() local
538 header.GetLodSize(i,lodSize); in CheckpointHeader()
539 tileTable.SetNumTiles(lodSize.x,lodSize.y,i); in CheckpointHeader()
H A Dtrpage_managers.h315 return lodSize; in GetLodSize()
389 trpg2iPoint lodSize; variable
H A Dtrpage_rarchive.cpp352 trpg2iPoint lodSize; in ReadTile() local
353 header.GetLodSize(lod,lodSize); in ReadTile()
354 if (static_cast<int>(x) >= lodSize.x || static_cast<int>(y) >= lodSize.y) in ReadTile()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/
H A Dtrpage_managers.cpp299 head->GetLodSize(lod,lodSize); in Init()
350 if (newCell.x >= lodSize.x) newCell.x = lodSize.x-1; in SetLocation()
351 if (newCell.y >= lodSize.y) newCell.y = lodSize.y-1; in SetLocation()
463 ne.x = MIN(lodSize.x-1,ne.x); in AddChildrenToLoadList()
464 ne.y = MIN(lodSize.y-1,ne.y); in AddChildrenToLoadList()
532 ne.x = MIN(lodSize.x-1,ne.x); in AddToLoadList()
533 ne.y = MIN(lodSize.y-1,ne.y); in AddToLoadList()
571 ne.x = MIN(lodSize.x-1,ne.x); ne.y = MIN(lodSize.y-1,ne.y); in Update()
691 ne.x = MIN(lodSize.x-1,ne.x); in GetLoadedTileWithin()
692 ne.y = MIN(lodSize.y-1,ne.y); in GetLoadedTileWithin()
[all …]
H A Dtrpage_warchive.cpp495 trpg2iPoint lodSize; in CheckpointHeader() local
496 header.GetLodSize(0,lodSize); in CheckpointHeader()
497 tileTable.SetNumTiles(lodSize.x, lodSize.y, 0); in CheckpointHeader()
524 trpg2iPoint lodSize; in CheckpointHeader() local
525 header.GetLodSize(0,lodSize); in CheckpointHeader()
526 tileTable.SetNumTiles(lodSize.x, lodSize.y, 0); in CheckpointHeader()
537 trpg2iPoint lodSize; in CheckpointHeader() local
538 header.GetLodSize(i,lodSize); in CheckpointHeader()
539 tileTable.SetNumTiles(lodSize.x,lodSize.y,i); in CheckpointHeader()
H A Dtrpage_managers.h315 return lodSize; in GetLodSize()
389 trpg2iPoint lodSize; variable
H A Dtrpage_rarchive.cpp326 trpg2iPoint lodSize; in ReadTile() local
327 header.GetLodSize(lod,lodSize); in ReadTile()
328 if (static_cast<int>(x) >= lodSize.x || static_cast<int>(y) >= lodSize.y) in ReadTile()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/SDK/OSX/Xcode Templates/Xcode4/Project Templates/Ogre/iOS Application.xctemplate/media/RTShaderLib/
H A DSGXLib_TextureAtlas.cg56 //float2 lodSize = mipSize * imageSize / tileSize;
59 …//atlasTexcoord = atlasTexcoord * ((lodSize * (tileSize / imageSize) - 1.0) / lodSize) + (0.5 / lo…
H A DSGXLib_TextureAtlas.hlsl56 //float2 lodSize = mipSize * imageSize / tileSize;
59 …//atlasTexcoord = atlasTexcoord * ((lodSize * (tileSize / imageSize) - 1.0) / lodSize) + (0.5 / lo…
H A DSGXLib_TextureAtlas.glsles56 //float2 lodSize = mipSize * imageSize / tileSize;
59 …//atlasTexcoord = atlasTexcoord * ((lodSize * (tileSize / imageSize) - 1.0) / lodSize) + (0.5 / lo…
H A DSGXLib_TextureAtlas.glsl56 //float2 lodSize = mipSize * imageSize / tileSize;
59 …//atlasTexcoord = atlasTexcoord * ((lodSize * (tileSize / imageSize) - 1.0) / lodSize) + (0.5 / lo…
/dports/games/opendungeons/OpenDungeons-0.7.1/materials/RTShaderLib/Cg/
H A DSGXLib_TextureAtlas.cg62 //float2 lodSize = mipSize * imageSize / tileSize;
65 …//atlasTexcoord = atlasTexcoord * ((lodSize * (tileSize / imageSize) - 1.0) / lodSize) + (0.5 / lo…
/dports/games/opendungeons/OpenDungeons-0.7.1/materials/RTShaderLib/GLSL/
H A DSGXLib_TextureAtlas.glsl63 //vec2 lodSize = mipSize * imageSize / tileSize;
66 …//atlasTexcoord = atlasTexcoord * ((lodSize * (tileSize / imageSize) - 1.0) / lodSize) + (0.5 / lo…
/dports/games/opendungeons/OpenDungeons-0.7.1/materials/RTShaderLib/HLSL/
H A DSGXLib_TextureAtlas.hlsl62 //float2 lodSize = mipSize * imageSize / tileSize;
65 …//atlasTexcoord = atlasTexcoord * ((lodSize * (tileSize / imageSize) - 1.0) / lodSize) + (0.5 / lo…
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Samples/Media/RTShaderLib/GLSLES/
H A DSGXLib_TextureAtlas.glsles62 //vec2 lodSize = mipSize * imageSize / tileSize;
65 …//atlasTexcoord = atlasTexcoord * ((lodSize * (tileSize / imageSize) - 1.0) / lodSize) + (0.5 / lo…
/dports/graphics/ogre3d/ogre-1.11.6/Samples/Media/RTShaderLib/GLSL/
H A DSGXLib_TextureAtlas.glsl61 //vec2 lodSize = mipSize * imageSize / tileSize;
65 …//atlasTexCoord = atlasTexCoord * ((lodSize * (tileSize / imageSize) - 1.0) / lodSize) + (0.5 / lo…
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Samples/Media/RTShaderLib/Cg/
H A DSGXLib_TextureAtlas.cg62 //float2 lodSize = mipSize * imageSize / tileSize;
65 …//atlasTexcoord = atlasTexcoord * ((lodSize * (tileSize / imageSize) - 1.0) / lodSize) + (0.5 / lo…
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Samples/Media/RTShaderLib/GLSL/
H A DSGXLib_TextureAtlas.glsl63 //vec2 lodSize = mipSize * imageSize / tileSize;
66 …//atlasTexcoord = atlasTexcoord * ((lodSize * (tileSize / imageSize) - 1.0) / lodSize) + (0.5 / lo…
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Samples/Media/RTShaderLib/HLSL/
H A DSGXLib_TextureAtlas.hlsl62 //float2 lodSize = mipSize * imageSize / tileSize;
65 …//atlasTexcoord = atlasTexcoord * ((lodSize * (tileSize / imageSize) - 1.0) / lodSize) + (0.5 / lo…
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Samples/Media/RTShaderLib/GLSL150/
H A DSGXLib_TextureAtlas.glsl61 //vec2 lodSize = mipSize * imageSize / tileSize;
64 …//atlasTexcoord = atlasTexcoord * ((lodSize * (tileSize / imageSize) - 1.0) / lodSize) + (0.5 / lo…
/dports/graphics/pixie/Pixie/src/ri/
H A Dattributes.h172 float lodSize; variable

12