Searched refs:kTypes (Results 1 – 5 of 5) sorted by relevance
16 const kTypes = [ variable151 if (kTypes.includes(value)) {
1277 constexpr std::array<const char*, 12> kTypes = {{"f32", "vec2<f32>", "vec3<f32>", "vec4<f32>", in TEST_F() local1283 for (uint32_t i = 0; i < kTypes.size(); ++i) { in TEST_F()1287 sstream << "struct A { [[location(0)]] a: " << kTypes[i] << ";" << std::endl; in TEST_F()1313 for (uint32_t vertexModuleIndex = 0; vertexModuleIndex < kTypes.size(); ++vertexModuleIndex) { in TEST_F()1315 for (uint32_t fragmentModuleIndex = 0; fragmentModuleIndex < kTypes.size(); in TEST_F()
432 } kTypes[] = { in InitFrom() local443 for (const auto& type : kTypes) { in InitFrom()
313 static const ExternalArrayType kTypes[] = { in GetInternalProperties() local319 for (auto type : kTypes) { in GetInternalProperties()
71 const kTypes = [ variable1237 if (ArrayPrototypeIncludes(kTypes, value)) {