Searched refs:TestType (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc.hpp | 621 … using TestType = typename std::tuple_element<Index, std::tuple<ChainElements...>>::type; typedef 622 …static const bool valid = StructExtends<TestType, typename std::tuple_element<0, std::tuple<ChainE… 623 …( TestType::allowDuplicate || !StructureChainContains<Index - 1, TestType, ChainElements...>::valu…
|
D | vulkan.hpp | 622 … using TestType = typename std::tuple_element<Index, std::tuple<ChainElements...>>::type; typedef 623 …static const bool valid = StructExtends<TestType, typename std::tuple_element<0, std::tuple<ChainE… 624 …( TestType::allowDuplicate || !StructureChainContains<Index - 1, TestType, ChainElements...>::valu…
|