Home
last modified time | relevance | path

Searched defs:TestParams (Results 1 – 25 of 177) sorted by relevance

12345678

/external/deqp/modules/glshared/
DglsShaderConstExprTests.hpp50 struct TestParams struct
52 const char* name;
53 const char* expression;
55 DataType inType;
56 int minComponents;
57 int maxComponents;
59 DataType outType;
60 float output;
/external/cronet/net/third_party/quiche/src/quiche/quic/core/qpack/
Dqpack_receive_stream_test.cc21 struct TestParams { struct
22 TestParams(const ParsedQuicVersion& version, Perspective perspective) in TestParams() function
29 TestParams(const TestParams& other) in TestParams() argument
32 ParsedQuicVersion version;
33 Perspective perspective;
Dqpack_send_stream_test.cc26 struct TestParams { struct
27 TestParams(const ParsedQuicVersion& version, Perspective perspective) in TestParams() function
34 TestParams(const TestParams& other) in TestParams() function
37 ParsedQuicVersion version;
38 Perspective perspective;
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes_test.cc2914 struct TestParams { in TEST_P() struct
2915 std::vector<int> tensor_dims; in TEST_P()
2916 std::vector<int> shape; in TEST_P()
2917 std::vector<int> expected_shape; in TEST_P()
2918 Status conversion_status; in TEST_P()
2919 Status runtime_status; in TEST_P()
2920 std::vector<int> shape_prof; // needed concrete values if shape == -1. in TEST_P()
2921 Status add_test_tensor_status; in TEST_P()
3409 struct TestParams { in TEST_P() struct
3410 std::string equation; in TEST_P()
[all …]
/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
Dquic_send_control_stream_test.cc28 struct TestParams { struct
29 TestParams(const ParsedQuicVersion& version, Perspective perspective) in TestParams() argument
34 TestParams(const TestParams& other) in TestParams() function
45 ParsedQuicVersion version;
46 Perspective perspective;
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Ddeterministic_connection_id_generator_test.cc15 struct TestParams { struct
16 TestParams(int connection_id_length) in TestParams() function
18 TestParams() : TestParams(kQuicDefaultConnectionIdLength) {} in TestParams() function
25 int connection_id_length_;
Dlegacy_quic_stream_id_manager_test.cc24 struct TestParams { struct
25 TestParams(ParsedQuicVersion version, Perspective perspective) in TestParams() function
28 ParsedQuicVersion version;
29 Perspective perspective;
/external/deqp/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderQueryTestsEXT.cpp165 struct TestParams struct
167 uint32_t randomSeed;
168 std::vector<QueryType> queryTypes;
169 std::vector<uint32_t> drawBlocks;
170 DrawCallType drawCall;
171 GeometryType geometry;
172 ResetCase resetType;
173 AccessMethod access;
174 bool use64Bits;
175 bool availabilityBit;
[all …]
DvktMeshShaderSyncTests.cpp349 struct TestParams struct
351 Stage fromStage;
352 Stage toStage;
353 ResourceType resourceType;
354 BarrierType barrierType;
355 WriteAccess writeAccess;
356 ReadAccess readAccess;
357 uint32_t testValue;
360 bool readsOrWritesIn (Stage stage) const in readsOrWritesIn()
367 bool needsTask () const in needsTask()
[all …]
/external/deqp/external/openglcts/modules/gles3/
Des3cNumberParsingTests.cpp86 struct TestParams struct
88 TestType testType;
89 string name;
90 string description;
91 string testGlobals;
92 string testCode;
93 SetupUniformsFn setupUniformsFn;
/external/deqp/external/openglcts/modules/common/
DglcShaderConstExprTests.cpp42 struct TestParams struct
44 const char* name;
45 const char* expression;
47 glu::DataType inType;
48 int minComponents;
49 int maxComponents;
51 glu::DataType outType;
52 union {
/external/tensorflow/third_party/absl/abseil-cpp/absl/functional/
Dany_invocable_test.cc312 struct TestParams { struct
313 static constexpr Movable kMovability = Movability;
314 static constexpr Destructible kDestructibility = Destructibility;
315 using Qualifiers = Qual;
316 static constexpr NothrowCall kCallExceptionSpec = CallExceptionSpec;
317 static constexpr bool kIsNoexcept = kCallExceptionSpec == NothrowCall::yes;
318 static constexpr bool kIsRvalueQualified =
320 static constexpr ObjSize kSize = Size;
321 static constexpr ObjAlign kAlignment = Alignment;
324 using UnqualifiedUnaryFunType = int(Int const&&)
[all …]
/external/abseil-cpp/absl/functional/
Dany_invocable_test.cc312 struct TestParams { struct
313 static constexpr Movable kMovability = Movability;
314 static constexpr Destructible kDestructibility = Destructibility;
315 using Qualifiers = Qual;
316 static constexpr NothrowCall kCallExceptionSpec = CallExceptionSpec;
317 static constexpr bool kIsNoexcept = kCallExceptionSpec == NothrowCall::yes;
318 static constexpr bool kIsRvalueQualified =
320 static constexpr ObjSize kSize = Size;
321 static constexpr ObjAlign kAlignment = Alignment;
324 using UnqualifiedUnaryFunType = int(Int const&&)
[all …]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineCreationCacheControlTests.cpp266 struct TestParams struct
268 enum CacheType
276 struct Iteration
298 static constexpr size_t MAX_ITERATIONS = 4;
299 using IterationArray = ConstexprVector<Iteration, MAX_ITERATIONS>;
301 const char* name;
302 const char* description;
303 CacheType cacheType;
304 IterationArray iterations;
310 void checkSupport(Context& context, const TestParams&) in checkSupport()
[all …]
/external/cronet/third_party/abseil-cpp/absl/functional/
Dany_invocable_test.cc313 struct TestParams { struct
314 static constexpr Movable kMovability = Movability;
315 static constexpr Destructible kDestructibility = Destructibility;
316 using Qualifiers = Qual;
317 static constexpr NothrowCall kCallExceptionSpec = CallExceptionSpec;
318 static constexpr bool kIsNoexcept = kCallExceptionSpec == NothrowCall::yes;
319 static constexpr bool kIsRvalueQualified =
321 static constexpr ObjSize kSize = Size;
322 static constexpr ObjAlign kAlignment = Alignment;
325 using UnqualifiedUnaryFunType = int(Int const&&)
[all …]
/external/angle/third_party/abseil-cpp/absl/functional/
Dany_invocable_test.cc313 struct TestParams { struct
314 static constexpr Movable kMovability = Movability;
315 static constexpr Destructible kDestructibility = Destructibility;
316 using Qualifiers = Qual;
317 static constexpr NothrowCall kCallExceptionSpec = CallExceptionSpec;
318 static constexpr bool kIsNoexcept = kCallExceptionSpec == NothrowCall::yes;
319 static constexpr bool kIsRvalueQualified =
321 static constexpr ObjSize kSize = Size;
322 static constexpr ObjAlign kAlignment = Alignment;
325 using UnqualifiedUnaryFunType = int(Int const&&)
[all …]
/external/webrtc/third_party/abseil-cpp/absl/functional/
Dany_invocable_test.cc313 struct TestParams { struct
314 static constexpr Movable kMovability = Movability;
315 static constexpr Destructible kDestructibility = Destructibility;
316 using Qualifiers = Qual;
317 static constexpr NothrowCall kCallExceptionSpec = CallExceptionSpec;
318 static constexpr bool kIsNoexcept = kCallExceptionSpec == NothrowCall::yes;
319 static constexpr bool kIsRvalueQualified =
321 static constexpr ObjSize kSize = Size;
322 static constexpr ObjAlign kAlignment = Alignment;
325 using UnqualifiedUnaryFunType = int(Int const&&)
[all …]
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingDirectionTests.cpp208 struct TestParams struct
210 SpaceObjects spaceObjects;
211 float directionScale;
212 float rotationX;
213 float rotationY;
214 VkShaderStageFlagBits testStage;
215 VkGeometryTypeKHR geometryType;
216 bool useArraysOfPointers;
217 bool updateMatrixAfterBuild;
218 RayOriginType rayOriginType;
[all …]
/external/angle/third_party/abseil-cpp/absl/crc/internal/
Dcrc_memcpy_test.cc91 struct TestParams { struct
92 CrcEngine crc_engine_selector = X86;
93 int vector_lanes = 0;
94 int integer_lanes = 0;
/external/cronet/third_party/abseil-cpp/absl/crc/internal/
Dcrc_memcpy_test.cc91 struct TestParams { struct
92 CrcEngine crc_engine_selector = X86;
93 int vector_lanes = 0;
94 int integer_lanes = 0;
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawMultipleClearsWithinRenderPass.cpp169 struct TestParams struct
171 VkFormat colorFormat;
172 VkFormat depthFormat;
173 Topology topology;
174 Vec4 expectedColor;
175 float colorEpsilon;
176 float expectedDepth;
177 float depthEpsilon;
178 deUint32 repeatCount;
179 bool enableBlend;
[all …]
/external/cronet/net/cert/pki/
Docsp_unittest.cc34 struct TestParams { struct
35 const char* file_name;
36 OCSPRevocationStatus expected_revocation_status;
37 OCSPVerifyResult::ResponseStatus expected_response_status;
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesQueueBindSparseTests.cpp54 struct TestParams struct
56 deUint32 numQueues; //! use 2 or more to sync between different queues
57 deUint32 numWaitSemaphores;
58 deUint32 numSignalSemaphores;
59 bool emptySubmission; //! will make an empty bind sparse submission
60 bool bindSparseUseFence;
/external/webrtc/modules/video_coding/svc/
Dscalability_mode_util_unittest.cc50 struct TestParams { struct
51 std::string scalability_mode;
53 limited_scalability_mode;
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureConversionTests.cpp354 struct TestParams in populateSnormClampTests() struct
356 std::string testName; in populateSnormClampTests()
357 std::string amberFile; in populateSnormClampTests()
358 VkFormat format; in populateSnormClampTests()
389 struct TestParams in populateSnormLinearClampTests() struct
391 std::string testName; in populateSnormLinearClampTests()
392 VkFormat format; in populateSnormLinearClampTests()

12345678