Home
last modified time | relevance | path

Searched refs:testVector (Results 1 – 10 of 10) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolOcclusionTests.cpp291 …icOcclusionQueryTestInstance (vkt::Context &context, const OcclusionQueryTestVector& testVector);
309 …asicOcclusionQueryTestInstance (vkt::Context &context, const OcclusionQueryTestVector& testVector) in BasicOcclusionQueryTestInstance() argument
311 , m_testVector (testVector) in BasicOcclusionQueryTestInstance()
313 DE_ASSERT(testVector.queryResultSize == RESULT_SIZE_64_BIT in BasicOcclusionQueryTestInstance()
314 && testVector.queryWait == WAIT_QUEUE in BasicOcclusionQueryTestInstance()
315 && testVector.queryResultsMode == RESULTS_MODE_GET in BasicOcclusionQueryTestInstance()
316 && testVector.queryResultsStride == sizeof(deUint64) in BasicOcclusionQueryTestInstance()
317 && testVector.queryResultsAvailability == false in BasicOcclusionQueryTestInstance()
318 && testVector.primitiveTopology == vk::VK_PRIMITIVE_TOPOLOGY_POINT_LIST); in BasicOcclusionQueryTestInstance()
511 OcclusionQueryTestInstance (vkt::Context &context, const OcclusionQueryTestVector& testVector);
[all …]
/external/parameter-framework/upstream/test/xml-generator/
Dtest.py50 def __init__(self, pfConfig, testVector): argument
58 if testVector.initialSettings:
59 self.command += ["--initial-settings", testVector.initialSettings]
60 if testVector.edds:
61 self.command += ["--add-edds"] + testVector.edds
62 if testVector.domains:
63 self.command += ["--add-domains"] + testVector.domains
/external/compiler-rt/test/builtins/Unit/ppc/
Dqadd_test.c19 struct testVector { struct
29 const struct testVector edgeCases[] = { argument
102 const int numEdgeCases = sizeof(edgeCases) / sizeof(struct testVector);
265 const struct testVector accuracyTests[] = {
1807 const int numAccuracyTests = sizeof(accuracyTests) / sizeof(struct testVector);
Dqsub_test.c19 struct testVector { struct
29 const struct testVector edgeCases[] = { argument
102 const int numEdgeCases = sizeof(edgeCases) / sizeof(struct testVector);
267 const struct testVector accuracyTests[] = {
1809 const int numAccuracyTests = sizeof(accuracyTests) / sizeof(struct testVector);
Dqdiv_test.c19 struct testVector { struct
29 const struct testVector edgeCases[] = { argument
102 const int numEdgeCases = sizeof(edgeCases) / sizeof(struct testVector);
215 const struct testVector accuracyTests[] = {
730 const int numAccuracyTests = sizeof(accuracyTests) / sizeof(struct testVector);
Dqmul_test.c19 struct testVector { struct
29 const struct testVector edgeCases[] = { argument
102 const int numEdgeCases = sizeof(edgeCases) / sizeof(struct testVector);
217 const struct testVector accuracyTests[] = {
728 const int numAccuracyTests = sizeof(accuracyTests) / sizeof(struct testVector);
Dfixtfdi_test.c6 struct testVector { double xhi; double xlo; int64_t result; }; argument
12 const struct testVector testCases[] = {
450 const int numTestCases = sizeof(testCases) / sizeof(struct testVector);
/external/clang/test/Analysis/inlining/
Dstl.cpp8 void testVector(std::vector<int> &nums) { in testVector() function
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/
DVectorTest.java27 public void testVector() throws ClassNotFoundException { in testVector() method in VectorTest
/external/parameter-framework/upstream/test/functional-tests/
DHandle.cpp593 for (auto &testVector : testVectors) { variable
595 CHECK(cmdHandler->process("showMapping", {testVector.path}, output));
596 CHECK(output == testVector.humanReadable);