Home
last modified time | relevance | path

Searched refs:TestParams (Results 1 – 25 of 98) sorted by relevance

1234

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineCreationCacheControlTests.cpp268 struct TestParams struct
312 void checkSupport(Context& context, const TestParams&) in checkSupport() argument
415 …ineCache> createPipelineCache(const DeviceInterface& vk, VkDevice device, const TestParams& params) in createPipelineCache()
417 if (params.cacheType != TestParams::EXPLICIT_CACHE) in createPipelineCache()
439 const TestParams&) in createPipelineLayout() argument
457 …PipelineLayout> createPipelineLayout(const DeviceInterface& vk, VkDevice device, const TestParams&) in createPipelineLayout() argument
721 vector<VkGraphicsPipelineCreateInfo> createPipelineCreateInfos(const TestParams::Iteration& ite… in createPipelineCreateInfos()
724 const TestParams& testParameter) in createPipelineCreateInfos()
737 if (testParameter.cacheType == TestParams::DERIVATIVE_INDEX) in createPipelineCreateInfos()
770 Move<VkRenderPass> createRenderPass(const DeviceInterface& vk, VkDevice device, const TestParams&) in createRenderPass() argument
[all …]
/external/abseil-cpp/absl/container/
Dinlined_vector_exception_safety_test.cc69 class TestParams { class
79 ::testing::Types<TestParams<ThrowerVec>, TestParams<MovableThrowerVec>,
80 TestParams<ThrowAllocThrowerVec>,
81 TestParams<ThrowAllocMovableThrowerVec>>;
84 ::testing::Types<TestParams<ThrowerVec, kLargeSize>,
85 TestParams<ThrowerVec, kSmallSize>,
86 TestParams<MovableThrowerVec, kLargeSize>,
87 TestParams<MovableThrowerVec, kSmallSize>,
88 TestParams<ThrowAllocThrowerVec, kLargeSize>,
89 TestParams<ThrowAllocThrowerVec, kSmallSize>,
[all …]
/external/webrtc/third_party/abseil-cpp/absl/container/
Dinlined_vector_exception_safety_test.cc69 class TestParams { class
79 ::testing::Types<TestParams<ThrowerVec>, TestParams<MovableThrowerVec>,
80 TestParams<ThrowAllocThrowerVec>,
81 TestParams<ThrowAllocMovableThrowerVec>>;
84 ::testing::Types<TestParams<ThrowerVec, kLargeSize>,
85 TestParams<ThrowerVec, kSmallSize>,
86 TestParams<MovableThrowerVec, kLargeSize>,
87 TestParams<MovableThrowerVec, kSmallSize>,
88 TestParams<ThrowAllocThrowerVec, kLargeSize>,
89 TestParams<ThrowAllocThrowerVec, kSmallSize>,
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/
Dinlined_vector_exception_safety_test.cc69 class TestParams { class
79 ::testing::Types<TestParams<ThrowerVec>, TestParams<MovableThrowerVec>,
80 TestParams<ThrowAllocThrowerVec>,
81 TestParams<ThrowAllocMovableThrowerVec>>;
84 ::testing::Types<TestParams<ThrowerVec, kLargeSize>,
85 TestParams<ThrowerVec, kSmallSize>,
86 TestParams<MovableThrowerVec, kLargeSize>,
87 TestParams<MovableThrowerVec, kSmallSize>,
88 TestParams<ThrowAllocThrowerVec, kLargeSize>,
89 TestParams<ThrowAllocThrowerVec, kSmallSize>,
[all …]
/external/openscreen/third_party/abseil/src/absl/container/
Dinlined_vector_exception_safety_test.cc69 class TestParams { class
79 ::testing::Types<TestParams<ThrowerVec>, TestParams<MovableThrowerVec>,
80 TestParams<ThrowAllocThrowerVec>,
81 TestParams<ThrowAllocMovableThrowerVec>>;
84 ::testing::Types<TestParams<ThrowerVec, kLargeSize>,
85 TestParams<ThrowerVec, kSmallSize>,
86 TestParams<MovableThrowerVec, kLargeSize>,
87 TestParams<MovableThrowerVec, kSmallSize>,
88 TestParams<ThrowAllocThrowerVec, kLargeSize>,
89 TestParams<ThrowAllocThrowerVec, kSmallSize>,
[all …]
/external/libtextclassifier/abseil-cpp/absl/container/
Dinlined_vector_exception_safety_test.cc69 class TestParams { class
79 ::testing::Types<TestParams<ThrowerVec>, TestParams<MovableThrowerVec>,
80 TestParams<ThrowAllocThrowerVec>,
81 TestParams<ThrowAllocMovableThrowerVec>>;
84 ::testing::Types<TestParams<ThrowerVec, kLargeSize>,
85 TestParams<ThrowerVec, kSmallSize>,
86 TestParams<MovableThrowerVec, kLargeSize>,
87 TestParams<MovableThrowerVec, kSmallSize>,
88 TestParams<ThrowAllocThrowerVec, kLargeSize>,
89 TestParams<ThrowAllocThrowerVec, kSmallSize>,
[all …]
/external/deqp/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryBuiltinTests.cpp108 struct TestParams;
125 typedef void (*CheckSupportFunc)(Context& context, const TestParams& testParams);
126 …typedef void (*InitProgramsFunc)(SourceCollections& programCollection, const TestParams& testParam…
127 typedef const std::string(*ShaderBodyTextFunc)(const TestParams& testParams);
136 TestParams& testParams) = 0;
138 TestParams& testParams,
160 …virtual const VkAccelerationStructureKHR* initAccelerationStructures (TestParams& testParams, VkCo…
161 virtual bool verify (BufferWithMemory* resultBuffer, TestParams& testParams);
183 TestParams& testParams) override;
198 TestParams& testParams) override;
[all …]
DvktRayQueryWatertightnessTests.cpp82 struct TestParams;
84 typedef void (*CheckSupportFunc)(Context& context, const TestParams& testParams);
85 typedef void (*InitProgramsFunc)(SourceCollections& programCollection, const TestParams& testParams…
86 typedef const std::string (*ShaderBodyTextFunc)(const TestParams& testParams);
95 TestParams& testParams) = 0;
97 TestParams& testParams,
117 TestParams& testParams,
121 TestParams& testParams) = 0;
129 struct TestParams struct
336 const TestParams& testParams);
[all …]
DvktRayQueryBarycentricCoordinatesTests.cpp52 struct TestParams struct
68 …ntext& testCtx, const std::string& name, const std::string& description, const TestParams& params);
76 TestParams m_params;
82 BarycentricCoordinatesInstance (Context& context, const TestParams& params);
88 TestParams m_params;
91 …ontext& testCtx, const std::string& name, const std::string& description, const TestParams& params) in BarycentricCoordinatesCase()
148 BarycentricCoordinatesInstance::BarycentricCoordinatesInstance (Context& context, const TestParams&… in BarycentricCoordinatesInstance()
376 mainGroup->addChild(new BarycentricCoordinatesCase(testCtx, "compute", "", TestParams{seed++})); in createBarycentricCoordinatesTests()
DvktRayQueryCullRayFlagsTests.cpp119 struct TestParams;
146 TestParams& testParams) = 0;
148 TestParams& testParams,
155 TestParams& testParams) = 0;
165 struct TestParams struct
271 std::vector<deUint32> getHitResult (const TestParams& testParams) in getHitResult()
316 TestParams& testParams) override;
318 TestParams& testParams,
325 TestParams& testParams) override;
349 TestParams& testParams) in initConfiguration()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawScissorTests.cpp228 struct TestParams struct
230 TestParams() : framebufferSize({WIDTH,HEIGHT}) {}; in TestParams() argument
239 deUint32 countScissors (TestParams params) in countScissors()
257 ScissorTestInstance (Context& context, const TestParams& params);
261 TestParams m_params;
265 ScissorTestInstance::ScissorTestInstance (Context& context, const TestParams& params) in ScissorTestInstance()
278 …ScissorTestCase (TestContext& context, const char* name, const char* desc, const TestParams param…
285 TestParams m_params;
288 …ScissorTestCase (TestContext& context, const char* name, const char* desc, const TestParams params) in ScissorTestCase()
577 TestParams params; in createTests()
[all …]
DvktDrawInstancedTests.cpp55 struct TestParams struct
88 std::ostream & operator<<(std::ostream & str, TestParams const & v) in operator <<()
93 case TestParams::FUNCTION_DRAW: in operator <<()
96 case TestParams::FUNCTION_DRAW_INDEXED: in operator <<()
99 case TestParams::FUNCTION_DRAW_INDIRECT: in operator <<()
102 case TestParams::FUNCTION_DRAW_INDEXED_INDIRECT: in operator <<()
220 InstancedDrawInstance (Context& context, TestParams params);
226 const TestParams m_params;
257 TestParams params) in InstancedDrawCase()
334 const TestParams m_params;
[all …]
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingTraversalControlTests.cpp81 struct TestParams;
87 TestParams& testParams) = 0;
89 TestParams& testParams,
93 TestParams& testParams) = 0;
96 TestParams& testParams,
110 TestParams& testParams) = 0;
116 struct TestParams struct
172 TestParams& testParams) override;
174 TestParams& testParams,
178 TestParams& testParams) override;
[all …]
DvktRayTracingCallableShadersTests.cpp74 struct TestParams;
80 TestParams& testParams) = 0;
82 TestParams& testParams,
86 TestParams& testParams) = 0;
89 TestParams& testParams,
103 TestParams& testParams) = 0;
109 struct TestParams struct
164 TestParams& testParams) override;
166 TestParams& testParams,
170 TestParams& testParams) override;
[all …]
DvktRayTracingShaderBindingTableTests.cpp79 struct TestParams;
85 TestParams& testParams) = 0;
87 TestParams& testParams,
90 TestParams& testParams) = 0;
93 TestParams& testParams) = 0;
96 TestParams& testParams,
110 TestParams& testParams) = 0;
116 struct TestParams struct
186 TestParams& testParams) override;
188 TestParams& testParams,
[all …]
DvktRayTracingBarycentricCoordinatesTests.cpp52 struct TestParams struct
58 VkShaderStageFlags getUsedStages (const TestParams& params) in getUsedStages()
74 …ntext& testCtx, const std::string& name, const std::string& description, const TestParams& params);
82 TestParams m_params;
88 BarycentricCoordinatesInstance (Context& context, const TestParams& params);
94 TestParams m_params;
97 …ontext& testCtx, const std::string& name, const std::string& description, const TestParams& params) in BarycentricCoordinatesCase()
188 BarycentricCoordinatesInstance::BarycentricCoordinatesInstance (Context& context, const TestParams&… in BarycentricCoordinatesInstance()
436 …mainGroup->addChild(new BarycentricCoordinatesCase(testCtx, "ahit", "", TestParams{VK_SHADER_STAGE… in createBarycentricCoordinatesTests()
437 …mainGroup->addChild(new BarycentricCoordinatesCase(testCtx, "chit", "", TestParams{VK_SHADER_STAGE… in createBarycentricCoordinatesTests()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFillBufferTests.cpp56 struct TestParams struct
74 FillWholeBufferTestInstance (Context& context, const TestParams& testParams);
80 const TestParams m_params;
89 FillWholeBufferTestInstance::FillWholeBufferTestInstance(Context& context, const TestParams& testPa… in FillWholeBufferTestInstance()
163 const TestParams params) in FillWholeBufferTestCase()
172 const TestParams m_params;
180 TestParams testParams);
183 const TestParams m_params;
214 TestParams testParams) in FillBufferTestInstance()
346 const TestParams params) in FillBufferTestCase()
[all …]
/external/libchrome/ipc/
Dipc_cpu_perftest.cc28 struct TestParams { struct
29 TestParams() = default;
30 TestParams(size_t in_message_size, in TestParams() function
45 std::vector<TestParams> GetDefaultTestParams() { in GetDefaultTestParams()
46 std::vector<TestParams> list; in GetDefaultTestParams()
52 std::string GetLogTitle(const std::string& label, const TestParams& params) { in GetLogTitle()
105 void SetTestParams(const TestParams& params, in SetTestParams()
194 TestParams params_;
238 std::vector<TestParams> params_list = GetDefaultTestParams(); in RunPingPongServer()
281 std::vector<TestParams> params_list = GetDefaultTestParams(); in RunPingPongServer()
[all …]
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes_test.cc2357 struct TestParams { in TEST_F() struct
2364 std::vector<TestParams> params = { in TEST_F()
2365 TestParams{1, {1, 2, 3}, {3, 1, 1, 2}}, in TEST_F()
2366 TestParams{1, {1, 2, -1}, {-1, 1, 1, 2}}, in TEST_F()
2367 TestParams{1, {1, 2, 3}, {-1, 1, 1, 2}}, in TEST_F()
2368 TestParams{-1, {1, 2, 3}, {1, 1, 1, 2}}, in TEST_F()
2369 TestParams{-1, {-1, 2, 3}, {1, 1, 1, 6}}, // TODO(laigd): it should pass. in TEST_F()
2383 std::vector<TestParams> ok_params = { in TEST_F()
2384 TestParams{-1, {1, 2, 3}, {-1, 1, 3, 2}}, in TEST_F()
2385 TestParams{1, {1, 2, 3}, {-1, 1, 3, 2}}, in TEST_F()
[all …]
/external/deqp/modules/gles2/functional/
Des2fShaderConstExprTests.cpp50 …p (const char* name, const char* desc, const gls::ShaderConstExpr::TestParams* cases, int numC…
53 …Group (const char* name, const char* desc, const gls::ShaderConstExpr::TestParams* cases, int numC… in addChildGroup()
72 const TestParams cases[] = in init()
89 const TestParams cases[] = in init()
104 const TestParams cases[] = in init()
124 const TestParams cases[] = in init()
170 const TestParams cases[] = in init()
181 const TestParams cases[] = in init()
/external/deqp/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationFragShaderSideEffectsTests.cpp89 struct TestParams struct
97TestParams (CaseType type, const tcu::Vec4& clearColor_, const tcu::Vec4& drawColor_, bool colorAt… in TestParams() function
127 …ntext& testCtx, const std::string& name, const std::string& description, const TestParams& params);
135 TestParams m_params;
141 FragSideEffectsInstance (Context& context, const TestParams& params);
147 TestParams m_params;
150 …ontext& testCtx, const std::string& name, const std::string& description, const TestParams& params) in FragSideEffectsTestCase()
279 FragSideEffectsInstance::FragSideEffectsInstance (Context& context, const TestParams& params) in FragSideEffectsInstance()
701TestParams params(CaseType::KILL, kDefaultClearColor, kDefaultDrawColor, colorAtEnd, kDefaultDepth… in createFragSideEffectsTests()
705TestParams params(CaseType::DEMOTE, kDefaultClearColor, kDefaultDrawColor, colorAtEnd, kDefaultDep… in createFragSideEffectsTests()
[all …]
/external/deqp/modules/gles3/functional/
Des3fShaderConstExprTests.cpp51 …p (const char* name, const char* desc, const gls::ShaderConstExpr::TestParams* cases, int numC…
54 …Group (const char* name, const char* desc, const gls::ShaderConstExpr::TestParams* cases, int numC… in addChildGroup()
73 const TestParams cases[] = in init()
96 const TestParams cases[] = in init()
111 const TestParams cases[] = in init()
153 const TestParams cases[] = in init()
167 const TestParams cases[] = in init()
213 const TestParams cases[] = in init()
252 const TestParams cases[] = in init()
287 const TestParams cases[] = in init()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/testing/feature_parity/
Dopencl_test.cc30 class OpenCLBackend : public testing::TestWithParam<TestParams> {};
37 const TestParams& param = GetParam(); in TEST_P()
65 [](const testing::TestParamInfo<TestParams>& info) { in __anonfa0c62560102()
Dopengl_test.cc29 class OpenGLBackend : public testing::TestWithParam<TestParams> {};
35 const TestParams& param = GetParam(); in TEST_P()
63 [](const testing::TestParamInfo<TestParams>& info) { in __anon0a36a6da0102()
Dxnnpack_test.cc30 class XnnPackBackend : public testing::TestWithParam<TestParams> {};
36 const TestParams& param = GetParam(); in TEST_P()
65 [](const testing::TestParamInfo<TestParams>& info) { in __anonf64436480102()

1234