Home
last modified time | relevance | path

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

12345678910

/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/deqp/external/openglcts/modules/common/
DglcFragCoordConventionsTests.hpp53 struct TestParams struct
55 int index; // Element index to be tested in test case
56 int useFBO; // Set up separate FBO for the case
57 int useCull; // Enable culling test variation
58 int scissorTest; // Enable scissor test variation
59 int useMultisample; // Use multisample FBO for the case
60 int gatherSamples; // Fill reference colors array instead of comparison
61 int overrideCheckIndex; // Override "index" for color check index if !=-1
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;
53 {
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktDynamicRenderingUnusedAttachmentsTests.cpp98 struct TestParams struct
100 …expr uint32_t kMaxFragAttachments = 8u; // Based on real-world maxFragmentOutputAttachments values.
101 static constexpr uint32_t kMaxFramebufferAttachments =
103 static constexpr uint32_t kExtraPipelineAttCount = 4u; // Used when largePipeAttCount is true.
106 … attachments specified in the pipeline and framebuffer (VUID-vkCmdDraw-colorAttachmentCount-06179).
107 … const uint32_t fragAttachmentCount; // Frag shader outputs. Needs to be >= pipeFBAttachmentCount.
109 const uint32_t layerCount; // Image layers.
110 …32_t layerMask; // Which layers are going to be written to, either using viewMask or manual calls.
111 const bool multiView; // Manual or "automatic" layer handling.
114 …/ Which attachments will have VK_FORMAT_UNDEFINED in the pipeline (0 for undefined, 1 for defined).
[all …]
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/core/qpack/
Dqpack_receive_stream_test.cc23 struct TestParams { struct
24 TestParams(const ParsedQuicVersion& version, Perspective perspective) in TestParams() function
31 TestParams(const TestParams& other) in TestParams() argument
34 ParsedQuicVersion version;
35 Perspective perspective;
Dqpack_send_stream_test.cc30 struct TestParams { struct
31 TestParams(const ParsedQuicVersion& version, Perspective perspective) in TestParams() function
38 TestParams(const TestParams& other) in TestParams() function
41 ParsedQuicVersion version;
42 Perspective perspective;
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/core/qpack/
Dqpack_receive_stream_test.cc23 struct TestParams { struct
24 TestParams(const ParsedQuicVersion& version, Perspective perspective) in TestParams() argument
31 TestParams(const TestParams& other) in TestParams() function
34 ParsedQuicVersion version;
35 Perspective perspective;
Dqpack_send_stream_test.cc30 struct TestParams { struct
31 TestParams(const ParsedQuicVersion& version, Perspective perspective) in TestParams() function
38 TestParams(const TestParams& other) in TestParams() function
41 ParsedQuicVersion version;
42 Perspective perspective;
/external/tink/cc/aead/internal/
Dssl_aead_large_inputs_test.cc63 struct TestParams { struct
64 std::string test_name;
65 std::string cipher;
66 int tag_size;
67 absl::string_view iv_hex;
68 absl::string_view key_hex;
/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/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineInputAttributeOffsetTests.cpp117 struct TestParams struct
119 const PipelineConstructionType constructionType;
120 const glu::DataType dataType; // vec2 or vec4.
121 const uint32_t bindingOffset; // When binding vertex buffer.
122 const StrideCase strideCase; // Pack all data or include some padding.
123 const bool useMemoryOffset; // Apply an offset when binding memory to the buffer.
124 const bool dynamic; // Use dynamic state or not.
126 uint32_t attributeSize(void) const in attributeSize()
131 bool isOverlapping(void) const in isOverlapping()
136 VkFormat attributeFormat(void) const in attributeFormat()
[all …]
DvktPipelineEmptyFSTests.cpp46 struct TestParams struct
48 PipelineConstructionType constructionType;
49 …ShaderStageFlagBits lastVertexStage; // Last vertex shader stage: vertex, tessellation or geometry.
50 …mptyFS; // True: empty FS; False: do not include a fragment shader at all.
52 TestParams(PipelineConstructionType type_, VkShaderStageFlagBits lastStage, bool emptyFS_) in TestParams() function
60 bool lastIsVertex(void) const in lastIsVertex()
65 bool lastIsTessellation(void) const in lastIsTessellation()
71 bool lastIsGeometry(void) const in lastIsGeometry()
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/core/http/
Dquic_send_control_stream_test.cc33 struct TestParams { struct
34 TestParams(const ParsedQuicVersion& version, Perspective perspective) in TestParams() argument
39 TestParams(const TestParams& other) in TestParams() argument
50 ParsedQuicVersion version;
51 Perspective perspective;
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/core/http/
Dquic_send_control_stream_test.cc33 struct TestParams { struct
34 TestParams(const ParsedQuicVersion& version, Perspective perspective) in TestParams() argument
39 TestParams(const TestParams& other) in TestParams() function
50 ParsedQuicVersion version;
51 Perspective perspective;
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/core/
Ddeterministic_connection_id_generator_test.cc18 struct TestParams { struct
19 TestParams(int connection_id_length) in TestParams() argument
21 TestParams() : TestParams(kQuicDefaultConnectionIdLength) {} in TestParams() function
28 int connection_id_length_;
Dlegacy_quic_stream_id_manager_test.cc26 struct TestParams { struct
27 TestParams(ParsedQuicVersion version, Perspective perspective) in TestParams() function
30 ParsedQuicVersion version;
31 Perspective perspective;
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/core/
Ddeterministic_connection_id_generator_test.cc18 struct TestParams { struct
19 TestParams(int connection_id_length) in TestParams() function
21 TestParams() : TestParams(kQuicDefaultConnectionIdLength) {} in TestParams() function
28 int connection_id_length_;
Dlegacy_quic_stream_id_manager_test.cc26 struct TestParams { struct
27 TestParams(ParsedQuicVersion version, Perspective perspective) in TestParams() argument
30 ParsedQuicVersion version;
31 Perspective perspective;
/external/deqp/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderQueryTestsEXT.cpp177 struct TestParams struct
179 uint32_t randomSeed;
180 std::vector<QueryType> queryTypes;
181 std::vector<uint32_t> drawBlocks;
182 DrawCallType drawCall;
183 GeometryType geometry;
184 ResetCase resetType;
185 AccessMethod access;
186 bool use64Bits;
187 bool availabilityBit;
[all …]
DvktMeshShaderSyncTests.cpp416 struct TestParams struct
418 Stage fromStage;
419 Stage toStage;
420 ResourceType resourceType;
421 BarrierType barrierType;
422 WriteAccess writeAccess;
423 ReadAccess readAccess;
424 uint32_t testValue;
427 bool readsOrWritesIn(Stage stage) const in readsOrWritesIn()
434 bool needsTask() const in needsTask()
[all …]
/external/perfetto/src/traced_relay/
Drelay_service_integrationtest.cc35 struct TestParams { struct
36 std::string id;
37 std::string tcp_sock_name;
38 std::string unix_sock_name;
39 std::string producer_name;
41 std::unique_ptr<RelayService> relay_service;
42 std::unique_ptr<base::UnixSocket> server_socket;
43 std::unique_ptr<FakeProducerThread> producer_thread;
/external/deqp/external/openglcts/modules/gles3/
Des3cNumberParsingTests.cpp85 struct TestParams struct
87 TestType testType;
88 string name;
89 string description;
90 string testGlobals;
91 string testCode;
92 SetupUniformsFn setupUniformsFn;
/external/cronet/stable/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.cc299 struct TestParams { struct
300 static constexpr Movable kMovability = Movability;
301 static constexpr Destructible kDestructibility = Destructibility;
302 using Qualifiers = Qual;
303 static constexpr NothrowCall kCallExceptionSpec = CallExceptionSpec;
304 static constexpr bool kIsNoexcept = kCallExceptionSpec == NothrowCall::yes;
305 static constexpr bool kIsRvalueQualified =
307 static constexpr ObjSize kSize = Size;
308 static constexpr ObjAlign kAlignment = Alignment;
311 using UnqualifiedUnaryFunType = int(Int const&&) noexcept(CallExceptionSpec ==
[all …]
/external/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 …]

12345678910