Home
last modified time | relevance | path

Searched refs:D3D11CalcSubresource (Results 1 – 25 of 343) sorted by relevance

12345678910>>...14

/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/Direct3D11/src/
H A DOgreD3D11HardwarePixelBuffer.cpp125 …mDevice.GetImmediateContext()->Map(res, D3D11CalcSubresource(static_cast<UINT>(mSubresourceIndex),… in _map()
138 …mDevice.GetImmediateContext()->Map(res, D3D11CalcSubresource(static_cast<UINT>(mSubresourceIndex),… in _map()
193 …unsigned int subresource = D3D11CalcSubresource(mSubresourceIndex, mLockBox.front, mParentTexture-… in _mapstagingbuffer()
282 …mDevice.GetImmediateContext()->Unmap(res, D3D11CalcSubresource(static_cast<UINT>(mSubresourceIndex… in _unmap()
334D3D11CalcSubresource(static_cast<UINT>(mSubresourceIndex), mFace, mParentTexture->getNumMipmaps()+… in _unmapstaticbuffer()
350D3D11CalcSubresource(static_cast<UINT>(mSubresourceIndex), mLockBox.front, mParentTexture->getNumM… in _unmapstaticbuffer()
396 …unsigned int subresource = D3D11CalcSubresource(mSubresourceIndex, mLockBox.front, mParentTexture-… in _unmapstagingbuffer()
491D3D11CalcSubresource(static_cast<UINT>(mSubresourceIndex), mFace, mParentTexture->getNumMipmaps()+… in blit()
511D3D11CalcSubresource(static_cast<UINT>(mSubresourceIndex), srcBox.front, mParentTexture->getNumMip… in blit()
671D3D11CalcSubresource(static_cast<UINT>(mSubresourceIndex), mFace, mParentTexture->getNumMipmaps()+… in blitFromMemory()
[all …]
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoBackends/D3D/
H A DDXTexture.cpp138 m_texture.Get(), D3D11CalcSubresource(dst_level, dst_layer, m_config.levels), dst_rect.left, in CopyRectangleFromTexture()
140 D3D11CalcSubresource(src_level, src_layer, srcentry->m_config.levels), &src_box); in CopyRectangleFromTexture()
153 m_texture.Get(), D3D11CalcSubresource(level, layer, m_config.levels), in ResolveFromTexture()
154 srcentry->m_texture.Get(), D3D11CalcSubresource(level, layer, srcentry->m_config.levels), in ResolveFromTexture()
232 D3D11CalcSubresource(src_level, src_layer, src->GetLevels()), nullptr); in CopyFromTexture()
240 D3D11CalcSubresource(src_level, src_layer, src->GetLevels()), &src_box); in CopyFromTexture()
266 D3D11CalcSubresource(dst_level, dst_layer, dst->GetLevels()), 0, 0, 0, m_tex.Get(), 0, in CopyToTexture()
274 D3D11CalcSubresource(dst_level, dst_layer, dst->GetLevels()), in CopyToTexture()
/dports/graphics/opencv/opencv-4.5.3/samples/directx/
H A Dd3d11_interop.cpp211 UINT subResource = ::D3D11CalcSubresource(0, 0, 1); in get_surface()
260 UINT subResource = ::D3D11CalcSubresource(0, 0, 1); in render()
329 UINT subResource = ::D3D11CalcSubresource(0, 0, 1); in render()
345 UINT subResource = ::D3D11CalcSubresource(0, 0, 1); in render()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/d3d/d3d11/
H A DRenderTarget11.cpp127 return D3D11CalcSubresource(mipSlice, arraySlice, mipLevels); in GetRTVSubresourceIndex()
182 return D3D11CalcSubresource(mipSlice, arraySlice, mipLevels); in GetDSVSubresourceIndex()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/d3d/d3d11/
H A DRenderTarget11.cpp127 return D3D11CalcSubresource(mipSlice, arraySlice, mipLevels); in GetRTVSubresourceIndex()
182 return D3D11CalcSubresource(mipSlice, arraySlice, mipLevels); in GetDSVSubresourceIndex()
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/
H A DRenderTarget11.cpp127 return D3D11CalcSubresource(mipSlice, arraySlice, mipLevels); in GetRTVSubresourceIndex()
182 return D3D11CalcSubresource(mipSlice, arraySlice, mipLevels); in GetDSVSubresourceIndex()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A DRenderTarget11.cpp125 return D3D11CalcSubresource(mipSlice, arraySlice, mipLevels); in GetRTVSubresourceIndex()
180 return D3D11CalcSubresource(mipSlice, arraySlice, mipLevels); in GetDSVSubresourceIndex()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A DRenderTarget11.cpp125 return D3D11CalcSubresource(mipSlice, arraySlice, mipLevels); in GetRTVSubresourceIndex()
180 return D3D11CalcSubresource(mipSlice, arraySlice, mipLevels); in GetDSVSubresourceIndex()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A DRenderTarget11.cpp125 return D3D11CalcSubresource(mipSlice, arraySlice, mipLevels); in GetRTVSubresourceIndex()
180 return D3D11CalcSubresource(mipSlice, arraySlice, mipLevels); in GetDSVSubresourceIndex()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/
H A DRenderTarget11.cpp127 return D3D11CalcSubresource(mipSlice, arraySlice, mipLevels); in GetRTVSubresourceIndex()
182 return D3D11CalcSubresource(mipSlice, arraySlice, mipLevels); in GetDSVSubresourceIndex()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A DRenderTarget11.cpp125 return D3D11CalcSubresource(mipSlice, arraySlice, mipLevels); in GetRTVSubresourceIndex()
180 return D3D11CalcSubresource(mipSlice, arraySlice, mipLevels); in GetDSVSubresourceIndex()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A DRenderTarget11.cpp125 return D3D11CalcSubresource(mipSlice, arraySlice, mipLevels); in GetRTVSubresourceIndex()
180 return D3D11CalcSubresource(mipSlice, arraySlice, mipLevels); in GetDSVSubresourceIndex()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A DRenderTarget11.cpp125 return D3D11CalcSubresource(mipSlice, arraySlice, mipLevels); in GetRTVSubresourceIndex()
180 return D3D11CalcSubresource(mipSlice, arraySlice, mipLevels); in GetDSVSubresourceIndex()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A DRenderTarget11.cpp125 return D3D11CalcSubresource(mipSlice, arraySlice, mipLevels); in GetRTVSubresourceIndex()
180 return D3D11CalcSubresource(mipSlice, arraySlice, mipLevels); in GetDSVSubresourceIndex()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A DRenderTarget11.cpp125 return D3D11CalcSubresource(mipSlice, arraySlice, mipLevels); in GetRTVSubresourceIndex()
180 return D3D11CalcSubresource(mipSlice, arraySlice, mipLevels); in GetDSVSubresourceIndex()
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/
H A DRenderTarget11.cpp127 return D3D11CalcSubresource(mipSlice, arraySlice, mipLevels); in GetRTVSubresourceIndex()
182 return D3D11CalcSubresource(mipSlice, arraySlice, mipLevels); in GetDSVSubresourceIndex()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/
H A DRenderTarget11.cpp127 return D3D11CalcSubresource(mipSlice, arraySlice, mipLevels); in GetRTVSubresourceIndex()
182 return D3D11CalcSubresource(mipSlice, arraySlice, mipLevels); in GetDSVSubresourceIndex()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A DRenderTarget11.cpp125 return D3D11CalcSubresource(mipSlice, arraySlice, mipLevels); in GetRTVSubresourceIndex()
180 return D3D11CalcSubresource(mipSlice, arraySlice, mipLevels); in GetDSVSubresourceIndex()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A DRenderTarget11.cpp125 return D3D11CalcSubresource(mipSlice, arraySlice, mipLevels); in GetRTVSubresourceIndex()
180 return D3D11CalcSubresource(mipSlice, arraySlice, mipLevels); in GetDSVSubresourceIndex()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A DRenderTarget11.cpp125 return D3D11CalcSubresource(mipSlice, arraySlice, mipLevels); in GetRTVSubresourceIndex()
180 return D3D11CalcSubresource(mipSlice, arraySlice, mipLevels); in GetDSVSubresourceIndex()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A DRenderTarget11.cpp125 return D3D11CalcSubresource(mipSlice, arraySlice, mipLevels); in GetRTVSubresourceIndex()
180 return D3D11CalcSubresource(mipSlice, arraySlice, mipLevels); in GetDSVSubresourceIndex()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A DRenderTarget11.cpp125 return D3D11CalcSubresource(mipSlice, arraySlice, mipLevels); in GetRTVSubresourceIndex()
180 return D3D11CalcSubresource(mipSlice, arraySlice, mipLevels); in GetDSVSubresourceIndex()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/
H A DRenderTarget11.cpp125 return D3D11CalcSubresource(mipSlice, arraySlice, mipLevels); in GetRTVSubresourceIndex()
180 return D3D11CalcSubresource(mipSlice, arraySlice, mipLevels); in GetDSVSubresourceIndex()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/renderer/d3d/d3d11/
H A DRenderTarget11.cpp125 return D3D11CalcSubresource(mipSlice, arraySlice, mipLevels); in GetRTVSubresourceIndex()
180 return D3D11CalcSubresource(mipSlice, arraySlice, mipLevels); in GetDSVSubresourceIndex()
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d11/
H A DRenderTarget11.cpp125 return D3D11CalcSubresource(mipSlice, arraySlice, mipLevels); in GetRTVSubresourceIndex()
180 return D3D11CalcSubresource(mipSlice, arraySlice, mipLevels); in GetDSVSubresourceIndex()

12345678910>>...14