Home
last modified time | relevance | path

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

12

/third_party/openssl/test/ossl_shim/
Dtest_config.h17 struct TestConfig { struct
18 int port = 0;
19 bool is_server = false;
20 bool is_dtls = false;
21 int resume_count = 0;
22 bool fallback_scsv = false;
23 std::string key_file;
24 std::string cert_file;
25 std::string expected_server_name;
26 std::string expected_certificate_types;
[all …]
/third_party/cef/tests/ceftests/
Ddialog_unittest.cc17 struct TestConfig { struct in __anon14f96cd60111::DialogTestHandler
18 explicit TestConfig(FileDialogMode dialog_mode) in TestConfig() argument
30 FileDialogMode mode;
31 CefString title;
32 CefString default_file_name;
33 std::vector<CefString> accept_types;
34 int selected_accept_filter;
36 bool callback_async; // True if the callback should execute asynchronously.
37 bool callback_cancel; // True if the callback should cancel.
38 std::vector<CefString> callback_paths; // Resulting paths if not cancelled.
Ddisplay_unittest.cc253 struct TestConfig { struct in __anone02c7fbc0311::ConsoleTestHandler
255 explicit TestConfig(cef_log_severity_t message_level) in TestConfig() argument
262 cef_log_severity_t level;
263 std::string message;
264 std::string expected_message;
265 std::string source;
266 int line;
267 std::string function;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineExtendedDynamicStateTests.cpp803 struct TestConfig struct
806 SequenceOrdering sequenceOrdering;
809 std::vector<MeshParams> meshParams; // Mesh parameters for each full-screen layer of geometry.
810 deUint32 referenceStencil; // Reference stencil value.
813 vk::VkClearValue clearColorValue;
814 float clearDepthValue;
815 deUint32 clearStencilValue;
818 ReferenceColorGenerator referenceColor;
819 float expectedDepth;
820 deUint32 expectedStencil;
[all …]
DvktPipelineColorWriteEnableTests.cpp152 struct TestConfig struct
155 SequenceOrdering sequenceOrdering;
158 MeshParams meshParams;
161 tcu::Vec4 clearColorValue;
162 float clearDepthValue;
165 tcu::BVec4 channelMask;
168 std::vector<tcu::Vec4> expectedColor;
169 float expectedDepth;
172 StaticAndDynamicPair<Bool32Vec> colorWriteEnableConfig;
175 TestConfig (SequenceOrdering ordering) in TestConfig() argument
[all …]
/third_party/vk-gl-cts/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 …]
DteglGLES2SharingThreadedTests.cpp2060 struct TestConfig struct in deqp::egl::GLES2SharingRandomTest
2063 int threadCount;
2064 int operationCount;
2065 bool serverSync;
2066 bool useFenceSync;
2067 bool useImages;
2069 float probabilities[THREADOPERATIONID_LAST][THREADOPERATIONID_LAST];
2103 GLES2SharingRandomTest::TestConfig::TestConfig (void) in TestConfig() function in deqp::egl::GLES2SharingRandomTest::TestConfig
2952 struct TestConfig struct in deqp::egl::GLES2ThreadedSharingTest
2954 enum ResourceType
[all …]
/third_party/vk-gl-cts/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 …]
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;
DvktRenderPassSparseRenderTargetTests.cpp389 struct TestConfig struct
391 TestConfig (VkFormat format_, in TestConfig() function
398 VkFormat format;
399 RenderingType renderingType;
DvktRenderPassMultisampleResolveTests.cpp111 struct TestConfig struct
113 TestType testType;
114 VkFormat format;
115 deUint32 sampleCount;
116 deUint32 layerCount;
117 deUint32 attachmentCount;
118 deUint32 width;
119 deUint32 height;
120 RenderingType renderingType;
/third_party/vk-gl-cts/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 …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessVertexAccessTests.cpp1114 struct TestConfig in createDrawTests() struct
1116 std::string name; in createDrawTests()
1117 std::string description; in createDrawTests()
1118 VkFormat inputFormat; in createDrawTests()
1119 deUint32 numVertexValues; in createDrawTests()
1120 deUint32 numInstanceValues; in createDrawTests()
1121 deUint32 numVertices; in createDrawTests()
1122 deUint32 numInstances; in createDrawTests()
1151 struct TestConfig in createDrawIndexedTests() struct
1153 std::string name; in createDrawIndexedTests()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrConversionTests.cpp152 struct TestConfig struct
154 TestConfig (glu::ShaderType shaderType_, in TestConfig() function
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 …]
DvktYCbCrCopyTests.cpp82 struct TestConfig struct
84 TestConfig (const ImageConfig& src_, in TestConfig() argument
91 ImageConfig src;
92 ImageConfig dst;
/third_party/vk-gl-cts/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.cpp506 struct TestConfig struct
508 TestConfig (void) in TestConfig() function
514 VkDeviceSize allocationSize;
515 deUint32 seed;
517 MemoryRange mapping;
518 vector<MemoryRange> flushMappings;
519 vector<MemoryRange> invalidateMappings;
520 bool remap;
521 bool implicitUnmap;
522 AllocationKind allocationKind;
/third_party/vk-gl-cts/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;
DvktSynchronizationWin32KeyedMutexTests.cpp92 struct TestConfig struct
94 TestConfig (const ResourceDescription& resource_, in TestConfig() function
107 const ResourceDescription resource;
108 const OperationName writeOp;
109 const OperationName readOp;
110 const vk::VkExternalMemoryHandleTypeFlagBits memoryHandleTypeBuffer;
111 const vk::VkExternalMemoryHandleTypeFlagBits memoryHandleTypeImage;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmFromHlslTests.cpp50 struct TestConfig struct
52 TestType type;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiBufferMemoryRequirementsTests.cpp88 struct TestConfig struct
90 bool useMethod2;
91 SharedPtr<BufferCreateBits> createBits;
92 SharedPtr<BufferFateBits> fateBits;
93 bool incExtMemTypeFlags;
96 bool testSizeRequirements;
/third_party/vk-gl-cts/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;

12