Home
last modified time | relevance | path

Searched refs:matchingTypes (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryRequirementsTests.cpp2119 uint32_t matchingTypes = 0; in testVkMemoryPropertyFlags() local
2129 if (memoryProperties.memoryTypes[ndx].propertyFlags == flag) matchingTypes++; in testVkMemoryPropertyFlags()
2133 …::string diffStr = std::to_string(int(memoryProperties.memoryTypeCount - matchingTypes)); in testVkMemoryPropertyFlags()
2135 …result.check(matchingTypes == memoryProperties.memoryTypeCount, "Unknown memory type bits set in m… in testVkMemoryPropertyFlags()
/third_party/typescript/src/compiler/
Dchecker.ts20415 const matchingTypes: Type[] = []; constant
20432 pushIfUnique(matchingTypes, type, equateValues);
20443 for (const type of matchingTypes) {
/third_party/typescript/lib/
DtypingsInstaller.js69236 var matchingTypes = [];
69262 ts.pushIfUnique(matchingTypes, type, ts.equateValues);
69277 … for (var _b = 0, matchingTypes_1 = matchingTypes; _b < matchingTypes_1.length; _b++) {
Dtsc.js57905 var matchingTypes = [];
57928 ts.pushIfUnique(matchingTypes, type, ts.equateValues);
57942 … for (var _b = 0, matchingTypes_1 = matchingTypes; _b < matchingTypes_1.length; _b++) {