Home
last modified time | relevance | path

Searched refs:BitsSet (Results 1 – 5 of 5) 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
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() argument
63 BitsSet() = default;
64 BitsSet& operator=(const BitsSet& other) { in operator =() argument
68 BitsSet& operator=(BitsSet&& other) { in operator =() argument
69 base::operator=(std::forward<BitsSet>(other)); in operator =()
118 BitsSet select(const TypeAt& typeAtIndex) const { in select() argument
120 BitsSet result; in select()
[all …]
DvktApiBufferMemoryRequirementsTests.cpp71 typedef u::BitsSet<BufferFateFlags, BufferFateFlagBits, cstr> BufferFateBits;
82 typedef u::BitsSet<VkBufferCreateFlags, VkBufferCreateFlagBits, cstr> BufferCreateBits;
83 typedef u::BitsSet<VkBufferUsageFlags, VkBufferUsageFlagBits, BufferFateFlagBits> BufferUsageBits;
84 typedef u::BitsSet<VkExternalMemoryHandleTypeFlags,
181 std::string bitsToString (const u::BitsSet<Flag, Bit, Str, Ignored...>& bits, in bitsToString()
/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
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() function
63 BitsSet() = default;
64 BitsSet& operator=(const BitsSet& other) { in operator =() argument
68 BitsSet& operator=(BitsSet&& other) { in operator =() argument
69 base::operator=(std::forward<BitsSet>(other)); in operator =()
118 BitsSet select(const TypeAt& typeAtIndex) const { in select() argument
120 BitsSet result; in select()
[all …]
DvktApiBufferMemoryRequirementsTests.cpp71 typedef u::BitsSet<BufferFateFlags, BufferFateFlagBits, cstr> BufferFateBits;
82 typedef u::BitsSet<VkBufferCreateFlags, VkBufferCreateFlagBits, cstr> BufferCreateBits;
83 typedef u::BitsSet<VkBufferUsageFlags, VkBufferUsageFlagBits, BufferFateFlagBits> BufferUsageBits;
84 typedef u::BitsSet<VkExternalMemoryHandleTypeFlags,
181 std::string bitsToString (const u::BitsSet<Flag, Bit, Str, Ignored...>& bits, in bitsToString()
/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
10220 unsigned NewChannels = BitsSet + UsesTFC; in adjustWritemask()