Home
last modified time | relevance | path

Searched refs:effectiveBaseLevel (Results 1 – 25 of 84) sorted by relevance

1234

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/gl/
H A DTextureGL.cpp1298 const GLuint effectiveBaseLevel = mState.getEffectiveBaseLevel(); in generateMipmap() local
1313 GLuint levelCount = maxLevel - effectiveBaseLevel + 1; in generateMipmap()
1320 mState.getImageDesc(gl::TextureTarget::_2D, effectiveBaseLevel + levelIdx); in generateMipmap()
1329 ToGLenum(getType()), effectiveBaseLevel + levelIdx, in generateMipmap()
1337 ANGLE_TRY(blitter->generateSRGBMipmap(context, this, effectiveBaseLevel, levelCount, in generateMipmap()
1345 setLevelInfo(context, getType(), effectiveBaseLevel, maxLevel - effectiveBaseLevel, in generateMipmap()
1925 GLint effectiveBaseLevel = mState.getEffectiveBaseLevel(); in getBaseLevelInfo() local
1929 return getLevelInfo(target, effectiveBaseLevel); in getBaseLevelInfo()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/renderer/gl/
H A DTextureGL.cpp756 const GLuint effectiveBaseLevel = mState.getEffectiveBaseLevel(); in generateMipmap() local
761 setLevelInfo(effectiveBaseLevel, maxLevel - effectiveBaseLevel, mLevelInfo[effectiveBaseLevel]); in generateMipmap()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/gl/
H A DTextureGL.cpp1252 const GLuint effectiveBaseLevel = mState.getEffectiveBaseLevel(); in generateMipmap() local
1255 setLevelInfo(context, getType(), effectiveBaseLevel, maxLevel - effectiveBaseLevel, in generateMipmap()
1808 GLint effectiveBaseLevel = mState.getEffectiveBaseLevel(); in getBaseLevelInfo() local
1812 return getLevelInfo(target, effectiveBaseLevel); in getBaseLevelInfo()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/
H A DvalidationEGL.cpp136 const GLuint effectiveBaseLevel = texture->getTextureState().getEffectiveBaseLevel(); in ValidateCreateImageKHRMipLevelCommon() local
138 (!texture->isMipmapComplete() || static_cast<GLuint>(level) < effectiveBaseLevel || in ValidateCreateImageKHRMipLevelCommon()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A DTextureStorage11.cpp214 const GLuint effectiveBaseLevel = textureState.getEffectiveBaseLevel(); in getSRV() local
218 mipmapping ? (textureState.getEffectiveMaxLevel() - effectiveBaseLevel + 1) : 1; in getSRV()
222 mipLevels = std::min(mipLevels, mMipLevels - mTopLevel - effectiveBaseLevel); in getSRV()
247 int effectiveTopLevel = effectiveBaseLevel + mipLevels - 1; in getSRV()
252 SRVKey key(effectiveBaseLevel, mipLevels, swizzleRequired, useDropStencil); in getSRV()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A DTextureStorage11.cpp214 const GLuint effectiveBaseLevel = textureState.getEffectiveBaseLevel(); in getSRV() local
218 mipmapping ? (textureState.getEffectiveMaxLevel() - effectiveBaseLevel + 1) : 1; in getSRV()
222 mipLevels = std::min(mipLevels, mMipLevels - mTopLevel - effectiveBaseLevel); in getSRV()
247 int effectiveTopLevel = effectiveBaseLevel + mipLevels - 1; in getSRV()
252 SRVKey key(effectiveBaseLevel, mipLevels, swizzleRequired, useDropStencil); in getSRV()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A DTextureStorage11.cpp214 const GLuint effectiveBaseLevel = textureState.getEffectiveBaseLevel(); in getSRV() local
218 mipmapping ? (textureState.getEffectiveMaxLevel() - effectiveBaseLevel + 1) : 1; in getSRV()
222 mipLevels = std::min(mipLevels, mMipLevels - mTopLevel - effectiveBaseLevel); in getSRV()
247 int effectiveTopLevel = effectiveBaseLevel + mipLevels - 1; in getSRV()
252 SRVKey key(effectiveBaseLevel, mipLevels, swizzleRequired, useDropStencil); in getSRV()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A DTextureStorage11.cpp214 const GLuint effectiveBaseLevel = textureState.getEffectiveBaseLevel(); in getSRV() local
218 mipmapping ? (textureState.getEffectiveMaxLevel() - effectiveBaseLevel + 1) : 1; in getSRV()
222 mipLevels = std::min(mipLevels, mMipLevels - mTopLevel - effectiveBaseLevel); in getSRV()
247 int effectiveTopLevel = effectiveBaseLevel + mipLevels - 1; in getSRV()
252 SRVKey key(effectiveBaseLevel, mipLevels, swizzleRequired, useDropStencil); in getSRV()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A DTextureStorage11.cpp214 const GLuint effectiveBaseLevel = textureState.getEffectiveBaseLevel(); in getSRV() local
218 mipmapping ? (textureState.getEffectiveMaxLevel() - effectiveBaseLevel + 1) : 1; in getSRV()
222 mipLevels = std::min(mipLevels, mMipLevels - mTopLevel - effectiveBaseLevel); in getSRV()
247 int effectiveTopLevel = effectiveBaseLevel + mipLevels - 1; in getSRV()
252 SRVKey key(effectiveBaseLevel, mipLevels, swizzleRequired, useDropStencil); in getSRV()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A DTextureStorage11.cpp214 const GLuint effectiveBaseLevel = textureState.getEffectiveBaseLevel(); in getSRV() local
218 mipmapping ? (textureState.getEffectiveMaxLevel() - effectiveBaseLevel + 1) : 1; in getSRV()
222 mipLevels = std::min(mipLevels, mMipLevels - mTopLevel - effectiveBaseLevel); in getSRV()
247 int effectiveTopLevel = effectiveBaseLevel + mipLevels - 1; in getSRV()
252 SRVKey key(effectiveBaseLevel, mipLevels, swizzleRequired, useDropStencil); in getSRV()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A DTextureStorage11.cpp214 const GLuint effectiveBaseLevel = textureState.getEffectiveBaseLevel(); in getSRV() local
218 mipmapping ? (textureState.getEffectiveMaxLevel() - effectiveBaseLevel + 1) : 1; in getSRV()
222 mipLevels = std::min(mipLevels, mMipLevels - mTopLevel - effectiveBaseLevel); in getSRV()
247 int effectiveTopLevel = effectiveBaseLevel + mipLevels - 1; in getSRV()
252 SRVKey key(effectiveBaseLevel, mipLevels, swizzleRequired, useDropStencil); in getSRV()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A DTextureStorage11.cpp214 const GLuint effectiveBaseLevel = textureState.getEffectiveBaseLevel(); in getSRV() local
218 mipmapping ? (textureState.getEffectiveMaxLevel() - effectiveBaseLevel + 1) : 1; in getSRV()
222 mipLevels = std::min(mipLevels, mMipLevels - mTopLevel - effectiveBaseLevel); in getSRV()
247 int effectiveTopLevel = effectiveBaseLevel + mipLevels - 1; in getSRV()
252 SRVKey key(effectiveBaseLevel, mipLevels, swizzleRequired, useDropStencil); in getSRV()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A DTextureStorage11.cpp214 const GLuint effectiveBaseLevel = textureState.getEffectiveBaseLevel(); in getSRV() local
218 mipmapping ? (textureState.getEffectiveMaxLevel() - effectiveBaseLevel + 1) : 1; in getSRV()
222 mipLevels = std::min(mipLevels, mMipLevels - mTopLevel - effectiveBaseLevel); in getSRV()
247 int effectiveTopLevel = effectiveBaseLevel + mipLevels - 1; in getSRV()
252 SRVKey key(effectiveBaseLevel, mipLevels, swizzleRequired, useDropStencil); in getSRV()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A DTextureStorage11.cpp214 const GLuint effectiveBaseLevel = textureState.getEffectiveBaseLevel(); in getSRV() local
218 mipmapping ? (textureState.getEffectiveMaxLevel() - effectiveBaseLevel + 1) : 1; in getSRV()
222 mipLevels = std::min(mipLevels, mMipLevels - mTopLevel - effectiveBaseLevel); in getSRV()
247 int effectiveTopLevel = effectiveBaseLevel + mipLevels - 1; in getSRV()
252 SRVKey key(effectiveBaseLevel, mipLevels, swizzleRequired, useDropStencil); in getSRV()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A DTextureStorage11.cpp214 const GLuint effectiveBaseLevel = textureState.getEffectiveBaseLevel(); in getSRV() local
218 mipmapping ? (textureState.getEffectiveMaxLevel() - effectiveBaseLevel + 1) : 1; in getSRV()
222 mipLevels = std::min(mipLevels, mMipLevels - mTopLevel - effectiveBaseLevel); in getSRV()
247 int effectiveTopLevel = effectiveBaseLevel + mipLevels - 1; in getSRV()
252 SRVKey key(effectiveBaseLevel, mipLevels, swizzleRequired, useDropStencil); in getSRV()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A DTextureStorage11.cpp214 const GLuint effectiveBaseLevel = textureState.getEffectiveBaseLevel(); in getSRV() local
218 mipmapping ? (textureState.getEffectiveMaxLevel() - effectiveBaseLevel + 1) : 1; in getSRV()
222 mipLevels = std::min(mipLevels, mMipLevels - mTopLevel - effectiveBaseLevel); in getSRV()
247 int effectiveTopLevel = effectiveBaseLevel + mipLevels - 1; in getSRV()
252 SRVKey key(effectiveBaseLevel, mipLevels, swizzleRequired, useDropStencil); in getSRV()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A DTextureStorage11.cpp214 const GLuint effectiveBaseLevel = textureState.getEffectiveBaseLevel(); in getSRV() local
218 mipmapping ? (textureState.getEffectiveMaxLevel() - effectiveBaseLevel + 1) : 1; in getSRV()
222 mipLevels = std::min(mipLevels, mMipLevels - mTopLevel - effectiveBaseLevel); in getSRV()
247 int effectiveTopLevel = effectiveBaseLevel + mipLevels - 1; in getSRV()
252 SRVKey key(effectiveBaseLevel, mipLevels, swizzleRequired, useDropStencil); in getSRV()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A DTextureStorage11.cpp214 const GLuint effectiveBaseLevel = textureState.getEffectiveBaseLevel(); in getSRV() local
218 mipmapping ? (textureState.getEffectiveMaxLevel() - effectiveBaseLevel + 1) : 1; in getSRV()
222 mipLevels = std::min(mipLevels, mMipLevels - mTopLevel - effectiveBaseLevel); in getSRV()
247 int effectiveTopLevel = effectiveBaseLevel + mipLevels - 1; in getSRV()
252 SRVKey key(effectiveBaseLevel, mipLevels, swizzleRequired, useDropStencil); in getSRV()
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A DTextureStorage11.cpp214 const GLuint effectiveBaseLevel = textureState.getEffectiveBaseLevel(); in getSRV() local
218 mipmapping ? (textureState.getEffectiveMaxLevel() - effectiveBaseLevel + 1) : 1; in getSRV()
222 mipLevels = std::min(mipLevels, mMipLevels - mTopLevel - effectiveBaseLevel); in getSRV()
247 int effectiveTopLevel = effectiveBaseLevel + mipLevels - 1; in getSRV()
252 SRVKey key(effectiveBaseLevel, mipLevels, swizzleRequired, useDropStencil); in getSRV()
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A DTextureStorage11.cpp214 const GLuint effectiveBaseLevel = textureState.getEffectiveBaseLevel(); in getSRV() local
218 mipmapping ? (textureState.getEffectiveMaxLevel() - effectiveBaseLevel + 1) : 1; in getSRV()
222 mipLevels = std::min(mipLevels, mMipLevels - mTopLevel - effectiveBaseLevel); in getSRV()
247 int effectiveTopLevel = effectiveBaseLevel + mipLevels - 1; in getSRV()
252 SRVKey key(effectiveBaseLevel, mipLevels, swizzleRequired, useDropStencil); in getSRV()
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A DTextureStorage11.cpp214 const GLuint effectiveBaseLevel = textureState.getEffectiveBaseLevel(); in getSRV() local
218 mipmapping ? (textureState.getEffectiveMaxLevel() - effectiveBaseLevel + 1) : 1; in getSRV()
222 mipLevels = std::min(mipLevels, mMipLevels - mTopLevel - effectiveBaseLevel); in getSRV()
247 int effectiveTopLevel = effectiveBaseLevel + mipLevels - 1; in getSRV()
252 SRVKey key(effectiveBaseLevel, mipLevels, swizzleRequired, useDropStencil); in getSRV()
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A DTextureStorage11.cpp214 const GLuint effectiveBaseLevel = textureState.getEffectiveBaseLevel(); in getSRV() local
218 mipmapping ? (textureState.getEffectiveMaxLevel() - effectiveBaseLevel + 1) : 1; in getSRV()
222 mipLevels = std::min(mipLevels, mMipLevels - mTopLevel - effectiveBaseLevel); in getSRV()
247 int effectiveTopLevel = effectiveBaseLevel + mipLevels - 1; in getSRV()
252 SRVKey key(effectiveBaseLevel, mipLevels, swizzleRequired, useDropStencil); in getSRV()
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A DTextureStorage11.cpp214 const GLuint effectiveBaseLevel = textureState.getEffectiveBaseLevel(); in getSRV() local
218 mipmapping ? (textureState.getEffectiveMaxLevel() - effectiveBaseLevel + 1) : 1; in getSRV()
222 mipLevels = std::min(mipLevels, mMipLevels - mTopLevel - effectiveBaseLevel); in getSRV()
247 int effectiveTopLevel = effectiveBaseLevel + mipLevels - 1; in getSRV()
252 SRVKey key(effectiveBaseLevel, mipLevels, swizzleRequired, useDropStencil); in getSRV()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DvalidationEGL.cpp141 const GLuint effectiveBaseLevel = texture->getTextureState().getEffectiveBaseLevel(); in ValidateCreateImageKHRMipLevelCommon() local
143 (!texture->isMipmapComplete() || static_cast<GLuint>(level) < effectiveBaseLevel || in ValidateCreateImageKHRMipLevelCommon()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DvalidationEGL.cpp141 const GLuint effectiveBaseLevel = texture->getTextureState().getEffectiveBaseLevel(); in ValidateCreateImageKHRMipLevelCommon() local
143 (!texture->isMipmapComplete() || static_cast<GLuint>(level) < effectiveBaseLevel || in ValidateCreateImageKHRMipLevelCommon()

1234