Home
last modified time | relevance | path

Searched refs:d3dFormatInfo (Results 1 – 25 of 191) sorted by relevance

12345678

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.cpp320 const d3d9::TextureFormat &d3dFormatInfo = d3d9::GetTextureFormatInfo(internalFormat); in GenerateTextureFormatCaps() local
323 if (d3dFormatInfo.texFormat != D3DFMT_UNKNOWN) in GenerateTextureFormatCaps()
338 if (d3dFormatInfo.renderFormat != D3DFMT_UNKNOWN) in GenerateTextureFormatCaps()
619 const D3DFormat &d3dFormatInfo = d3d9::GetD3DFormatInfo(format); in ComputeBlockSize() local
620 GLuint numBlocksWide = (width + d3dFormatInfo.blockWidth - 1) / d3dFormatInfo.blockWidth; in ComputeBlockSize()
621 GLuint numBlocksHight = (height + d3dFormatInfo.blockHeight - 1) / d3dFormatInfo.blockHeight; in ComputeBlockSize()
622 return (d3dFormatInfo.pixelBytes * numBlocksWide * numBlocksHight); in ComputeBlockSize()
627 const D3DFormat &d3dFormatInfo = d3d9::GetD3DFormatInfo(format); in MakeValidSize() local
631 if (isImage || *requestWidth < static_cast<GLsizei>(d3dFormatInfo.blockWidth) || in MakeValidSize()
632 *requestHeight < static_cast<GLsizei>(d3dFormatInfo.blockHeight)) in MakeValidSize()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.cpp427 if (d3dFormatInfo.texFormat != D3DFMT_UNKNOWN) in GenerateTextureFormatCaps()
445 D3DRTYPE_TEXTURE, d3dFormatInfo.texFormat)); in GenerateTextureFormatCaps()
448 if (d3dFormatInfo.renderFormat != D3DFMT_UNKNOWN) in GenerateTextureFormatCaps()
779 const D3DFormat &d3dFormatInfo = d3d9::GetD3DFormatInfo(format); in ComputeBlockSize() local
780 GLuint numBlocksWide = (width + d3dFormatInfo.blockWidth - 1) / d3dFormatInfo.blockWidth; in ComputeBlockSize()
781 GLuint numBlocksHight = (height + d3dFormatInfo.blockHeight - 1) / d3dFormatInfo.blockHeight; in ComputeBlockSize()
782 return (d3dFormatInfo.pixelBytes * numBlocksWide * numBlocksHight); in ComputeBlockSize()
791 const D3DFormat &d3dFormatInfo = d3d9::GetD3DFormatInfo(format); in MakeValidSize() local
796 *requestHeight < static_cast<GLsizei>(d3dFormatInfo.blockHeight)) in MakeValidSize()
798 while (*requestWidth % d3dFormatInfo.blockWidth != 0 || in MakeValidSize()
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.cpp322 const d3d9::TextureFormat &d3dFormatInfo = d3d9::GetTextureFormatInfo(internalFormat); in GenerateTextureFormatCaps() local
325 if (d3dFormatInfo.texFormat != D3DFMT_UNKNOWN) in GenerateTextureFormatCaps()
340 if (d3dFormatInfo.renderFormat != D3DFMT_UNKNOWN) in GenerateTextureFormatCaps()
627 const D3DFormat &d3dFormatInfo = d3d9::GetD3DFormatInfo(format); in ComputeBlockSize() local
628 GLuint numBlocksWide = (width + d3dFormatInfo.blockWidth - 1) / d3dFormatInfo.blockWidth; in ComputeBlockSize()
629 GLuint numBlocksHight = (height + d3dFormatInfo.blockHeight - 1) / d3dFormatInfo.blockHeight; in ComputeBlockSize()
630 return (d3dFormatInfo.pixelBytes * numBlocksWide * numBlocksHight); in ComputeBlockSize()
635 const D3DFormat &d3dFormatInfo = d3d9::GetD3DFormatInfo(format); in MakeValidSize() local
639 if (isImage || *requestWidth < static_cast<GLsizei>(d3dFormatInfo.blockWidth) || in MakeValidSize()
640 *requestHeight < static_cast<GLsizei>(d3dFormatInfo.blockHeight)) in MakeValidSize()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.cpp427 if (d3dFormatInfo.texFormat != D3DFMT_UNKNOWN) in GenerateTextureFormatCaps()
445 D3DRTYPE_TEXTURE, d3dFormatInfo.texFormat)); in GenerateTextureFormatCaps()
448 if (d3dFormatInfo.renderFormat != D3DFMT_UNKNOWN) in GenerateTextureFormatCaps()
779 const D3DFormat &d3dFormatInfo = d3d9::GetD3DFormatInfo(format); in ComputeBlockSize() local
780 GLuint numBlocksWide = (width + d3dFormatInfo.blockWidth - 1) / d3dFormatInfo.blockWidth; in ComputeBlockSize()
781 GLuint numBlocksHight = (height + d3dFormatInfo.blockHeight - 1) / d3dFormatInfo.blockHeight; in ComputeBlockSize()
782 return (d3dFormatInfo.pixelBytes * numBlocksWide * numBlocksHight); in ComputeBlockSize()
791 const D3DFormat &d3dFormatInfo = d3d9::GetD3DFormatInfo(format); in MakeValidSize() local
796 *requestHeight < static_cast<GLsizei>(d3dFormatInfo.blockHeight)) in MakeValidSize()
798 while (*requestWidth % d3dFormatInfo.blockWidth != 0 || in MakeValidSize()
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.cpp322 const d3d9::TextureFormat &d3dFormatInfo = d3d9::GetTextureFormatInfo(internalFormat); in GenerateTextureFormatCaps() local
325 if (d3dFormatInfo.texFormat != D3DFMT_UNKNOWN) in GenerateTextureFormatCaps()
340 if (d3dFormatInfo.renderFormat != D3DFMT_UNKNOWN) in GenerateTextureFormatCaps()
627 const D3DFormat &d3dFormatInfo = d3d9::GetD3DFormatInfo(format); in ComputeBlockSize() local
628 GLuint numBlocksWide = (width + d3dFormatInfo.blockWidth - 1) / d3dFormatInfo.blockWidth; in ComputeBlockSize()
629 GLuint numBlocksHight = (height + d3dFormatInfo.blockHeight - 1) / d3dFormatInfo.blockHeight; in ComputeBlockSize()
630 return (d3dFormatInfo.pixelBytes * numBlocksWide * numBlocksHight); in ComputeBlockSize()
635 const D3DFormat &d3dFormatInfo = d3d9::GetD3DFormatInfo(format); in MakeValidSize() local
639 if (isImage || *requestWidth < static_cast<GLsizei>(d3dFormatInfo.blockWidth) || in MakeValidSize()
640 *requestHeight < static_cast<GLsizei>(d3dFormatInfo.blockHeight)) in MakeValidSize()
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.cpp322 const d3d9::TextureFormat &d3dFormatInfo = d3d9::GetTextureFormatInfo(internalFormat); in GenerateTextureFormatCaps() local
325 if (d3dFormatInfo.texFormat != D3DFMT_UNKNOWN) in GenerateTextureFormatCaps()
340 if (d3dFormatInfo.renderFormat != D3DFMT_UNKNOWN) in GenerateTextureFormatCaps()
627 const D3DFormat &d3dFormatInfo = d3d9::GetD3DFormatInfo(format); in ComputeBlockSize() local
628 GLuint numBlocksWide = (width + d3dFormatInfo.blockWidth - 1) / d3dFormatInfo.blockWidth; in ComputeBlockSize()
629 GLuint numBlocksHight = (height + d3dFormatInfo.blockHeight - 1) / d3dFormatInfo.blockHeight; in ComputeBlockSize()
630 return (d3dFormatInfo.pixelBytes * numBlocksWide * numBlocksHight); in ComputeBlockSize()
635 const D3DFormat &d3dFormatInfo = d3d9::GetD3DFormatInfo(format); in MakeValidSize() local
639 if (isImage || *requestWidth < static_cast<GLsizei>(d3dFormatInfo.blockWidth) || in MakeValidSize()
640 *requestHeight < static_cast<GLsizei>(d3dFormatInfo.blockHeight)) in MakeValidSize()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.cpp322 const d3d9::TextureFormat &d3dFormatInfo = d3d9::GetTextureFormatInfo(internalFormat); in GenerateTextureFormatCaps() local
325 if (d3dFormatInfo.texFormat != D3DFMT_UNKNOWN) in GenerateTextureFormatCaps()
340 if (d3dFormatInfo.renderFormat != D3DFMT_UNKNOWN) in GenerateTextureFormatCaps()
627 const D3DFormat &d3dFormatInfo = d3d9::GetD3DFormatInfo(format); in ComputeBlockSize() local
628 GLuint numBlocksWide = (width + d3dFormatInfo.blockWidth - 1) / d3dFormatInfo.blockWidth; in ComputeBlockSize()
629 GLuint numBlocksHight = (height + d3dFormatInfo.blockHeight - 1) / d3dFormatInfo.blockHeight; in ComputeBlockSize()
630 return (d3dFormatInfo.pixelBytes * numBlocksWide * numBlocksHight); in ComputeBlockSize()
635 const D3DFormat &d3dFormatInfo = d3d9::GetD3DFormatInfo(format); in MakeValidSize() local
639 if (isImage || *requestWidth < static_cast<GLsizei>(d3dFormatInfo.blockWidth) || in MakeValidSize()
640 *requestHeight < static_cast<GLsizei>(d3dFormatInfo.blockHeight)) in MakeValidSize()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.cpp427 if (d3dFormatInfo.texFormat != D3DFMT_UNKNOWN) in GenerateTextureFormatCaps()
445 D3DRTYPE_TEXTURE, d3dFormatInfo.texFormat)); in GenerateTextureFormatCaps()
448 if (d3dFormatInfo.renderFormat != D3DFMT_UNKNOWN) in GenerateTextureFormatCaps()
779 const D3DFormat &d3dFormatInfo = d3d9::GetD3DFormatInfo(format); in ComputeBlockSize() local
780 GLuint numBlocksWide = (width + d3dFormatInfo.blockWidth - 1) / d3dFormatInfo.blockWidth; in ComputeBlockSize()
781 GLuint numBlocksHight = (height + d3dFormatInfo.blockHeight - 1) / d3dFormatInfo.blockHeight; in ComputeBlockSize()
782 return (d3dFormatInfo.pixelBytes * numBlocksWide * numBlocksHight); in ComputeBlockSize()
791 const D3DFormat &d3dFormatInfo = d3d9::GetD3DFormatInfo(format); in MakeValidSize() local
796 *requestHeight < static_cast<GLsizei>(d3dFormatInfo.blockHeight)) in MakeValidSize()
798 while (*requestWidth % d3dFormatInfo.blockWidth != 0 || in MakeValidSize()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.cpp427 if (d3dFormatInfo.texFormat != D3DFMT_UNKNOWN) in GenerateTextureFormatCaps()
445 D3DRTYPE_TEXTURE, d3dFormatInfo.texFormat)); in GenerateTextureFormatCaps()
448 if (d3dFormatInfo.renderFormat != D3DFMT_UNKNOWN) in GenerateTextureFormatCaps()
779 const D3DFormat &d3dFormatInfo = d3d9::GetD3DFormatInfo(format); in ComputeBlockSize() local
780 GLuint numBlocksWide = (width + d3dFormatInfo.blockWidth - 1) / d3dFormatInfo.blockWidth; in ComputeBlockSize()
781 GLuint numBlocksHight = (height + d3dFormatInfo.blockHeight - 1) / d3dFormatInfo.blockHeight; in ComputeBlockSize()
782 return (d3dFormatInfo.pixelBytes * numBlocksWide * numBlocksHight); in ComputeBlockSize()
791 const D3DFormat &d3dFormatInfo = d3d9::GetD3DFormatInfo(format); in MakeValidSize() local
796 *requestHeight < static_cast<GLsizei>(d3dFormatInfo.blockHeight)) in MakeValidSize()
798 while (*requestWidth % d3dFormatInfo.blockWidth != 0 || in MakeValidSize()
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.cpp322 const d3d9::TextureFormat &d3dFormatInfo = d3d9::GetTextureFormatInfo(internalFormat); in GenerateTextureFormatCaps() local
325 if (d3dFormatInfo.texFormat != D3DFMT_UNKNOWN) in GenerateTextureFormatCaps()
340 if (d3dFormatInfo.renderFormat != D3DFMT_UNKNOWN) in GenerateTextureFormatCaps()
627 const D3DFormat &d3dFormatInfo = d3d9::GetD3DFormatInfo(format); in ComputeBlockSize() local
628 GLuint numBlocksWide = (width + d3dFormatInfo.blockWidth - 1) / d3dFormatInfo.blockWidth; in ComputeBlockSize()
629 GLuint numBlocksHight = (height + d3dFormatInfo.blockHeight - 1) / d3dFormatInfo.blockHeight; in ComputeBlockSize()
630 return (d3dFormatInfo.pixelBytes * numBlocksWide * numBlocksHight); in ComputeBlockSize()
635 const D3DFormat &d3dFormatInfo = d3d9::GetD3DFormatInfo(format); in MakeValidSize() local
639 if (isImage || *requestWidth < static_cast<GLsizei>(d3dFormatInfo.blockWidth) || in MakeValidSize()
640 *requestHeight < static_cast<GLsizei>(d3dFormatInfo.blockHeight)) in MakeValidSize()
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.cpp322 const d3d9::TextureFormat &d3dFormatInfo = d3d9::GetTextureFormatInfo(internalFormat); in GenerateTextureFormatCaps() local
325 if (d3dFormatInfo.texFormat != D3DFMT_UNKNOWN) in GenerateTextureFormatCaps()
340 if (d3dFormatInfo.renderFormat != D3DFMT_UNKNOWN) in GenerateTextureFormatCaps()
627 const D3DFormat &d3dFormatInfo = d3d9::GetD3DFormatInfo(format); in ComputeBlockSize() local
628 GLuint numBlocksWide = (width + d3dFormatInfo.blockWidth - 1) / d3dFormatInfo.blockWidth; in ComputeBlockSize()
629 GLuint numBlocksHight = (height + d3dFormatInfo.blockHeight - 1) / d3dFormatInfo.blockHeight; in ComputeBlockSize()
630 return (d3dFormatInfo.pixelBytes * numBlocksWide * numBlocksHight); in ComputeBlockSize()
635 const D3DFormat &d3dFormatInfo = d3d9::GetD3DFormatInfo(format); in MakeValidSize() local
639 if (isImage || *requestWidth < static_cast<GLsizei>(d3dFormatInfo.blockWidth) || in MakeValidSize()
640 *requestHeight < static_cast<GLsizei>(d3dFormatInfo.blockHeight)) in MakeValidSize()
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.cpp322 const d3d9::TextureFormat &d3dFormatInfo = d3d9::GetTextureFormatInfo(internalFormat); in GenerateTextureFormatCaps() local
325 if (d3dFormatInfo.texFormat != D3DFMT_UNKNOWN) in GenerateTextureFormatCaps()
340 if (d3dFormatInfo.renderFormat != D3DFMT_UNKNOWN) in GenerateTextureFormatCaps()
627 const D3DFormat &d3dFormatInfo = d3d9::GetD3DFormatInfo(format); in ComputeBlockSize() local
628 GLuint numBlocksWide = (width + d3dFormatInfo.blockWidth - 1) / d3dFormatInfo.blockWidth; in ComputeBlockSize()
629 GLuint numBlocksHight = (height + d3dFormatInfo.blockHeight - 1) / d3dFormatInfo.blockHeight; in ComputeBlockSize()
630 return (d3dFormatInfo.pixelBytes * numBlocksWide * numBlocksHight); in ComputeBlockSize()
635 const D3DFormat &d3dFormatInfo = d3d9::GetD3DFormatInfo(format); in MakeValidSize() local
639 if (isImage || *requestWidth < static_cast<GLsizei>(d3dFormatInfo.blockWidth) || in MakeValidSize()
640 *requestHeight < static_cast<GLsizei>(d3dFormatInfo.blockHeight)) in MakeValidSize()
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.cpp322 const d3d9::TextureFormat &d3dFormatInfo = d3d9::GetTextureFormatInfo(internalFormat); in GenerateTextureFormatCaps() local
325 if (d3dFormatInfo.texFormat != D3DFMT_UNKNOWN) in GenerateTextureFormatCaps()
340 if (d3dFormatInfo.renderFormat != D3DFMT_UNKNOWN) in GenerateTextureFormatCaps()
627 const D3DFormat &d3dFormatInfo = d3d9::GetD3DFormatInfo(format); in ComputeBlockSize() local
628 GLuint numBlocksWide = (width + d3dFormatInfo.blockWidth - 1) / d3dFormatInfo.blockWidth; in ComputeBlockSize()
629 GLuint numBlocksHight = (height + d3dFormatInfo.blockHeight - 1) / d3dFormatInfo.blockHeight; in ComputeBlockSize()
630 return (d3dFormatInfo.pixelBytes * numBlocksWide * numBlocksHight); in ComputeBlockSize()
635 const D3DFormat &d3dFormatInfo = d3d9::GetD3DFormatInfo(format); in MakeValidSize() local
639 if (isImage || *requestWidth < static_cast<GLsizei>(d3dFormatInfo.blockWidth) || in MakeValidSize()
640 *requestHeight < static_cast<GLsizei>(d3dFormatInfo.blockHeight)) in MakeValidSize()
[all …]
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.cpp427 if (d3dFormatInfo.texFormat != D3DFMT_UNKNOWN) in GenerateTextureFormatCaps()
445 D3DRTYPE_TEXTURE, d3dFormatInfo.texFormat)); in GenerateTextureFormatCaps()
448 if (d3dFormatInfo.renderFormat != D3DFMT_UNKNOWN) in GenerateTextureFormatCaps()
779 const D3DFormat &d3dFormatInfo = d3d9::GetD3DFormatInfo(format); in ComputeBlockSize() local
780 GLuint numBlocksWide = (width + d3dFormatInfo.blockWidth - 1) / d3dFormatInfo.blockWidth; in ComputeBlockSize()
781 GLuint numBlocksHight = (height + d3dFormatInfo.blockHeight - 1) / d3dFormatInfo.blockHeight; in ComputeBlockSize()
782 return (d3dFormatInfo.pixelBytes * numBlocksWide * numBlocksHight); in ComputeBlockSize()
791 const D3DFormat &d3dFormatInfo = d3d9::GetD3DFormatInfo(format); in MakeValidSize() local
796 *requestHeight < static_cast<GLsizei>(d3dFormatInfo.blockHeight)) in MakeValidSize()
798 while (*requestWidth % d3dFormatInfo.blockWidth != 0 || in MakeValidSize()
[all …]
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.cpp322 const d3d9::TextureFormat &d3dFormatInfo = d3d9::GetTextureFormatInfo(internalFormat); in GenerateTextureFormatCaps() local
325 if (d3dFormatInfo.texFormat != D3DFMT_UNKNOWN) in GenerateTextureFormatCaps()
340 if (d3dFormatInfo.renderFormat != D3DFMT_UNKNOWN) in GenerateTextureFormatCaps()
627 const D3DFormat &d3dFormatInfo = d3d9::GetD3DFormatInfo(format); in ComputeBlockSize() local
628 GLuint numBlocksWide = (width + d3dFormatInfo.blockWidth - 1) / d3dFormatInfo.blockWidth; in ComputeBlockSize()
629 GLuint numBlocksHight = (height + d3dFormatInfo.blockHeight - 1) / d3dFormatInfo.blockHeight; in ComputeBlockSize()
630 return (d3dFormatInfo.pixelBytes * numBlocksWide * numBlocksHight); in ComputeBlockSize()
635 const D3DFormat &d3dFormatInfo = d3d9::GetD3DFormatInfo(format); in MakeValidSize() local
639 if (isImage || *requestWidth < static_cast<GLsizei>(d3dFormatInfo.blockWidth) || in MakeValidSize()
640 *requestHeight < static_cast<GLsizei>(d3dFormatInfo.blockHeight)) in MakeValidSize()
[all …]
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.cpp322 const d3d9::TextureFormat &d3dFormatInfo = d3d9::GetTextureFormatInfo(internalFormat); in GenerateTextureFormatCaps() local
325 if (d3dFormatInfo.texFormat != D3DFMT_UNKNOWN) in GenerateTextureFormatCaps()
340 if (d3dFormatInfo.renderFormat != D3DFMT_UNKNOWN) in GenerateTextureFormatCaps()
627 const D3DFormat &d3dFormatInfo = d3d9::GetD3DFormatInfo(format); in ComputeBlockSize() local
628 GLuint numBlocksWide = (width + d3dFormatInfo.blockWidth - 1) / d3dFormatInfo.blockWidth; in ComputeBlockSize()
629 GLuint numBlocksHight = (height + d3dFormatInfo.blockHeight - 1) / d3dFormatInfo.blockHeight; in ComputeBlockSize()
630 return (d3dFormatInfo.pixelBytes * numBlocksWide * numBlocksHight); in ComputeBlockSize()
635 const D3DFormat &d3dFormatInfo = d3d9::GetD3DFormatInfo(format); in MakeValidSize() local
639 if (isImage || *requestWidth < static_cast<GLsizei>(d3dFormatInfo.blockWidth) || in MakeValidSize()
640 *requestHeight < static_cast<GLsizei>(d3dFormatInfo.blockHeight)) in MakeValidSize()
[all …]
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.cpp322 const d3d9::TextureFormat &d3dFormatInfo = d3d9::GetTextureFormatInfo(internalFormat); in GenerateTextureFormatCaps() local
325 if (d3dFormatInfo.texFormat != D3DFMT_UNKNOWN) in GenerateTextureFormatCaps()
340 if (d3dFormatInfo.renderFormat != D3DFMT_UNKNOWN) in GenerateTextureFormatCaps()
627 const D3DFormat &d3dFormatInfo = d3d9::GetD3DFormatInfo(format); in ComputeBlockSize() local
628 GLuint numBlocksWide = (width + d3dFormatInfo.blockWidth - 1) / d3dFormatInfo.blockWidth; in ComputeBlockSize()
629 GLuint numBlocksHight = (height + d3dFormatInfo.blockHeight - 1) / d3dFormatInfo.blockHeight; in ComputeBlockSize()
630 return (d3dFormatInfo.pixelBytes * numBlocksWide * numBlocksHight); in ComputeBlockSize()
635 const D3DFormat &d3dFormatInfo = d3d9::GetD3DFormatInfo(format); in MakeValidSize() local
639 if (isImage || *requestWidth < static_cast<GLsizei>(d3dFormatInfo.blockWidth) || in MakeValidSize()
640 *requestHeight < static_cast<GLsizei>(d3dFormatInfo.blockHeight)) in MakeValidSize()
[all …]
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.cpp322 const d3d9::TextureFormat &d3dFormatInfo = d3d9::GetTextureFormatInfo(internalFormat); in GenerateTextureFormatCaps() local
325 if (d3dFormatInfo.texFormat != D3DFMT_UNKNOWN) in GenerateTextureFormatCaps()
340 if (d3dFormatInfo.renderFormat != D3DFMT_UNKNOWN) in GenerateTextureFormatCaps()
627 const D3DFormat &d3dFormatInfo = d3d9::GetD3DFormatInfo(format); in ComputeBlockSize() local
628 GLuint numBlocksWide = (width + d3dFormatInfo.blockWidth - 1) / d3dFormatInfo.blockWidth; in ComputeBlockSize()
629 GLuint numBlocksHight = (height + d3dFormatInfo.blockHeight - 1) / d3dFormatInfo.blockHeight; in ComputeBlockSize()
630 return (d3dFormatInfo.pixelBytes * numBlocksWide * numBlocksHight); in ComputeBlockSize()
635 const D3DFormat &d3dFormatInfo = d3d9::GetD3DFormatInfo(format); in MakeValidSize() local
639 if (isImage || *requestWidth < static_cast<GLsizei>(d3dFormatInfo.blockWidth) || in MakeValidSize()
640 *requestHeight < static_cast<GLsizei>(d3dFormatInfo.blockHeight)) in MakeValidSize()
[all …]
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.cpp322 const d3d9::TextureFormat &d3dFormatInfo = d3d9::GetTextureFormatInfo(internalFormat); in GenerateTextureFormatCaps() local
325 if (d3dFormatInfo.texFormat != D3DFMT_UNKNOWN) in GenerateTextureFormatCaps()
340 if (d3dFormatInfo.renderFormat != D3DFMT_UNKNOWN) in GenerateTextureFormatCaps()
627 const D3DFormat &d3dFormatInfo = d3d9::GetD3DFormatInfo(format); in ComputeBlockSize() local
628 GLuint numBlocksWide = (width + d3dFormatInfo.blockWidth - 1) / d3dFormatInfo.blockWidth; in ComputeBlockSize()
629 GLuint numBlocksHight = (height + d3dFormatInfo.blockHeight - 1) / d3dFormatInfo.blockHeight; in ComputeBlockSize()
630 return (d3dFormatInfo.pixelBytes * numBlocksWide * numBlocksHight); in ComputeBlockSize()
635 const D3DFormat &d3dFormatInfo = d3d9::GetD3DFormatInfo(format); in MakeValidSize() local
639 if (isImage || *requestWidth < static_cast<GLsizei>(d3dFormatInfo.blockWidth) || in MakeValidSize()
640 *requestHeight < static_cast<GLsizei>(d3dFormatInfo.blockHeight)) in MakeValidSize()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.cpp331 const d3d9::TextureFormat &d3dFormatInfo = d3d9::GetTextureFormatInfo(internalFormat); in GenerateTextureFormatCaps() local
334 if (d3dFormatInfo.texFormat != D3DFMT_UNKNOWN) in GenerateTextureFormatCaps()
349 if (d3dFormatInfo.renderFormat != D3DFMT_UNKNOWN) in GenerateTextureFormatCaps()
640 const D3DFormat &d3dFormatInfo = d3d9::GetD3DFormatInfo(format); in ComputeBlockSize() local
641 GLuint numBlocksWide = (width + d3dFormatInfo.blockWidth - 1) / d3dFormatInfo.blockWidth; in ComputeBlockSize()
642 GLuint numBlocksHight = (height + d3dFormatInfo.blockHeight - 1) / d3dFormatInfo.blockHeight; in ComputeBlockSize()
643 return (d3dFormatInfo.pixelBytes * numBlocksWide * numBlocksHight); in ComputeBlockSize()
648 const D3DFormat &d3dFormatInfo = d3d9::GetD3DFormatInfo(format); in MakeValidSize() local
652 if (isImage || *requestWidth < static_cast<GLsizei>(d3dFormatInfo.blockWidth) || in MakeValidSize()
653 *requestHeight < static_cast<GLsizei>(d3dFormatInfo.blockHeight)) in MakeValidSize()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.cpp427 if (d3dFormatInfo.texFormat != D3DFMT_UNKNOWN) in GenerateTextureFormatCaps()
445 D3DRTYPE_TEXTURE, d3dFormatInfo.texFormat)); in GenerateTextureFormatCaps()
448 if (d3dFormatInfo.renderFormat != D3DFMT_UNKNOWN) in GenerateTextureFormatCaps()
779 const D3DFormat &d3dFormatInfo = d3d9::GetD3DFormatInfo(format); in ComputeBlockSize() local
780 GLuint numBlocksWide = (width + d3dFormatInfo.blockWidth - 1) / d3dFormatInfo.blockWidth; in ComputeBlockSize()
781 GLuint numBlocksHight = (height + d3dFormatInfo.blockHeight - 1) / d3dFormatInfo.blockHeight; in ComputeBlockSize()
782 return (d3dFormatInfo.pixelBytes * numBlocksWide * numBlocksHight); in ComputeBlockSize()
791 const D3DFormat &d3dFormatInfo = d3d9::GetD3DFormatInfo(format); in MakeValidSize() local
796 *requestHeight < static_cast<GLsizei>(d3dFormatInfo.blockHeight)) in MakeValidSize()
798 while (*requestWidth % d3dFormatInfo.blockWidth != 0 || in MakeValidSize()
[all …]
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.cpp322 const d3d9::TextureFormat &d3dFormatInfo = d3d9::GetTextureFormatInfo(internalFormat); in GenerateTextureFormatCaps() local
325 if (d3dFormatInfo.texFormat != D3DFMT_UNKNOWN) in GenerateTextureFormatCaps()
340 if (d3dFormatInfo.renderFormat != D3DFMT_UNKNOWN) in GenerateTextureFormatCaps()
627 const D3DFormat &d3dFormatInfo = d3d9::GetD3DFormatInfo(format); in ComputeBlockSize() local
628 GLuint numBlocksWide = (width + d3dFormatInfo.blockWidth - 1) / d3dFormatInfo.blockWidth; in ComputeBlockSize()
629 GLuint numBlocksHight = (height + d3dFormatInfo.blockHeight - 1) / d3dFormatInfo.blockHeight; in ComputeBlockSize()
630 return (d3dFormatInfo.pixelBytes * numBlocksWide * numBlocksHight); in ComputeBlockSize()
635 const D3DFormat &d3dFormatInfo = d3d9::GetD3DFormatInfo(format); in MakeValidSize() local
639 if (isImage || *requestWidth < static_cast<GLsizei>(d3dFormatInfo.blockWidth) || in MakeValidSize()
640 *requestHeight < static_cast<GLsizei>(d3dFormatInfo.blockHeight)) in MakeValidSize()
[all …]
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.cpp322 const d3d9::TextureFormat &d3dFormatInfo = d3d9::GetTextureFormatInfo(internalFormat); in GenerateTextureFormatCaps() local
325 if (d3dFormatInfo.texFormat != D3DFMT_UNKNOWN) in GenerateTextureFormatCaps()
340 if (d3dFormatInfo.renderFormat != D3DFMT_UNKNOWN) in GenerateTextureFormatCaps()
627 const D3DFormat &d3dFormatInfo = d3d9::GetD3DFormatInfo(format); in ComputeBlockSize() local
628 GLuint numBlocksWide = (width + d3dFormatInfo.blockWidth - 1) / d3dFormatInfo.blockWidth; in ComputeBlockSize()
629 GLuint numBlocksHight = (height + d3dFormatInfo.blockHeight - 1) / d3dFormatInfo.blockHeight; in ComputeBlockSize()
630 return (d3dFormatInfo.pixelBytes * numBlocksWide * numBlocksHight); in ComputeBlockSize()
635 const D3DFormat &d3dFormatInfo = d3d9::GetD3DFormatInfo(format); in MakeValidSize() local
639 if (isImage || *requestWidth < static_cast<GLsizei>(d3dFormatInfo.blockWidth) || in MakeValidSize()
640 *requestHeight < static_cast<GLsizei>(d3dFormatInfo.blockHeight)) in MakeValidSize()
[all …]
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.cpp322 const d3d9::TextureFormat &d3dFormatInfo = d3d9::GetTextureFormatInfo(internalFormat); in GenerateTextureFormatCaps() local
325 if (d3dFormatInfo.texFormat != D3DFMT_UNKNOWN) in GenerateTextureFormatCaps()
340 if (d3dFormatInfo.renderFormat != D3DFMT_UNKNOWN) in GenerateTextureFormatCaps()
627 const D3DFormat &d3dFormatInfo = d3d9::GetD3DFormatInfo(format); in ComputeBlockSize() local
628 GLuint numBlocksWide = (width + d3dFormatInfo.blockWidth - 1) / d3dFormatInfo.blockWidth; in ComputeBlockSize()
629 GLuint numBlocksHight = (height + d3dFormatInfo.blockHeight - 1) / d3dFormatInfo.blockHeight; in ComputeBlockSize()
630 return (d3dFormatInfo.pixelBytes * numBlocksWide * numBlocksHight); in ComputeBlockSize()
635 const D3DFormat &d3dFormatInfo = d3d9::GetD3DFormatInfo(format); in MakeValidSize() local
639 if (isImage || *requestWidth < static_cast<GLsizei>(d3dFormatInfo.blockWidth) || in MakeValidSize()
640 *requestHeight < static_cast<GLsizei>(d3dFormatInfo.blockHeight)) in MakeValidSize()
[all …]
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.cpp322 const d3d9::TextureFormat &d3dFormatInfo = d3d9::GetTextureFormatInfo(internalFormat); in GenerateTextureFormatCaps() local
325 if (d3dFormatInfo.texFormat != D3DFMT_UNKNOWN) in GenerateTextureFormatCaps()
340 if (d3dFormatInfo.renderFormat != D3DFMT_UNKNOWN) in GenerateTextureFormatCaps()
627 const D3DFormat &d3dFormatInfo = d3d9::GetD3DFormatInfo(format); in ComputeBlockSize() local
628 GLuint numBlocksWide = (width + d3dFormatInfo.blockWidth - 1) / d3dFormatInfo.blockWidth; in ComputeBlockSize()
629 GLuint numBlocksHight = (height + d3dFormatInfo.blockHeight - 1) / d3dFormatInfo.blockHeight; in ComputeBlockSize()
630 return (d3dFormatInfo.pixelBytes * numBlocksWide * numBlocksHight); in ComputeBlockSize()
635 const D3DFormat &d3dFormatInfo = d3d9::GetD3DFormatInfo(format); in MakeValidSize() local
639 if (isImage || *requestWidth < static_cast<GLsizei>(d3dFormatInfo.blockWidth) || in MakeValidSize()
640 *requestHeight < static_cast<GLsizei>(d3dFormatInfo.blockHeight)) in MakeValidSize()
[all …]

12345678