Home
last modified time | relevance | path

Searched defs:BitsSet (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiBufferMemoryRequirementsTestsUtils.hpp53 struct BitsSet : public std::set<std::tuple<Bit, Ignored...>, tc<std::tuple<Bit, Ignored...>>> struct
55 typedef Bit bit_type;
56 typedef Flag flag_type;
57 typedef std::tuple<Bit, Ignored...> value_type;
58 typedef std::set<value_type, tc<value_type>> base;
59 typedef typename base::const_iterator const_iterator;
60 BitsSet(std::initializer_list<value_type> list) : base(list) {} in BitsSet() argument
61 BitsSet(BitsSet&& other) : base(std::forward<BitsSet>(other)) {} in BitsSet() argument
62 BitsSet(const BitsSet& other) : base(other) {} in BitsSet() argument
64 BitsSet& operator=(const BitsSet& other) { in operator =()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiBufferMemoryRequirementsTestsUtils.hpp53 struct BitsSet : public std::set<std::tuple<Bit, Ignored...>, tc<std::tuple<Bit, Ignored...>>> struct
55 typedef Bit bit_type;
56 typedef Flag flag_type;
57 typedef std::tuple<Bit, Ignored...> value_type;
58 typedef std::set<value_type, tc<value_type>> base;
59 typedef typename base::const_iterator const_iterator;
60 BitsSet(std::initializer_list<value_type> list) : base(list) {} in BitsSet() argument
61 BitsSet(BitsSet&& other) : base(std::forward<BitsSet>(other)) {} in BitsSet() function
62 BitsSet(const BitsSet& other) : base(other) {} in BitsSet() function
64 BitsSet& operator=(const BitsSet& other) { in operator =()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp10214 unsigned BitsSet = countPopulation(NewDmask); in adjustWritemask() local