Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferMemoryRequirementsTestsUtils.hpp57 struct BitsSet : public std::set<std::tuple<Bit, Ignored...>, tc<std::tuple<Bit, Ignored...>>> struct
59 typedef Bit bit_type;
60 typedef Flag flag_type;
61 typedef std::tuple<Bit, Ignored...> value_type;
62 typedef std::set<value_type, tc<value_type>> base;
63 typedef typename base::const_iterator const_iterator;
64 BitsSet(std::initializer_list<value_type> list) : base(list) in BitsSet() function
67 BitsSet(BitsSet &&other) : base(std::forward<BitsSet>(other)) in BitsSet() function
70 BitsSet(const BitsSet &other) : base(other) in BitsSet() function
74 BitsSet &operator=(const BitsSet &other) in operator =()
[all …]
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp3250 unsigned BitsSet = 0; in AdjustInstrPostInstrSelection() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp10214 unsigned BitsSet = countPopulation(NewDmask); in adjustWritemask() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp11811 unsigned BitsSet = llvm::popcount(NewDmask); in adjustWritemask() local