Home
last modified time | relevance | path

Searched refs:dumpFormat (Results 1 – 25 of 46) sorted by relevance

12

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/aub_mem_dump/
H A Daub_alloc_dump.h50 auto dumpFormat = DumpFormat::NONE; in getDumpFormat() local
54 dumpFormat = DumpFormat::BUFFER_BIN; in getDumpFormat()
56 dumpFormat = DumpFormat::BUFFER_TRE; in getDumpFormat()
60 dumpFormat = DumpFormat::IMAGE_BMP; in getDumpFormat()
62 dumpFormat = DumpFormat::IMAGE_TRE; in getDumpFormat()
66 return dumpFormat; in getDumpFormat()
69 inline bool isBufferDumpFormat(DumpFormat dumpFormat) { in isBufferDumpFormat() argument
70 …return (AubAllocDump::DumpFormat::BUFFER_BIN == dumpFormat) || (dumpFormat == AubAllocDump::DumpFo… in isBufferDumpFormat()
73 inline bool isImageDumpFormat(DumpFormat dumpFormat) { in isImageDumpFormat() argument
74 …return (AubAllocDump::DumpFormat::IMAGE_BMP == dumpFormat) || (dumpFormat == AubAllocDump::DumpFor… in isImageDumpFormat()
[all …]
H A Daub_alloc_dump.inl42 SurfaceInfo *getDumpSurfaceInfo(GraphicsAllocation &gfxAllocation, DumpFormat dumpFormat) { argument
45 if (isBufferDumpFormat(dumpFormat)) {
57 …surfaceInfo->dumpType = (AubAllocDump::DumpFormat::BUFFER_TRE == dumpFormat) ? dumpType::tre : dum…
58 } else if (isImageDumpFormat(dumpFormat)) {
72 …surfaceInfo->dumpType = (AubAllocDump::DumpFormat::IMAGE_TRE == dumpFormat) ? dumpType::tre : dump…
199 void dumpAllocation(DumpFormat dumpFormat, GraphicsAllocation &gfxAllocation, AubMemDump::AubFileSt… argument
200 switch (dumpFormat) {
H A Daub_mem_dump_xehp_and_later.inl280 … SurfaceInfo *getDumpSurfaceInfo<Family>(GraphicsAllocation &gfxAllocation, DumpFormat dumpFormat);
292 template void dumpAllocation<Family>(DumpFormat dumpFormat, GraphicsAllocation &gfxAllocation, AubM…
H A Daub_mem_dump_pvc_and_later.inl309 … SurfaceInfo *getDumpSurfaceInfo<Family>(GraphicsAllocation &gfxAllocation, DumpFormat dumpFormat);
321 template void dumpAllocation<Family>(DumpFormat dumpFormat, GraphicsAllocation &gfxAllocation, AubM…
/dports/security/sqlmap/sqlmap-1.3.12/sqlmap/lib/core/
H A Ddump.py419 if conf.dumpFormat == DUMP_FORMAT.SQLITE:
496 if conf.dumpFormat == DUMP_FORMAT.SQLITE:
529 elif conf.dumpFormat == DUMP_FORMAT.HTML:
565 if conf.dumpFormat == DUMP_FORMAT.HTML:
570 if conf.dumpFormat == DUMP_FORMAT.CSV:
573 elif conf.dumpFormat == DUMP_FORMAT.SQLITE:
587 if conf.dumpFormat == DUMP_FORMAT.HTML:
637 if conf.dumpFormat == DUMP_FORMAT.SQLITE:
642 elif conf.dumpFormat == DUMP_FORMAT.CSV:
651 if conf.dumpFormat == DUMP_FORMAT.SQLITE:
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/gen8/
H A Daub_mem_dump_gen8.cpp73 … SurfaceInfo *getDumpSurfaceInfo<Family>(GraphicsAllocation &gfxAllocation, DumpFormat dumpFormat);
85 template void dumpAllocation<Family>(DumpFormat dumpFormat, GraphicsAllocation &gfxAllocation, AubM…
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/gen11/
H A Daub_mem_dump_gen11.cpp90 … SurfaceInfo *getDumpSurfaceInfo<Family>(GraphicsAllocation &gfxAllocation, DumpFormat dumpFormat);
102 template void dumpAllocation<Family>(DumpFormat dumpFormat, GraphicsAllocation &gfxAllocation, AubM…
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/gen9/
H A Daub_mem_dump_gen9.cpp85 … SurfaceInfo *getDumpSurfaceInfo<Family>(GraphicsAllocation &gfxAllocation, DumpFormat dumpFormat);
97 template void dumpAllocation<Family>(DumpFormat dumpFormat, GraphicsAllocation &gfxAllocation, AubM…
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/aub_mem_dump/
H A Daub_alloc_dump_tests.cpp399 dumpFormat = std::get<1>(GetParam()); in SetUp()
406 AubAllocDump::DumpFormat dumpFormat = AubAllocDump::DumpFormat::NONE; member
413 if (AubAllocDump::isBufferDumpFormat(dumpFormat)) { in HWTEST_P()
419 …faceInfo> surfaceInfo(AubAllocDump::getDumpSurfaceInfo<FamilyType>(*bufferAllocation, dumpFormat)); in HWTEST_P()
431 …EXPECT_EQ((AubAllocDump::DumpFormat::BUFFER_TRE == dumpFormat) ? aub_stream::dumpType::tre : aub_s… in HWTEST_P()
436 if (AubAllocDump::isImageDumpFormat(dumpFormat)) { in HWTEST_P()
451 …rfaceInfo> surfaceInfo(AubAllocDump::getDumpSurfaceInfo<FamilyType>(*imageAllocation, dumpFormat)); in HWTEST_P()
461 …EXPECT_EQ((AubAllocDump::DumpFormat::IMAGE_TRE == dumpFormat) ? aub_stream::dumpType::tre : aub_st… in HWTEST_P()
/dports/lang/squeak/Squeak-4.10.2.2614-src/unix/vm-sound-MacOSX/
H A DsqUnixSoundMacOSX.c85 static void dumpFormat(AudioStreamBasicDescription *fmt); // atend
97 static inline void dumpFormat(AudioStreamBasicDescription *fmt) {} in dumpFormat() function
525 debugf("stream %p[%d] device format:\n", s, s->direction); dumpFormat(&devFmt); in Stream_setFormat()
540 debugf("stream %p[%d] image format:\n", s, s->direction); dumpFormat(&imgFmt); in Stream_setFormat()
1001 static void dumpFormat(AudioStreamBasicDescription *fmt) in dumpFormat() function
/dports/sysutils/javaservicewrapper/wrapper_3.5.45_src/src/c/
H A Dproperty.c677 properties->dumpFormat = NULL; in createProperties()
707 if (properties->dumpFormat) { in disposeProperties()
708 free(properties->dumpFormat); in disposeProperties()
2549 …ns = getColumnsAndReqConstSizesForPropertyDump(properties, properties->dumpFormat, &reqConstTotSiz… in dumpProperties()
2551 …== 0) && (getColumnsAndReqVarSizeForPropertyDump(TEXT(""), properties->dumpFormat, &reqConstTotSiz… in dumpProperties()
2556 properties->dumpFormat, in dumpProperties()
2570 …printBuffer = buildPropertyDumpBuffer(property, properties->dumpFormat, numConstColumns, reqConstT… in dumpProperties()
2594 if (properties->dumpFormat) { in setPropertiesDumpFormat()
2595 free(properties->dumpFormat); in setPropertiesDumpFormat()
2597 properties->dumpFormat = malloc(sizeof(TCHAR) * (_tcslen(format) + 1)); in setPropertiesDumpFormat()
[all …]
H A Dproperty.h94 TCHAR* dumpFormat; /* Format used when dumping properties. */ member
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/gen12lp/
H A Daub_mem_dump_gen12lp.cpp245 … SurfaceInfo *getDumpSurfaceInfo<Family>(GraphicsAllocation &gfxAllocation, DumpFormat dumpFormat);
257 template void dumpAllocation<Family>(DumpFormat dumpFormat, GraphicsAllocation &gfxAllocation, AubM…
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libsplashscreen/
H A Dsplashscreen_gfx.h137 void dumpFormat(ImageFormat * format);
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/native/libsplashscreen/
H A Dsplashscreen_gfx.h137 void dumpFormat(ImageFormat * format);
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libsplashscreen/
H A Dsplashscreen_gfx.h137 void dumpFormat(ImageFormat * format);
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/native/libsplashscreen/
H A Dsplashscreen_gfx.h137 void dumpFormat(ImageFormat * format);
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/native/libsplashscreen/
H A Dsplashscreen_gfx.h137 void dumpFormat(ImageFormat * format);
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/native/libsplashscreen/
H A Dsplashscreen_gfx.h137 void dumpFormat(ImageFormat * format);
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/native/libsplashscreen/
H A Dsplashscreen_gfx.h137 void dumpFormat(ImageFormat * format);
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/native/libsplashscreen/
H A Dsplashscreen_gfx.h137 void dumpFormat(ImageFormat * format);
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_gfx.h137 void dumpFormat(ImageFormat * format);
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_gfx.h137 void dumpFormat(ImageFormat * format);
/dports/security/sqlmap/sqlmap-1.3.12/sqlmap/
H A Dsqlmap.conf724 dumpFormat = CSV
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/command_stream/
H A Daub_command_stream_receiver_hw_base.inl778 auto dumpFormat = AubAllocDump::getDumpFormat(gfxAllocation); local
779 if (dumpFormat > AubAllocDump::DumpFormat::NONE) {
786 …r<aub_stream::SurfaceInfo>(AubAllocDump::getDumpSurfaceInfo<GfxFamily>(gfxAllocation, dumpFormat));
793 …AubAllocDump::dumpAllocation<GfxFamily>(dumpFormat, gfxAllocation, getAubStream(), getDumpHandle()…

12