Home
last modified time | relevance | path

Searched refs:surfaceFormat (Results 1 – 25 of 582) sorted by relevance

12345678910>>...24

/dports/x11-toolkits/qt5-datavis3d/kde-qtdatavis3d-5.15.2p2/src/datavisualization/utils/
H A Dqutils.h48 QSurfaceFormat surfaceFormat; in qDefaultSurfaceFormat() local
51 surfaceFormat.setDepthBufferSize(24); in qDefaultSurfaceFormat()
52 surfaceFormat.setStencilBufferSize(8); in qDefaultSurfaceFormat()
63 ctx->setFormat(surfaceFormat); in qDefaultSurfaceFormat()
98 surfaceFormat.setRedBufferSize(8); in qDefaultSurfaceFormat()
99 surfaceFormat.setBlueBufferSize(8); in qDefaultSurfaceFormat()
100 surfaceFormat.setGreenBufferSize(8); in qDefaultSurfaceFormat()
102 surfaceFormat.setVersion(2, 1); in qDefaultSurfaceFormat()
106 surfaceFormat.setSamples(8); in qDefaultSurfaceFormat()
108 surfaceFormat.setSamples(0); in qDefaultSurfaceFormat()
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/mem_obj/
H A Dimage_tiled_tests.cpp73 …auto surfaceFormat = Image::getSurfaceFormatFromTable(flags, &imageFormat, pClDevice->getHardwareI… in HWTEST_P() local
79 surfaceFormat, in HWTEST_P()
95 ClSurfaceFormatInfo surfaceFormat; in TEST_P() local
96 surfaceFormat.surfaceFormat.GMMSurfaceFormat = GMM_FORMAT_B8G8R8A8_UNORM; in TEST_P()
97 info.surfaceFormat = &surfaceFormat.surfaceFormat; in TEST_P()
114 &surfaceFormat, in TEST_P()
132 ClSurfaceFormatInfo surfaceFormat; in TEST_P() local
136 surfaceFormat.surfaceFormat.GMMSurfaceFormat = GMM_FORMAT_B8G8R8A8_UNORM; in TEST_P()
137 info.surfaceFormat = &surfaceFormat.surfaceFormat; in TEST_P()
154 &surfaceFormat, in TEST_P()
H A Dimage_redescribe_tests.cpp54 …auto surfaceFormat = Image::getSurfaceFormatFromTable(flags, &imageFormat, context.getDevice(0)->g… in SetUp() local
60 surfaceFormat, in SetUp()
84 …CT_EQ(imageNew->getSurfaceFormatInfo().surfaceFormat.NumChannels * imageNew->getSurfaceFormatInfo(… in TEST_P()
85 imageNew->getSurfaceFormatInfo().surfaceFormat.ImageElementSizeInBytes); in TEST_P()
86 EXPECT_EQ(image->getSurfaceFormatInfo().surfaceFormat.ImageElementSizeInBytes, in TEST_P()
87 imageNew->getSurfaceFormatInfo().surfaceFormat.ImageElementSizeInBytes); in TEST_P()
94 …PerPixel = image->getSurfaceFormatInfo().surfaceFormat.NumChannels * image->getSurfaceFormatInfo()… in TEST_P()
109 EXPECT_EQ(channelsExpected, imageNew->getSurfaceFormatInfo().surfaceFormat.NumChannels); in TEST_P()
116 …auto bytesWide = image->getSurfaceFormatInfo().surfaceFormat.ImageElementSizeInBytes * image->getI… in TEST_P()
117 …auto bytesWideNew = imageNew->getSurfaceFormatInfo().surfaceFormat.ImageElementSizeInBytes * image… in TEST_P()
[all …]
H A Dimage2d_from_buffer_tests.cpp62 auto surfaceFormat = Image::getSurfaceFormatFromTable( in createImage() local
95 auto surfaceFormat = Image::getSurfaceFormatFromTable( in TEST_F() local
112 auto surfaceFormat = Image::getSurfaceFormatFromTable( in TEST_F() local
115 surfaceFormat, &imageDesc, ptr); in TEST_F()
143 auto surfaceFormat = Image::getSurfaceFormatFromTable( in TEST_F() local
173 auto surfaceFormat = Image::getSurfaceFormatFromTable( in TEST_F() local
187 auto surfaceFormat = Image::getSurfaceFormatFromTable( in TEST_F() local
215 auto surfaceFormat = Image::getSurfaceFormatFromTable( in TEST_F() local
230 auto surfaceFormat = Image::getSurfaceFormatFromTable( in TEST_F() local
246 auto surfaceFormat = Image::getSurfaceFormatFromTable( in TEST_F() local
[all …]
H A Dimage3d_tests.cpp63 auto surfaceFormat = Image::getSurfaceFormatFromTable( in HWTEST_F() local
66 flags, 0, surfaceFormat, &imageDesc, nullptr, retVal); in HWTEST_F()
93 …auto surfaceFormat = Image::getSurfaceFormatFromTable(0, &imageFormat, context->getDevice(0)->getH… in HWTEST_F() local
95 auto imgInfo = MockGmm::initImgInfo(imageDescriptor, 0, &surfaceFormat->surfaceFormat); in HWTEST_F()
104 surfaceFormat, in HWTEST_F()
120surfaceFormat = Image::getSurfaceFormatFromTable(0, &imageFormat, context->getDevice(0)->getHardwa… in HWTEST_F()
128 surfaceFormat, in HWTEST_F()
H A Dimage_tests.cpp135 surfaceFormat, in TEST()
186 surfaceFormat, in TEST()
237 surfaceFormat, in TEST()
288 surfaceFormat, in TEST()
339 surfaceFormat, in TEST()
390 surfaceFormat, in TEST()
441 surfaceFormat, in TEST()
492 surfaceFormat, in TEST()
543 surfaceFormat, in TEST()
645 surfaceFormat, in TEST()
[all …]
/dports/cad/ldview/ldview-4.4/QT/
H A DSnapshotTaker.cpp112 QSurfaceFormat surfaceFormat; in snapshotCallback() local
113 surfaceFormat.setVersion(1, 5); in snapshotCallback()
114 surfaceFormat.setRedBufferSize(8); in snapshotCallback()
115 surfaceFormat.setGreenBufferSize(8); in snapshotCallback()
116 surfaceFormat.setBlueBufferSize(8); in snapshotCallback()
117 surfaceFormat.setAlphaBufferSize(8); in snapshotCallback()
118 surfaceFormat.setDepthBufferSize(24); in snapshotCallback()
119 surfaceFormat.setStencilBufferSize(8); in snapshotCallback()
121 surfaceFormat.setRenderableType(QSurfaceFormat::OpenGL); in snapshotCallback()
123 qSurf->setFormat(surfaceFormat); in snapshotCallback()
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/mem_obj/
H A Dimage.cpp130 UNRECOVERABLE_IF(surfaceFormat == nullptr); in create()
157 imgInfo.surfaceFormat = &surfaceFormat->surfaceFormat; in create()
194 imgInfo.surfaceFormat = &parentImage->surfaceFormatInfo.surfaceFormat; in create()
531 if (!surfaceFormat) { in validate()
552 …pitch : alignUp(imageDesc->image_width * surfaceFormat->surfaceFormat.NumChannels * surfaceFormat-… in validate()
579 … if (imageDesc->image_row_pitch % surfaceFormat->surfaceFormat.ImageElementSizeInBytes != 0 || in validate()
762 imgInfo.surfaceFormat = &surfaceFormat->surfaceFormat; in getImageParams()
992 surfaceFormat, in redescribeFillImage()
1036 surfaceFormat, in redescribe()
1088 surfaceFormat, in writeNV12Planes()
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/common/mocks/
H A Dmock_gmm.h32 …o initImgInfo(ImageDescriptor &imgDesc, int baseMipLevel, const SurfaceFormatInfo *surfaceFormat) { in initImgInfo() argument
36 if (!surfaceFormat) { in initImgInfo()
37 imgInfo.surfaceFormat = &MockGmmParams::mockSurfaceFormat; in initImgInfo()
39 imgInfo.surfaceFormat = surfaceFormat; in initImgInfo()
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/plugins/qpa/
H A Deglhelpers.cpp31 EGLConfig configFromFormat(EGLDisplay display, const QSurfaceFormat &surfaceFormat, EGLint surfaceT… in configFromFormat() argument
34 const EGLint redSize = qMax(surfaceFormat.redBufferSize(), 0); in configFromFormat()
35 const EGLint greenSize = qMax(surfaceFormat.greenBufferSize(), 0); in configFromFormat()
36 const EGLint blueSize = qMax(surfaceFormat.blueBufferSize(), 0); in configFromFormat()
37 const EGLint alphaSize = qMax(surfaceFormat.alphaBufferSize(), 0); in configFromFormat()
38 const EGLint depthSize = qMax(surfaceFormat.depthBufferSize(), 0); in configFromFormat()
39 const EGLint stencilSize = qMax(surfaceFormat.stencilBufferSize(), 0); in configFromFormat()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/kernel/
H A Dkernel_image_arg_tests.cpp125 auto surfaceFormat = Image::getSurfaceFormatFromTable( in TEST_F() local
129 flags, 0, surfaceFormat, &imgDesc, nullptr, retVal)); in TEST_F()
175 auto surfaceFormat = Image::getSurfaceFormatFromTable( in TEST_F() local
179 flags, 0, surfaceFormat, &imgDesc, nullptr, retVal)); in TEST_F()
198 auto surfaceFormat = Image::getSurfaceFormatFromTable( in TEST_F() local
202 flags, 0, surfaceFormat, &imgDesc, nullptr, retVal)); in TEST_F()
217 auto surfaceFormat = Image::getSurfaceFormatFromTable( in TEST_F() local
221 flags, 0, surfaceFormat, &imgDesc, nullptr, retVal)); in TEST_F()
266 auto surfaceFormat = Image::getSurfaceFormatFromTable( in TEST_F() local
270 flags, 0, surfaceFormat, &imgDesc, nullptr, retVal)); in TEST_F()
[all …]
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/multimedia/video/
H A Dqabstractvideosurface.cpp68 QVideoSurfaceFormat surfaceFormat; member in QAbstractVideoSurfacePrivate
200 QVideoSurfaceFormat QAbstractVideoSurface::surfaceFormat() const in surfaceFormat() function in QAbstractVideoSurface
203 return d->surfaceFormat; in surfaceFormat()
228 d->surfaceFormat = format; in start()
249 d->surfaceFormat = QVideoSurfaceFormat(); in stop()
253 emit surfaceFormatChanged(surfaceFormat()); in stop()
/dports/x11-toolkits/qt5-charts/kde-qtcharts-5.15.2p2/src/charts/
H A Dglwidget.cpp69 QSurfaceFormat surfaceFormat; in GLWidget() local
70 surfaceFormat.setDepthBufferSize(0); in GLWidget()
71 surfaceFormat.setStencilBufferSize(0); in GLWidget()
72 surfaceFormat.setRedBufferSize(8); in GLWidget()
73 surfaceFormat.setGreenBufferSize(8); in GLWidget()
74 surfaceFormat.setBlueBufferSize(8); in GLWidget()
75 surfaceFormat.setAlphaBufferSize(8); in GLWidget()
76 surfaceFormat.setSwapBehavior(QSurfaceFormat::DoubleBuffer); in GLWidget()
77 surfaceFormat.setRenderableType(QSurfaceFormat::DefaultRenderableType); in GLWidget()
78 surfaceFormat.setSamples(m_antiAlias ? 4 : 0); in GLWidget()
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/xe_hpg_core/
H A Dimage_tests_xe_hpg_core.cpp45 …auto surfaceFormat = Image::getSurfaceFormatFromTable(flags, &format.imageFormat, context.getDevic… in XE_HPG_CORETEST_F() local
48 flags, 0, surfaceFormat, &imageDesc, nullptr, retVal)); in XE_HPG_CORETEST_F()
62 auto surfaceFormat = Image::getSurfaceFormatFromTable( in XE_HPG_CORETEST_F() local
66 flags, 0, surfaceFormat, &imageDesc, nullptr, retVal)); in XE_HPG_CORETEST_F()
71 surfaceFormat = Image::getSurfaceFormatFromTable( in XE_HPG_CORETEST_F()
75 flags, 0, surfaceFormat, &imageDesc, nullptr, retVal)); in XE_HPG_CORETEST_F()
/dports/games/retroarch/RetroArch-1.9.7/wiiu/include/wiiu/gx2/
H A Ddisplay.h13 void GX2CalcTVSize(GX2TVRenderMode tvRenderMode, GX2SurfaceFormat surfaceFormat,
15 void GX2CalcDRCSize(GX2DrcRenderMode drcRenderMode, GX2SurfaceFormat surfaceFormat,
18 GX2SurfaceFormat surfaceFormat, GX2BufferingMode bufferingMode);
20 GX2SurfaceFormat surfaceFormat, GX2BufferingMode bufferingMode);
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/aub_tests/mem_obj/
H A Dcreate_image_aub_tests.cpp88 …auto surfaceFormat = Image::getSurfaceFormatFromTable(flags, &imageFormat, context->getDevice(0)->… in HWTEST_F() local
90 auto imgInfo = MockGmm::initImgInfo(imageDescriptor, 0, &surfaceFormat->surfaceFormat); in HWTEST_F()
109 surfaceFormat, in HWTEST_F()
167 …auto surfaceFormat = Image::getSurfaceFormatFromTable(flags, &imageFormat, context->getDevice(0)->… in HWTEST_F() local
169 auto imgInfo = MockGmm::initImgInfo(imageDescriptor, 0, &surfaceFormat->surfaceFormat); in HWTEST_F()
188 surfaceFormat, in HWTEST_F()
291 auto imgInfo = MockGmm::initImgInfo(imageDescriptor, 0, &surfaceFormat->surfaceFormat); in HWTEST_P()
312 flags, 0, surfaceFormat, &imageDesc, pHostPtr, retVal)); in HWTEST_P()
362 auto imgInfo = MockGmm::initImgInfo(imageDescriptor, 0, &surfaceFormat->surfaceFormat); in HWTEST_P()
385 surfaceFormat, in HWTEST_P()
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/plugins/platforms/winrt/
H A Dqwinrtwindow.cpp92 QSurfaceFormat surfaceFormat; member in QWinRTWindowPrivate
115 d->surfaceFormat.setMajorVersion(3); in QWinRTWindow()
116 d->surfaceFormat.setMinorVersion(0); in QWinRTWindow()
117 d->surfaceFormat.setAlphaBufferSize(0); in QWinRTWindow()
118 d->surfaceFormat.setRedBufferSize(8); in QWinRTWindow()
119 d->surfaceFormat.setGreenBufferSize(8); in QWinRTWindow()
120 d->surfaceFormat.setBlueBufferSize(8); in QWinRTWindow()
121 d->surfaceFormat.setDepthBufferSize(24); in QWinRTWindow()
122 d->surfaceFormat.setStencilBufferSize(8); in QWinRTWindow()
124 d->surfaceFormat.setSamples(1); in QWinRTWindow()
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/plugins/platforms/winrt/
H A Dqwinrtwindow.cpp92 QSurfaceFormat surfaceFormat; member in QWinRTWindowPrivate
115 d->surfaceFormat.setMajorVersion(3); in QWinRTWindow()
116 d->surfaceFormat.setMinorVersion(0); in QWinRTWindow()
117 d->surfaceFormat.setAlphaBufferSize(0); in QWinRTWindow()
118 d->surfaceFormat.setRedBufferSize(8); in QWinRTWindow()
119 d->surfaceFormat.setGreenBufferSize(8); in QWinRTWindow()
120 d->surfaceFormat.setBlueBufferSize(8); in QWinRTWindow()
121 d->surfaceFormat.setDepthBufferSize(24); in QWinRTWindow()
122 d->surfaceFormat.setStencilBufferSize(8); in QWinRTWindow()
124 d->surfaceFormat.setSamples(1); in QWinRTWindow()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/plugins/platforms/winrt/
H A Dqwinrtwindow.cpp92 QSurfaceFormat surfaceFormat; member in QWinRTWindowPrivate
115 d->surfaceFormat.setMajorVersion(3); in QWinRTWindow()
116 d->surfaceFormat.setMinorVersion(0); in QWinRTWindow()
117 d->surfaceFormat.setAlphaBufferSize(0); in QWinRTWindow()
118 d->surfaceFormat.setRedBufferSize(8); in QWinRTWindow()
119 d->surfaceFormat.setGreenBufferSize(8); in QWinRTWindow()
120 d->surfaceFormat.setBlueBufferSize(8); in QWinRTWindow()
121 d->surfaceFormat.setDepthBufferSize(24); in QWinRTWindow()
122 d->surfaceFormat.setStencilBufferSize(8); in QWinRTWindow()
124 d->surfaceFormat.setSamples(1); in QWinRTWindow()
[all …]
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/plugins/platforms/winrt/
H A Dqwinrtwindow.cpp92 QSurfaceFormat surfaceFormat; member in QWinRTWindowPrivate
115 d->surfaceFormat.setMajorVersion(3); in QWinRTWindow()
116 d->surfaceFormat.setMinorVersion(0); in QWinRTWindow()
117 d->surfaceFormat.setAlphaBufferSize(0); in QWinRTWindow()
118 d->surfaceFormat.setRedBufferSize(8); in QWinRTWindow()
119 d->surfaceFormat.setGreenBufferSize(8); in QWinRTWindow()
120 d->surfaceFormat.setBlueBufferSize(8); in QWinRTWindow()
121 d->surfaceFormat.setDepthBufferSize(24); in QWinRTWindow()
122 d->surfaceFormat.setStencilBufferSize(8); in QWinRTWindow()
124 d->surfaceFormat.setSamples(1); in QWinRTWindow()
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/plugins/platforms/winrt/
H A Dqwinrtwindow.cpp92 QSurfaceFormat surfaceFormat; member in QWinRTWindowPrivate
115 d->surfaceFormat.setMajorVersion(3); in QWinRTWindow()
116 d->surfaceFormat.setMinorVersion(0); in QWinRTWindow()
117 d->surfaceFormat.setAlphaBufferSize(0); in QWinRTWindow()
118 d->surfaceFormat.setRedBufferSize(8); in QWinRTWindow()
119 d->surfaceFormat.setGreenBufferSize(8); in QWinRTWindow()
120 d->surfaceFormat.setBlueBufferSize(8); in QWinRTWindow()
121 d->surfaceFormat.setDepthBufferSize(24); in QWinRTWindow()
122 d->surfaceFormat.setStencilBufferSize(8); in QWinRTWindow()
124 d->surfaceFormat.setSamples(1); in QWinRTWindow()
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/plugins/platforms/winrt/
H A Dqwinrtwindow.cpp92 QSurfaceFormat surfaceFormat; member in QWinRTWindowPrivate
115 d->surfaceFormat.setMajorVersion(3); in QWinRTWindow()
116 d->surfaceFormat.setMinorVersion(0); in QWinRTWindow()
117 d->surfaceFormat.setAlphaBufferSize(0); in QWinRTWindow()
118 d->surfaceFormat.setRedBufferSize(8); in QWinRTWindow()
119 d->surfaceFormat.setGreenBufferSize(8); in QWinRTWindow()
120 d->surfaceFormat.setBlueBufferSize(8); in QWinRTWindow()
121 d->surfaceFormat.setDepthBufferSize(24); in QWinRTWindow()
122 d->surfaceFormat.setStencilBufferSize(8); in QWinRTWindow()
124 d->surfaceFormat.setSamples(1); in QWinRTWindow()
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/plugins/platforms/winrt/
H A Dqwinrtwindow.cpp92 QSurfaceFormat surfaceFormat; member in QWinRTWindowPrivate
115 d->surfaceFormat.setMajorVersion(3); in QWinRTWindow()
116 d->surfaceFormat.setMinorVersion(0); in QWinRTWindow()
117 d->surfaceFormat.setAlphaBufferSize(0); in QWinRTWindow()
118 d->surfaceFormat.setRedBufferSize(8); in QWinRTWindow()
119 d->surfaceFormat.setGreenBufferSize(8); in QWinRTWindow()
120 d->surfaceFormat.setBlueBufferSize(8); in QWinRTWindow()
121 d->surfaceFormat.setDepthBufferSize(24); in QWinRTWindow()
122 d->surfaceFormat.setStencilBufferSize(8); in QWinRTWindow()
124 d->surfaceFormat.setSamples(1); in QWinRTWindow()
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/plugins/platforms/winrt/
H A Dqwinrtwindow.cpp92 QSurfaceFormat surfaceFormat; member in QWinRTWindowPrivate
115 d->surfaceFormat.setMajorVersion(3); in QWinRTWindow()
116 d->surfaceFormat.setMinorVersion(0); in QWinRTWindow()
117 d->surfaceFormat.setAlphaBufferSize(0); in QWinRTWindow()
118 d->surfaceFormat.setRedBufferSize(8); in QWinRTWindow()
119 d->surfaceFormat.setGreenBufferSize(8); in QWinRTWindow()
120 d->surfaceFormat.setBlueBufferSize(8); in QWinRTWindow()
121 d->surfaceFormat.setDepthBufferSize(24); in QWinRTWindow()
122 d->surfaceFormat.setStencilBufferSize(8); in QWinRTWindow()
124 d->surfaceFormat.setSamples(1); in QWinRTWindow()
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/plugins/platforms/winrt/
H A Dqwinrtwindow.cpp92 QSurfaceFormat surfaceFormat; member in QWinRTWindowPrivate
115 d->surfaceFormat.setMajorVersion(3); in QWinRTWindow()
116 d->surfaceFormat.setMinorVersion(0); in QWinRTWindow()
117 d->surfaceFormat.setAlphaBufferSize(0); in QWinRTWindow()
118 d->surfaceFormat.setRedBufferSize(8); in QWinRTWindow()
119 d->surfaceFormat.setGreenBufferSize(8); in QWinRTWindow()
120 d->surfaceFormat.setBlueBufferSize(8); in QWinRTWindow()
121 d->surfaceFormat.setDepthBufferSize(24); in QWinRTWindow()
122 d->surfaceFormat.setStencilBufferSize(8); in QWinRTWindow()
124 d->surfaceFormat.setSamples(1); in QWinRTWindow()
[all …]

12345678910>>...24