Home
last modified time | relevance | path

Searched refs:outSurface (Results 1 – 25 of 209) sorted by relevance

123456789

/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_softlet/agnostic/common/vp/hal/utils/
H A Dvp_utils.cpp30 MOS_SURFACE outSurface = {}; in VpHalConvertVphalSurfaceToMosSurface() local
31 MOS_ZeroMemory(&outSurface, sizeof(MOS_SURFACE)); in VpHalConvertVphalSurfaceToMosSurface()
35 outSurface.OsResource = surface->OsResource; in VpHalConvertVphalSurfaceToMosSurface()
36 outSurface.Format = surface->Format; in VpHalConvertVphalSurfaceToMosSurface()
37 outSurface.dwWidth = surface->dwWidth; in VpHalConvertVphalSurfaceToMosSurface()
38 outSurface.dwHeight = surface->dwHeight; in VpHalConvertVphalSurfaceToMosSurface()
39 outSurface.TileType = surface->TileType; in VpHalConvertVphalSurfaceToMosSurface()
42 outSurface.dwDepth = surface->dwDepth; in VpHalConvertVphalSurfaceToMosSurface()
43 outSurface.dwPitch = surface->dwPitch; in VpHalConvertVphalSurfaceToMosSurface()
45 outSurface.dwOffset = surface->dwOffset; in VpHalConvertVphalSurfaceToMosSurface()
[all …]
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/media_softlet/agnostic/Xe_M/Xe_XPM_base/vp/hal/feature_manager/
H A Dvp_feature_manager_xe_xpm_base.cpp214 PVPHAL_SURFACE outSurface) in IsRGBOutputFormatSupported() argument
219 IS_RGB64_FORMAT(outSurface->Format)) in IsRGBOutputFormatSupported()
230 PVPHAL_SURFACE outSurface) in IsOutputFormatSupported() argument
236 if (IsRGBOutputFormatSupported(outSurface) || in IsOutputFormatSupported()
237 outSurface->Format == Format_NV12 || in IsOutputFormatSupported()
238 outSurface->Format == Format_YUY2 || in IsOutputFormatSupported()
239 outSurface->Format == Format_UYVY || in IsOutputFormatSupported()
240 outSurface->Format == Format_AYUV || in IsOutputFormatSupported()
241 outSurface->Format == Format_Y210 || in IsOutputFormatSupported()
242 outSurface->Format == Format_Y410 || in IsOutputFormatSupported()
[all …]
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/agnostic/gen11/vp/hal/
H A Dvphal_render_sfc_g11_base.cpp71 PVPHAL_SURFACE outSurface) in IsOutputFormatSupported() argument
75 if (!IS_RGB32_FORMAT(outSurface->Format) && in IsOutputFormatSupported()
78 outSurface->Format != Format_NV12 && in IsOutputFormatSupported()
79 outSurface->Format != Format_YUY2 && in IsOutputFormatSupported()
80 outSurface->Format != Format_UYVY && in IsOutputFormatSupported()
81 outSurface->Format != Format_AYUV) in IsOutputFormatSupported()
83 if ((outSurface->TileType == MOS_TILE_Y) && in IsOutputFormatSupported()
84 (outSurface->Format == Format_P010)) in IsOutputFormatSupported()
90 …ENDER_NORMALMESSAGE("Unsupported Render Target Format '0x%08x' for SFC Pipe.", outSurface->Format); in IsOutputFormatSupported()
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/agnostic/gen11/vp/hal/
H A Dvphal_render_sfc_g11_base.cpp71 PVPHAL_SURFACE outSurface) in IsOutputFormatSupported() argument
75 if (!IS_RGB32_FORMAT(outSurface->Format) && in IsOutputFormatSupported()
78 outSurface->Format != Format_NV12 && in IsOutputFormatSupported()
79 outSurface->Format != Format_YUY2 && in IsOutputFormatSupported()
80 outSurface->Format != Format_UYVY && in IsOutputFormatSupported()
81 outSurface->Format != Format_AYUV) in IsOutputFormatSupported()
83 if ((outSurface->TileType == MOS_TILE_Y) && in IsOutputFormatSupported()
84 (outSurface->Format == Format_P010)) in IsOutputFormatSupported()
90 …ENDER_NORMALMESSAGE("Unsupported Render Target Format '0x%08x' for SFC Pipe.", outSurface->Format); in IsOutputFormatSupported()
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/agnostic/gen10/vp/hal/
H A Dvphal_render_sfc_g10_base.cpp57 PVPHAL_SURFACE outSurface) in IsOutputFormatSupported() argument
60 if (!IS_RGB32_FORMAT(outSurface->Format) && in IsOutputFormatSupported()
63 outSurface->Format != Format_NV12 && in IsOutputFormatSupported()
64 outSurface->Format != Format_YUY2 && in IsOutputFormatSupported()
65 outSurface->Format != Format_UYVY && in IsOutputFormatSupported()
66 outSurface->Format != Format_AYUV) in IsOutputFormatSupported()
68 …ENDER_NORMALMESSAGE("Unsupported Render Target Format '0x%08x' for SFC Pipe.", outSurface->Format); in IsOutputFormatSupported()
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/agnostic/gen10/vp/hal/
H A Dvphal_render_sfc_g10_base.cpp57 PVPHAL_SURFACE outSurface) in IsOutputFormatSupported() argument
60 if (!IS_RGB32_FORMAT(outSurface->Format) && in IsOutputFormatSupported()
63 outSurface->Format != Format_NV12 && in IsOutputFormatSupported()
64 outSurface->Format != Format_YUY2 && in IsOutputFormatSupported()
65 outSurface->Format != Format_UYVY && in IsOutputFormatSupported()
66 outSurface->Format != Format_AYUV) in IsOutputFormatSupported()
68 …ENDER_NORMALMESSAGE("Unsupported Render Target Format '0x%08x' for SFC Pipe.", outSurface->Format); in IsOutputFormatSupported()
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/agnostic/gen9/vp/hal/
H A Dvphal_render_sfc_g9_base.cpp57 PVPHAL_SURFACE outSurface) in IsOutputFormatSupported() argument
60 if (!IS_RGB32_FORMAT(outSurface->Format) && in IsOutputFormatSupported()
63 outSurface->Format != Format_NV12 && in IsOutputFormatSupported()
64 outSurface->Format != Format_YUY2 && in IsOutputFormatSupported()
65 outSurface->Format != Format_UYVY && in IsOutputFormatSupported()
66 outSurface->Format != Format_AYUV) in IsOutputFormatSupported()
68 …ENDER_NORMALMESSAGE("Unsupported Render Target Format '0x%08x' for SFC Pipe.", outSurface->Format); in IsOutputFormatSupported()
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/agnostic/gen9/vp/hal/
H A Dvphal_render_sfc_g9_base.cpp61 PVPHAL_SURFACE outSurface) in IsOutputFormatSupported() argument
64 if (!IS_RGB32_FORMAT(outSurface->Format) && in IsOutputFormatSupported()
67 outSurface->Format != Format_NV12 && in IsOutputFormatSupported()
68 outSurface->Format != Format_YUY2 && in IsOutputFormatSupported()
69 outSurface->Format != Format_UYVY && in IsOutputFormatSupported()
70 outSurface->Format != Format_AYUV) in IsOutputFormatSupported()
72 …ENDER_NORMALMESSAGE("Unsupported Render Target Format '0x%08x' for SFC Pipe.", outSurface->Format); in IsOutputFormatSupported()
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/agnostic/gen12/vp/hal/
H A Dvphal_render_sfc_g12_base.cpp81 PVPHAL_SURFACE outSurface) in IsOutputFormatSupported() argument
85 if (!IS_RGB32_FORMAT(outSurface->Format) && in IsOutputFormatSupported()
88 outSurface->Format != Format_YUY2 && in IsOutputFormatSupported()
89 outSurface->Format != Format_UYVY && in IsOutputFormatSupported()
90 outSurface->Format != Format_AYUV && in IsOutputFormatSupported()
91 outSurface->Format != Format_Y210 && in IsOutputFormatSupported()
92 outSurface->Format != Format_Y410 && in IsOutputFormatSupported()
93 outSurface->Format != Format_Y216 && in IsOutputFormatSupported()
94 outSurface->Format != Format_Y416) in IsOutputFormatSupported()
96 if (outSurface->TileType == MOS_TILE_Y && in IsOutputFormatSupported()
[all …]
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/agnostic/gen12/vp/hal/
H A Dvphal_render_sfc_g12_base.cpp155 PVPHAL_SURFACE outSurface) in IsOutputFormatSupported() argument
159 if (!IS_RGB32_FORMAT(outSurface->Format) && in IsOutputFormatSupported()
162 outSurface->Format != Format_YUY2 && in IsOutputFormatSupported()
163 outSurface->Format != Format_UYVY && in IsOutputFormatSupported()
164 outSurface->Format != Format_AYUV && in IsOutputFormatSupported()
165 outSurface->Format != Format_Y210 && in IsOutputFormatSupported()
166 outSurface->Format != Format_Y410 && in IsOutputFormatSupported()
167 outSurface->Format != Format_Y216 && in IsOutputFormatSupported()
168 outSurface->Format != Format_Y416) in IsOutputFormatSupported()
170 if (outSurface->TileType == MOS_TILE_Y && in IsOutputFormatSupported()
[all …]
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/agnostic/Xe_M/Xe_XPM/vp/hal/
H A Dvphal_render_sfc_xe_xpm.cpp65 PVPHAL_SURFACE outSurface) in IsOutputFormatSupported() argument
69 if (!IS_RGB32_FORMAT(outSurface->Format) && in IsOutputFormatSupported()
70 !IS_RGB64_FORMAT(outSurface->Format) && in IsOutputFormatSupported()
73 outSurface->Format != Format_NV12 && in IsOutputFormatSupported()
74 outSurface->Format != Format_YUY2 && in IsOutputFormatSupported()
75 outSurface->Format != Format_UYVY && in IsOutputFormatSupported()
76 outSurface->Format != Format_AYUV && in IsOutputFormatSupported()
77 outSurface->Format != Format_Y210 && in IsOutputFormatSupported()
78 outSurface->Format != Format_Y410 && in IsOutputFormatSupported()
85 outSurface->Format != Format_Y16U) in IsOutputFormatSupported()
[all …]
/dports/multimedia/onevpl/oneVPL-2022.0.6/examples/interop/dpcpp-blur/src/
H A Ddpcpp-blur.cpp255 mfxFrameSurface1 *inSurface = nullptr, *outSurface = nullptr; in main() local
282 sts = MFXMemory_GetSurfaceForVPPOut(session, &outSurface); in main()
288 outSurface, in main()
308 sts = outSurface->FrameInterface->GetNativeHandle(outSurface, in main()
387 sts = outSurface->FrameInterface->Map(outSurface, MFX_MAP_READ); in main()
395 outSurface->Data.B, in main()
396 outSurface->Data.Pitch, in main()
406 sts = outSurface->FrameInterface->Unmap(outSurface); in main()
445 sts = outSurface->FrameInterface->Release(outSurface); in main()
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/agnostic/common/vp/hal/
H A Dvphal_common.c1002 MOS_SURFACE outSurface; in VpHal_ConvertVphalSurfaceToMosSurface() local
1003 MOS_ZeroMemory(&outSurface, sizeof(MOS_SURFACE)); in VpHal_ConvertVphalSurfaceToMosSurface()
1004 outSurface.OsResource = pSurface->OsResource; in VpHal_ConvertVphalSurfaceToMosSurface()
1005 outSurface.Format = pSurface->Format; in VpHal_ConvertVphalSurfaceToMosSurface()
1006 outSurface.dwWidth = pSurface->dwWidth; in VpHal_ConvertVphalSurfaceToMosSurface()
1007 outSurface.dwHeight = pSurface->dwHeight; in VpHal_ConvertVphalSurfaceToMosSurface()
1008 outSurface.TileType = pSurface->TileType; in VpHal_ConvertVphalSurfaceToMosSurface()
1011 outSurface.dwDepth = pSurface->dwDepth; in VpHal_ConvertVphalSurfaceToMosSurface()
1012 outSurface.dwPitch = pSurface->dwPitch; in VpHal_ConvertVphalSurfaceToMosSurface()
1014 outSurface.dwOffset = pSurface->dwOffset; in VpHal_ConvertVphalSurfaceToMosSurface()
[all …]
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/agnostic/common/vp/hal/
H A Dvphal_common.c1057 MOS_SURFACE outSurface; in VpHal_ConvertVphalSurfaceToMosSurface() local
1058 MOS_ZeroMemory(&outSurface, sizeof(MOS_SURFACE)); in VpHal_ConvertVphalSurfaceToMosSurface()
1059 outSurface.OsResource = pSurface->OsResource; in VpHal_ConvertVphalSurfaceToMosSurface()
1060 outSurface.Format = pSurface->Format; in VpHal_ConvertVphalSurfaceToMosSurface()
1061 outSurface.dwWidth = pSurface->dwWidth; in VpHal_ConvertVphalSurfaceToMosSurface()
1062 outSurface.dwHeight = pSurface->dwHeight; in VpHal_ConvertVphalSurfaceToMosSurface()
1063 outSurface.TileType = pSurface->TileType; in VpHal_ConvertVphalSurfaceToMosSurface()
1066 outSurface.dwDepth = pSurface->dwDepth; in VpHal_ConvertVphalSurfaceToMosSurface()
1067 outSurface.dwPitch = pSurface->dwPitch; in VpHal_ConvertVphalSurfaceToMosSurface()
1069 outSurface.dwOffset = pSurface->dwOffset; in VpHal_ConvertVphalSurfaceToMosSurface()
[all …]
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_softlet/agnostic/common/vp/hal/feature_manager/
H A Dvp_feature_manager.cpp820 if (nullptr == outSurface) in IsRGBOutputFormatSupported()
838 if (nullptr == outSurface) in IsNV12P010OutputFormatSupported()
847 outSurface->Format == Format_NV12)) in IsNV12P010OutputFormatSupported()
860 if (nullptr == outSurface) in IsOutputFormatSupported()
869 outSurface->Format == Format_YUY2 || in IsOutputFormatSupported()
870 outSurface->Format == Format_UYVY || in IsOutputFormatSupported()
871 outSurface->Format == Format_AYUV || in IsOutputFormatSupported()
872 outSurface->Format == Format_Y210 || in IsOutputFormatSupported()
873 outSurface->Format == Format_Y410 || in IsOutputFormatSupported()
874 outSurface->Format == Format_Y216 || in IsOutputFormatSupported()
[all …]
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/media_driver_next/agnostic/common/vp/hal/feature_manager/
H A Dvp_feature_manager.cpp594 if (!IS_RGB32_FORMAT(outSurface->Format) && in IsOutputFormatSupported()
597 outSurface->Format != Format_YUY2 && in IsOutputFormatSupported()
598 outSurface->Format != Format_UYVY && in IsOutputFormatSupported()
599 outSurface->Format != Format_AYUV && in IsOutputFormatSupported()
600 outSurface->Format != Format_Y210 && in IsOutputFormatSupported()
601 outSurface->Format != Format_Y410 && in IsOutputFormatSupported()
602 outSurface->Format != Format_Y216 && in IsOutputFormatSupported()
603 outSurface->Format != Format_Y416) in IsOutputFormatSupported()
605 if (outSurface->TileType == MOS_TILE_Y && in IsOutputFormatSupported()
606 (outSurface->Format == Format_P010 || in IsOutputFormatSupported()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/
H A DDisplay.cpp549 Surface **outSurface) in createWindowSurface() argument
560 ASSERT(outSurface != nullptr); in createWindowSurface()
561 *outSurface = surface.release(); in createWindowSurface()
562 mImplementation->getSurfaceSet().insert(*outSurface); in createWindowSurface()
583 ASSERT(outSurface != nullptr); in createPbufferSurface()
584 *outSurface = surface.release(); in createPbufferSurface()
607 ASSERT(outSurface != nullptr); in createPbufferFromClientBuffer()
608 *outSurface = surface.release(); in createPbufferFromClientBuffer()
615 Surface **outSurface) in createPixmapSurface() argument
628 ASSERT(outSurface != nullptr); in createPixmapSurface()
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DDisplay.cpp602 ASSERT(outSurface != nullptr); in createWindowSurface()
603 *outSurface = surface.release(); in createWindowSurface()
604 mState.surfaceSet.insert(*outSurface); in createWindowSurface()
627 ASSERT(outSurface != nullptr); in createPbufferSurface()
628 *outSurface = surface.release(); in createPbufferSurface()
629 mState.surfaceSet.insert(*outSurface); in createPbufferSurface()
651 ASSERT(outSurface != nullptr); in createPbufferFromClientBuffer()
652 *outSurface = surface.release(); in createPbufferFromClientBuffer()
653 mState.surfaceSet.insert(*outSurface); in createPbufferFromClientBuffer()
674 ASSERT(outSurface != nullptr); in createPixmapSurface()
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DDisplay.cpp602 ASSERT(outSurface != nullptr); in createWindowSurface()
603 *outSurface = surface.release(); in createWindowSurface()
604 mState.surfaceSet.insert(*outSurface); in createWindowSurface()
627 ASSERT(outSurface != nullptr); in createPbufferSurface()
628 *outSurface = surface.release(); in createPbufferSurface()
629 mState.surfaceSet.insert(*outSurface); in createPbufferSurface()
651 ASSERT(outSurface != nullptr); in createPbufferFromClientBuffer()
652 *outSurface = surface.release(); in createPbufferFromClientBuffer()
653 mState.surfaceSet.insert(*outSurface); in createPbufferFromClientBuffer()
674 ASSERT(outSurface != nullptr); in createPixmapSurface()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DDisplay.cpp602 ASSERT(outSurface != nullptr); in createWindowSurface()
603 *outSurface = surface.release(); in createWindowSurface()
604 mState.surfaceSet.insert(*outSurface); in createWindowSurface()
627 ASSERT(outSurface != nullptr); in createPbufferSurface()
628 *outSurface = surface.release(); in createPbufferSurface()
629 mState.surfaceSet.insert(*outSurface); in createPbufferSurface()
651 ASSERT(outSurface != nullptr); in createPbufferFromClientBuffer()
652 *outSurface = surface.release(); in createPbufferFromClientBuffer()
653 mState.surfaceSet.insert(*outSurface); in createPbufferFromClientBuffer()
674 ASSERT(outSurface != nullptr); in createPixmapSurface()
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DDisplay.cpp602 ASSERT(outSurface != nullptr); in createWindowSurface()
603 *outSurface = surface.release(); in createWindowSurface()
604 mState.surfaceSet.insert(*outSurface); in createWindowSurface()
627 ASSERT(outSurface != nullptr); in createPbufferSurface()
628 *outSurface = surface.release(); in createPbufferSurface()
629 mState.surfaceSet.insert(*outSurface); in createPbufferSurface()
651 ASSERT(outSurface != nullptr); in createPbufferFromClientBuffer()
652 *outSurface = surface.release(); in createPbufferFromClientBuffer()
653 mState.surfaceSet.insert(*outSurface); in createPbufferFromClientBuffer()
674 ASSERT(outSurface != nullptr); in createPixmapSurface()
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DDisplay.cpp602 ASSERT(outSurface != nullptr); in createWindowSurface()
603 *outSurface = surface.release(); in createWindowSurface()
604 mState.surfaceSet.insert(*outSurface); in createWindowSurface()
627 ASSERT(outSurface != nullptr); in createPbufferSurface()
628 *outSurface = surface.release(); in createPbufferSurface()
629 mState.surfaceSet.insert(*outSurface); in createPbufferSurface()
651 ASSERT(outSurface != nullptr); in createPbufferFromClientBuffer()
652 *outSurface = surface.release(); in createPbufferFromClientBuffer()
653 mState.surfaceSet.insert(*outSurface); in createPbufferFromClientBuffer()
674 ASSERT(outSurface != nullptr); in createPixmapSurface()
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DDisplay.cpp602 ASSERT(outSurface != nullptr); in createWindowSurface()
603 *outSurface = surface.release(); in createWindowSurface()
604 mState.surfaceSet.insert(*outSurface); in createWindowSurface()
627 ASSERT(outSurface != nullptr); in createPbufferSurface()
628 *outSurface = surface.release(); in createPbufferSurface()
629 mState.surfaceSet.insert(*outSurface); in createPbufferSurface()
651 ASSERT(outSurface != nullptr); in createPbufferFromClientBuffer()
652 *outSurface = surface.release(); in createPbufferFromClientBuffer()
653 mState.surfaceSet.insert(*outSurface); in createPbufferFromClientBuffer()
674 ASSERT(outSurface != nullptr); in createPixmapSurface()
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DDisplay.cpp602 ASSERT(outSurface != nullptr); in createWindowSurface()
603 *outSurface = surface.release(); in createWindowSurface()
604 mState.surfaceSet.insert(*outSurface); in createWindowSurface()
627 ASSERT(outSurface != nullptr); in createPbufferSurface()
628 *outSurface = surface.release(); in createPbufferSurface()
629 mState.surfaceSet.insert(*outSurface); in createPbufferSurface()
651 ASSERT(outSurface != nullptr); in createPbufferFromClientBuffer()
652 *outSurface = surface.release(); in createPbufferFromClientBuffer()
653 mState.surfaceSet.insert(*outSurface); in createPbufferFromClientBuffer()
674 ASSERT(outSurface != nullptr); in createPixmapSurface()
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/
H A DDisplay.cpp602 ASSERT(outSurface != nullptr); in createWindowSurface()
603 *outSurface = surface.release(); in createWindowSurface()
604 mState.surfaceSet.insert(*outSurface); in createWindowSurface()
627 ASSERT(outSurface != nullptr); in createPbufferSurface()
628 *outSurface = surface.release(); in createPbufferSurface()
629 mState.surfaceSet.insert(*outSurface); in createPbufferSurface()
651 ASSERT(outSurface != nullptr); in createPbufferFromClientBuffer()
652 *outSurface = surface.release(); in createPbufferFromClientBuffer()
653 mState.surfaceSet.insert(*outSurface); in createPbufferFromClientBuffer()
674 ASSERT(outSurface != nullptr); in createPixmapSurface()
[all …]

123456789