Searched refs:testVector (Results 1 – 10 of 10) sorted by relevance
291 …icOcclusionQueryTestInstance (vkt::Context &context, const OcclusionQueryTestVector& testVector);309 …asicOcclusionQueryTestInstance (vkt::Context &context, const OcclusionQueryTestVector& testVector) in BasicOcclusionQueryTestInstance() argument311 , 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 …]
50 def __init__(self, pfConfig, testVector): argument58 if testVector.initialSettings:59 self.command += ["--initial-settings", testVector.initialSettings]60 if testVector.edds:61 self.command += ["--add-edds"] + testVector.edds62 if testVector.domains:63 self.command += ["--add-domains"] + testVector.domains
19 struct testVector { struct29 const struct testVector edgeCases[] = { argument102 const int numEdgeCases = sizeof(edgeCases) / sizeof(struct testVector);265 const struct testVector accuracyTests[] = {1807 const int numAccuracyTests = sizeof(accuracyTests) / sizeof(struct testVector);
19 struct testVector { struct29 const struct testVector edgeCases[] = { argument102 const int numEdgeCases = sizeof(edgeCases) / sizeof(struct testVector);267 const struct testVector accuracyTests[] = {1809 const int numAccuracyTests = sizeof(accuracyTests) / sizeof(struct testVector);
19 struct testVector { struct29 const struct testVector edgeCases[] = { argument102 const int numEdgeCases = sizeof(edgeCases) / sizeof(struct testVector);215 const struct testVector accuracyTests[] = {730 const int numAccuracyTests = sizeof(accuracyTests) / sizeof(struct testVector);
19 struct testVector { struct29 const struct testVector edgeCases[] = { argument102 const int numEdgeCases = sizeof(edgeCases) / sizeof(struct testVector);217 const struct testVector accuracyTests[] = {728 const int numAccuracyTests = sizeof(accuracyTests) / sizeof(struct testVector);
6 struct testVector { double xhi; double xlo; int64_t result; }; argument12 const struct testVector testCases[] = {450 const int numTestCases = sizeof(testCases) / sizeof(struct testVector);
8 void testVector(std::vector<int> &nums) { in testVector() function
27 public void testVector() throws ClassNotFoundException { in testVector() method in VectorTest
593 for (auto &testVector : testVectors) { variable595 CHECK(cmdHandler->process("showMapping", {testVector.path}, output));596 CHECK(output == testVector.humanReadable);