Home
last modified time | relevance | path

Searched defs:TestConfig (Results 1 – 25 of 48) sorted by relevance

12

/external/boringssl/src/ssl/test/
Dtest_config.h27 struct TestConfig { struct
28 int port = 0;
29 bool is_server = false;
30 bool is_dtls = false;
31 bool is_quic = false;
32 int resume_count = 0;
33 std::string write_settings;
34 bool fallback_scsv = false;
35 std::vector<int> signing_prefs;
36 std::vector<int> verify_prefs;
[all …]
/external/rust/crates/quiche/deps/boringssl/src/ssl/test/
Dtest_config.h26 struct TestConfig { struct
27 int port = 0;
28 bool is_server = false;
29 bool is_dtls = false;
30 bool is_quic = false;
31 int resume_count = 0;
32 std::string write_settings;
33 bool fallback_scsv = false;
34 std::vector<int> signing_prefs;
35 std::vector<int> verify_prefs;
[all …]
/external/scudo/standalone/tests/
Dsecondary_test.cpp65 struct TestConfig { struct
66 typedef scudo::MapAllocatorCache<TestConfig> SecondaryCache; argument
79 testSecondaryBasic<TestConfig>(); in TEST() argument
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineExtendedDynamicStateTests.cpp440 struct TestConfig struct
443 SequenceOrdering sequenceOrdering;
446 std::vector<MeshParams> meshParams; // Mesh parameters for each full-screen layer of geometry.
447 deUint32 referenceStencil; // Reference stencil value.
450 tcu::Vec4 clearColorValue;
451 float clearDepthValue;
452 deUint32 clearStencilValue;
455 ReferenceColorGenerator referenceColor;
456 float expectedDepth;
457 deUint32 expectedStencil;
[all …]
DvktPipelineColorWriteEnableTests.cpp152 struct TestConfig struct
155 SequenceOrdering sequenceOrdering;
158 MeshParams meshParams;
161 tcu::Vec4 clearColorValue;
162 float clearDepthValue;
165 std::vector<tcu::Vec4> expectedColor;
166 float expectedDepth;
169 StaticAndDynamicPair<Bool32Vec> colorWriteEnableConfig;
172 TestConfig (SequenceOrdering ordering) in TestConfig() argument
185 bool isReversed () const in isReversed()
[all …]
/external/deqp/modules/egl/
DteglGLES2SharedRenderingPerfTests.cpp62 struct TestConfig struct
64 enum TextureType
73 int threadCount;
74 int perThreadContextCount;
76 int frameCount;
77 int drawCallCount;
78 int triangleCount;
80 bool sharedContexts;
82 bool useCoordBuffer;
83 bool sharedCoordBuffer;
[all …]
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassDepthStencilResolveTests.cpp94 struct TestConfig struct
96 VkFormat format;
97 deUint32 width;
98 deUint32 height;
99 deUint32 imageLayers;
100 deUint32 viewLayers;
101 deUint32 resolveBaseLayer;
102 VkRect2D renderArea;
103 VkImageAspectFlags aspectFlag;
104 deUint32 sampleCount;
[all …]
DvktRenderPassSparseRenderTargetTests.cpp361 struct TestConfig struct
363 TestConfig (VkFormat format_, in TestConfig() argument
370 VkFormat format;
371 RenderPassType renderPassType;
DvktRenderPassSampleReadTests.cpp728 struct TestConfig struct
730TestConfig (deUint32 sampleCount_, TestMode testMode_, deUint32 selectedSample_, RenderPassType re… in TestConfig() function
738 deUint32 sampleCount;
739 TestMode testMode;
740 deUint32 selectedSample;
741 RenderPassType renderPassType;
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemYCbCrConversionTests.cpp98 struct TestConfig struct
100 TestConfig (glu::ShaderType shaderType_, in TestConfig() argument
135 glu::ShaderType shaderType;
136 vk::VkFormat format;
137 vk::VkImageTiling imageTiling;
138 vk::VkFilter textureFilter;
139 vk::VkSamplerAddressMode addressModeU;
140 vk::VkSamplerAddressMode addressModeV;
142 vk::VkFilter chromaFilter;
143 vk::VkChromaLocation xChromaOffset;
[all …]
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessVertexAccessTests.cpp1106 struct TestConfig in createDrawTests() struct
1108 std::string name; in createDrawTests()
1109 std::string description; in createDrawTests()
1110 VkFormat inputFormat; in createDrawTests()
1111 deUint32 numVertexValues; in createDrawTests()
1112 deUint32 numInstanceValues; in createDrawTests()
1113 deUint32 numVertices; in createDrawTests()
1114 deUint32 numInstances; in createDrawTests()
1143 struct TestConfig in createDrawIndexedTests() struct
1145 std::string name; in createDrawIndexedTests()
[all …]
/external/webrtc/modules/audio_processing/
Daudio_processing_impl_locking_unittest.cc115 struct TestConfig { struct
117 static std::vector<TestConfig> GenerateBriefTestConfigs() { in GenerateBriefTestConfigs()
154 static std::vector<TestConfig> GenerateExtensiveTestConfigs() { in GenerateExtensiveTestConfigs()
247 RenderApiImpl render_api_function =
249 CaptureApiImpl capture_api_function = CaptureApiImpl::ProcessStreamImplFloat;
250 RuntimeParameterSettingScheme runtime_parameter_setting_scheme =
252 int initial_sample_rate_hz = 16000;
253 AecType aec_type = AecType::BasicWebRtcAecSettingsWithDelayAgnosticAec;
254 int min_number_of_calls = 300;
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrConversionTests.cpp152 struct TestConfig struct
154 TestConfig (glu::ShaderType shaderType_, in TestConfig() argument
195 glu::ShaderType shaderType;
196 vk::VkFormat format;
197 vk::VkImageTiling imageTiling;
198 vk::VkFilter textureFilter;
199 vk::VkSamplerAddressMode addressModeU;
200 vk::VkSamplerAddressMode addressModeV;
202 vk::VkFilter chromaFilter;
203 vk::VkChromaLocation xChromaOffset;
[all …]
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryAllocationTests.cpp75 struct TestConfig struct
77 enum Order
85 Maybe<VkDeviceSize> memorySize;
86 Maybe<float> memoryPercentage;
87 deUint32 memoryAllocationCount;
88 Order order;
89 bool useDeviceGroups;
91 TestConfig (void) in TestConfig() function
DvktMemoryMappingTests.cpp504 struct TestConfig struct
506 TestConfig (void) in TestConfig() function
512 VkDeviceSize allocationSize;
513 deUint32 seed;
515 MemoryRange mapping;
516 vector<MemoryRange> flushMappings;
517 vector<MemoryRange> invalidateMappings;
518 bool remap;
519 bool implicitUnmap;
520 AllocationKind allocationKind;
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_constant_folding_test.cc112 const struct TestConfig { in TEST_F() struct
113 int concat_dimension; in TEST_F()
114 std::vector<int64> dimensions; in TEST_F()
115 std::vector<int64> concat_sizes; in TEST_F()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationCrossInstanceSharingTests.cpp59 struct TestConfig struct
61 TestConfig (SynchronizationType type_, in TestConfig() argument
80 const SynchronizationType type;
81 const ResourceDescription resource;
82 const vk::VkSemaphoreType semaphoreType;
83 const OperationName writeOp;
84 const OperationName readOp;
85 const vk::VkExternalMemoryHandleTypeFlagBits memoryHandleType;
86 const vk::VkExternalSemaphoreHandleTypeFlagBits semaphoreHandleType;
87 const bool dedicated;
DvktSynchronizationBasicSemaphoreTests.cpp48 struct TestConfig struct
50 bool useTypeCreate;
51 VkSemaphoreType semaphoreType;
52 SynchronizationType type;
245 tcu::TestStatus basicThreadTimelineCase(Context& context, TestConfig) in basicThreadTimelineCase() argument
DvktSynchronizationBasicEventTests.cpp44 struct TestConfig struct
46 SynchronizationType type;
47 VkEventCreateFlags flags;
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmFromHlslTests.cpp50 struct TestConfig struct
52 TestType type;
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSharedPresentableImageTests.cpp517 struct TestConfig struct
519 vk::wsi::Type wsiType;
520 Scaling scaling;
521 bool useSharedPresentableImage;
522 vk::VkPresentModeKHR presentMode;
523 vk::VkSurfaceTransformFlagsKHR transform;
524 vk::VkCompositeAlphaFlagsKHR alpha;
DvktWsiIncrementalPresentTests.cpp603 struct TestConfig struct
605 vk::wsi::Type wsiType;
606 Scaling scaling;
607 bool useIncrementalPresent;
608 vk::VkPresentModeKHR presentMode;
609 vk::VkSurfaceTransformFlagsKHR transform;
610 vk::VkCompositeAlphaFlagsKHR alpha;
/external/perfetto/test/
Dfake_producer.h36 class TestConfig; variable
/external/tensorflow/tensorflow/lite/kernels/
Dacceleration_test_util_internal.h50 const T& TestConfig() const { return test_config_; } in TestConfig() function
/external/perfetto/protos/perfetto/config/
Dtest_config.proto22 message TestConfig { message

12