Searched refs:cardinalities (Results 1 – 6 of 6) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/ |
D | vktPipelineIdentifierTests.cpp | 594 } cardinalities[] = in createPipelineIdentifierTests() local 612 for (int cardIdx = 0; cardIdx < DE_LENGTH_OF_ARRAY(cardinalities); ++cardIdx) in createPipelineIdentifierTests() 614 …TestParams testParams{ testTypes[typeIdx].type, matchControls[matchIdx].control, cardinalities[car… in createPipelineIdentifierTests() 616 …addFunctionCaseWithPrograms(matchGroup.get(), cardinalities[cardIdx].name, "", pipelineTypes[pipel… in createPipelineIdentifierTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/ |
D | vktPipelineIdentifierTests.cpp | 594 } cardinalities[] = in createPipelineIdentifierTests() local 612 for (int cardIdx = 0; cardIdx < DE_LENGTH_OF_ARRAY(cardinalities); ++cardIdx) in createPipelineIdentifierTests() 614 …TestParams testParams{ testTypes[typeIdx].type, matchControls[matchIdx].control, cardinalities[car… in createPipelineIdentifierTests() 616 …addFunctionCaseWithPrograms(matchGroup.get(), cardinalities[cardIdx].name, "", pipelineTypes[pipel… in createPipelineIdentifierTests()
|
/third_party/googletest/ |
D | BUILD.gn | 134 "googlemock/include/gmock/gmock-cardinalities.h", 148 "googlemock/src/gmock-cardinalities.cc",
|
/third_party/node/deps/v8/third_party/googletest/ |
D | BUILD.gn | 127 "src/googlemock/include/gmock/gmock-cardinalities.h", 140 "src/googlemock/src/gmock-cardinalities.cc",
|
/third_party/googletest/docs/ |
D | gmock_for_dummies.md | 413 We've seen `AtLeast(n)` as an example of fuzzy cardinalities earlier. For the 414 list of built-in cardinalities you can use, see
|
D | gmock_cook_book.md | 3762 If the [built-in set](gmock_cheat_sheet.md#CardinalityList) of cardinalities
|