Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/reconvergence/
H A DvktReconvergenceTests.cpp244 struct Ballots : protected std::vector<std::bitset<128>> struct
246 typedef std::vector<value_type> super;
247 …tatic const constexpr uint32_t subgroupInvocationSize = static_cast<uint32_t>(value_type().size());
248 Ballots() : super() in Ballots() argument
251 … explicit Ballots(uint32_t subgroupCount, add_cref<value_type> ballot = {}) : super(subgroupCount) in Ballots() function
256 Ballots(add_cref<Ballots> other) : super(upcast(other)) in Ballots() argument
259 Ballots(Ballots &&other) : super(std::move(other)) in Ballots() argument
268 uint32_t size() const in size()
276 uint32_t count() const in count()
287 uint32_t count(uint32_t subgroup) const in count()
[all …]