Home
last modified time | relevance | path

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

123

/external/rust/crates/quiche/deps/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/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<uint16_t> signing_prefs;
36 std::vector<uint16_t> verify_prefs;
[all …]
/external/cronet/third_party/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<uint16_t> signing_prefs;
36 std::vector<uint16_t> verify_prefs;
[all …]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineExtendedDynamicStateTests.cpp1435 struct TestConfig struct
1438 vk::PipelineConstructionType pipelineConstructionType;
1441 SequenceOrdering sequenceOrdering;
1444 std::vector<MeshParams> meshParams; // Mesh parameters for each full-screen layer of geometry.
1445 deUint32 referenceStencil; // Reference stencil value.
1448 vk::VkClearValue clearColorValue;
1449 float clearDepthValue;
1450 deUint32 clearStencilValue;
1453 ReferenceColorGenerator::P referenceColor;
1454 float expectedDepth;
[all …]
DvktPipelineDynamicControlPoints.cpp74 struct TestConfig { struct
75 vk::PipelineConstructionType constructionType;
76 bool changeOutput;
77 bool firstClockwise;
78 bool secondClockwise;
79 vk::VkCullModeFlags cullMode;
80 tcu::Vec4 expectedFirst;
81 tcu::Vec4 expectedSecond;
DvktPipelineColorWriteEnableTests.cpp153 struct TestConfig struct
155 vk::PipelineConstructionType pipelineConstructionType;
158 SequenceOrdering sequenceOrdering;
161 MeshParams meshParams;
164 tcu::Vec4 clearColorValue;
165 float clearDepthValue;
168 tcu::BVec4 channelMask;
171 std::vector<tcu::Vec4> expectedColor;
172 float expectedDepth;
175 StaticAndDynamicPair<Bool32Vec> colorWriteEnableConfig;
[all …]
/external/scudo/standalone/tests/
Dsecondary_test.cpp90 struct TestConfig { struct
91 typedef scudo::MapAllocatorCache<TestConfig> SecondaryCache; argument
104 testSecondaryBasic<TestConfig>(); in TEST() argument
/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.cpp104 struct TestConfig struct
106 VkFormat format;
107 deUint32 width;
108 deUint32 height;
109 deUint32 imageLayers;
110 deUint32 viewLayers;
111 deUint32 resolveBaseLayer;
112 VkRect2D renderArea;
113 VkImageAspectFlags aspectFlag;
114 deUint32 sampleCount;
[all …]
DvktRenderPassSampleReadTests.cpp728 struct TestConfig struct
730TestConfig (deUint32 sampleCount_, TestMode testMode_, deUint32 selectedSample_, RenderingType ren… in TestConfig() argument
738 deUint32 sampleCount;
739 TestMode testMode;
740 deUint32 selectedSample;
741 RenderingType renderingType;
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrImageOffsetTests.cpp52 struct TestConfig struct
54 TestConfig (const vk::VkFormat format_) : format (format_) {} in TestConfig() argument
55 vk::VkFormat format;
DvktYCbCrConversionTests.cpp153 struct TestConfig struct
155 TestConfig (glu::ShaderType shaderType_, in TestConfig() function
196 glu::ShaderType shaderType;
197 vk::VkFormat format;
198 vk::VkImageTiling imageTiling;
199 vk::VkFilter textureFilter;
200 vk::VkSamplerAddressMode addressModeU;
201 vk::VkSamplerAddressMode addressModeV;
203 vk::VkFilter chromaFilter;
204 vk::VkChromaLocation xChromaOffset;
[all …]
/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.cpp1175 struct TestConfig in createDrawTests() struct
1177 std::string name; in createDrawTests()
1178 std::string description; in createDrawTests()
1179 VkFormat inputFormat; in createDrawTests()
1180 deUint32 numVertexValues; in createDrawTests()
1181 deUint32 numInstanceValues; in createDrawTests()
1182 deUint32 numVertices; in createDrawTests()
1183 deUint32 numInstances; in createDrawTests()
1212 struct TestConfig in createDrawIndexedTests() struct
1214 std::string name; in createDrawIndexedTests()
[all …]
/external/webrtc/modules/audio_processing/
Daudio_processing_impl_locking_unittest.cc117 struct TestConfig { struct
119 static std::vector<TestConfig> GenerateBriefTestConfigs() { in GenerateBriefTestConfigs()
156 static std::vector<TestConfig> GenerateExtensiveTestConfigs() { in GenerateExtensiveTestConfigs()
249 RenderApiImpl render_api_function =
251 CaptureApiImpl capture_api_function = CaptureApiImpl::ProcessStreamImplFloat;
252 RuntimeParameterSettingScheme runtime_parameter_setting_scheme =
254 int initial_sample_rate_hz = 16000;
255 AecType aec_type = AecType::BasicWebRtcAecSettingsWithDelayAgnosticAec;
256 int min_number_of_calls = 300;
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationBasicEventTests.cpp47 struct TestConfig struct
49 SynchronizationType type;
50 VkEventCreateFlags flags;
51 VideoCodecOperationFlags videoCodecOperationFlags;
167 tcu::TestStatus eventSetResetNoneStage (Context& context, TestConfig) in eventSetResetNoneStage() argument
DvktGlobalPriorityQueueTests.cpp70 struct TestConfig struct
72 VkQueueFlagBits transitionFrom;
73 VkQueueFlagBits transitionTo;
74 VkQueueGlobalPriorityKHR priorityFrom;
75 VkQueueGlobalPriorityKHR priorityTo;
76 bool enableProtected;
77 bool enableSparseBinding;
78 SyncType syncType;
79 deUint32 width;
80 deUint32 height;
[all …]
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.cpp51 struct TestConfig struct
53 bool useTypeCreate;
54 VkSemaphoreType semaphoreType;
55 SynchronizationType type;
56 VideoCodecOperationFlags videoCodecOperationFlags;
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryAllocationTests.cpp82 struct TestConfig struct
84 enum Order
92 Maybe<VkDeviceSize> memorySize;
93 Maybe<float> memoryPercentage;
94 deUint32 memoryAllocationCount;
95 Order order;
96 AllocationMode allocationMode;
98 TestConfig (void) in TestConfig() argument
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_constant_folding_test.cc113 const struct TestConfig { in TEST_F() struct
114 int concat_dimension; in TEST_F()
115 std::vector<int64_t> dimensions; in TEST_F()
116 std::vector<int64_t> concat_sizes; in TEST_F()
/external/noto-fonts/emoji-compat/tests/src/androidx/emoji2/bundled/
DAllEmojisTest.java82 private static class TestConfig extends EmojiCompat.Config { class in AllEmojisTest
83 TestConfig(String fontPath) { in TestConfig() method in AllEmojisTest.TestConfig
/external/webrtc/video/end_to_end_tests/
Dresolution_bitrate_limits_tests.cc93 struct TestConfig { struct in webrtc::test::InitEncodeTest
94 const bool active;
95 const Bitrate bitrate;
96 const absl::optional<ScalabilityMode> scalability_mode;
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSharedPresentableImageTests.cpp519 struct TestConfig struct
521 vk::wsi::Type wsiType;
522 Scaling scaling;
523 bool useSharedPresentableImage;
524 vk::VkPresentModeKHR presentMode;
525 vk::VkSurfaceTransformFlagsKHR transform;
526 vk::VkCompositeAlphaFlagsKHR alpha;
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmFromHlslTests.cpp50 struct TestConfig struct
52 TestType type;

123