HomeSort by relevance Sort by last modified time
    Searched refs:Performance (Results 26 - 50 of 117) sorted by null

12 3 4 5

  /external/deqp/modules/gles3/performance/
es3pShaderControlStatementTests.hpp 23 * \brief Shader control statement performance tests.
33 namespace Performance
49 } // Performance
es3pShaderOperatorTests.hpp 23 * \brief Shader operator performance tests.
33 namespace Performance
49 } // Performance
es3pShaderOptimizationTests.hpp 23 * \brief Optimized vs unoptimized shader performance tests.
33 namespace Performance
49 } // Performance
es3pStateChangeCallTests.hpp 23 * \brief State change call performance tests.
33 namespace Performance
49 } // Performance
es3pStateChangeTests.hpp 23 * \brief State change performance tests.
33 namespace Performance
49 } // Performance
es3pTextureCountTests.hpp 23 * \brief Texture count performance tests.
33 namespace Performance
49 } // Performance
es3pTextureFilteringTests.hpp 23 * \brief Texture filtering performance tests.
33 namespace Performance
49 } // Performance
es3pTextureFormatTests.hpp 23 * \brief Texture format performance tests.
33 namespace Performance
49 } // Performance
es3pTextureCases.hpp 23 * \brief Texture format performance tests.
36 namespace Performance
74 } // Performance
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Ppi/
SecPerformance.h 2 Defines the interface to convey performance information from SEC phase to PEI.
28 /// Performance data collected in SEC phase.
35 This interface conveys performance information out of the Security (SEC) phase into PEI.
39 PEI Foundation. As such, if the platform supports collecting performance data in SEC,
45 @param[out] Performance The pointer to performance data collected in SEC phase.
47 @retval EFI_SUCCESS The performance data was successfully returned.
55 OUT FIRMWARE_SEC_PERFORMANCE *Performance
59 /// This PPI provides function to get performance data collected in SEC phase.
  /device/linaro/bootloader/edk2/IntelFsp2WrapperPkg/Library/SecFspWrapperPlatformSecLibSample/
SecGetPerformance.c 25 This interface conveys performance information out of the Security (SEC) phase into PEI.
29 PEI Foundation. As such, if the platform supports collecting performance data in SEC,
35 @param[out] Performance The pointer to performance data collected in SEC phase.
45 OUT FIRMWARE_SEC_PERFORMANCE *Performance
87 Performance->ResetEnd = GetTimeInNanoSecond (Ticker);
FspWrapperPlatformSecLibSample.c 44 This interface conveys performance information out of the Security (SEC) phase into PEI.
48 PEI Foundation. As such, if the platform supports collecting performance data in SEC,
54 @param[out] Performance The pointer to performance data collected in SEC phase.
64 OUT FIRMWARE_SEC_PERFORMANCE *Performance
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/
SecGetPerformance.c 25 This interface conveys performance information out of the Security (SEC) phase into PEI.
29 PEI Foundation. As such, if the platform supports collecting performance data in SEC,
35 @param[out] Performance The pointer to performance data collected in SEC phase.
45 OUT FIRMWARE_SEC_PERFORMANCE *Performance
87 Performance->ResetEnd = GetTimeInNanoSecond (Ticker);
FspPlatformSecLibSample.c 43 This interface conveys performance information out of the Security (SEC) phase into PEI.
47 PEI Foundation. As such, if the platform supports collecting performance data in SEC,
53 @param[out] Performance The pointer to performance data collected in SEC phase.
63 OUT FIRMWARE_SEC_PERFORMANCE *Performance
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/
SecGetPerformance.c 24 This interface conveys performance information out of the Security (SEC) phase into PEI.
28 PEI Foundation. As such, if the platform supports collecting performance data in SEC,
34 @param[out] Performance The pointer to performance data collected in SEC phase.
44 OUT FIRMWARE_SEC_PERFORMANCE *Performance
86 Performance->ResetEnd = GetTimeInNanoSecond (Ticker);
FspPlatformSecLibVlv2.c 42 This interface conveys performance information out of the Security (SEC) phase into PEI.
46 PEI Foundation. As such, if the platform supports collecting performance data in SEC,
52 @param[out] Performance The pointer to performance data collected in SEC phase.
62 OUT FIRMWARE_SEC_PERFORMANCE *Performance
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTablePei/
FirmwarePerformancePei.c 2 This module updates S3 Resume Performance Record in ACPI Firmware Performance
5 performance data to DXE phase.
7 This module register report status code listener to collect performance data
8 for S3 Resume Performance Record on S3 resume boot path.
38 Report status code listener for PEI. This is used to record the performance
92 // Update S3 Resume Performance Record.
102 DEBUG ((EFI_D_ERROR, "FPDT S3 performance data in ACPI memory get corrupted\n"));
114 DEBUG ((EFI_D_INFO, "FPDT: S3 Resume Performance - ResumeCount = %d\n", AcpiS3ResumeRecord->ResumeCount));
115 DEBUG ((EFI_D_INFO, "FPDT: S3 Resume Performance - FullResume = %ld\n", AcpiS3ResumeRecord->FullResume));
    [all...]
  /external/deqp/modules/gles2/performance/
es2pTextureCases.hpp 23 * \brief Texture format performance tests.
36 namespace Performance
69 } // Performance
es2pPerformanceTests.cpp 21 * \brief Performance tests.
44 namespace Performance
53 : TestCaseGroup(context, "texture", "Texture Performance Tests")
72 : TestCaseGroup(context, "shader", "Shader Performance Tests")
89 : TestCaseGroup(context, "api", "API Performance Tests")
105 : TestCaseGroup(context, "performance", "Performance Tests")
122 } // Performance
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxePerformanceLib/
DxePerformanceLib.c 2 Performance Library
4 This library instance provides infrastructure for DXE phase drivers to log performance
5 data. It consumes PerformanceEx or Performance Protocol published by DxeCorePerformanceLib
6 to log performance data. If both PerformanceEx and Performance Protocol is not available, it does not log any
7 performance information.
23 #include <Guid/Performance.h>
31 // The cached Performance Protocol and PerformanceEx Protocol interface.
37 The function caches the pointers to PerformanceEx protocol and Performance Protocol.
39 The function locates PerformanceEx protocol and Performance Protocol from protocol database.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmPerformanceLib/
SmmPerformanceLib.c 2 Performance Library used in SMM phase.
4 This library instance provides infrastructure for SMM drivers to log performance
5 data. It consumes SMM PerformanceEx or Performance Protocol published by SmmCorePerformanceLib
6 to log performance data. If both SMM PerformanceEx and Performance Protocol are not available, it does not log any
7 performance information.
21 #include <Guid/Performance.h>
30 // The cached SMM Performance Protocol and SMM PerformanceEx Protocol interface.
37 The constructor function initializes the Performance Measurement Enable flag
59 The function caches the pointers to SMM PerformanceEx protocol and Performance Protocol.
    [all...]
  /external/grpc-grpc/src/csharp/Grpc.Core.Tests/
PInvokeTest.cs 62 [Category("Performance")]
85 [Category("Performance")]
104 [Category("Performance")]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/BdsDxe/
Bds.h 21 #include <Guid/Performance.h>
  /device/linaro/bootloader/edk2/PerformancePkg/Dp_App/
DpProfile.c 26 #include <Guid/Performance.h>
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiDpLib/
DpProfile.c 26 #include <Guid/Performance.h>

Completed in 769 milliseconds

12 3 4 5