Home | History | Annotate | Download | only in layers

Lines Matching refs:unordered_set

56     std::unordered_set<uint32_t> bindings;
68 void cvdescriptorset::DescriptorSetLayout::FillBindingSet(std::unordered_set<uint32_t> *binding_set) const {
490 std::unordered_set<VkBuffer> *buffer_set,
491 std::unordered_set<VkImageView> *image_set) const {
657 void cvdescriptorset::DescriptorSet::BindCommandBuffer(GLOBAL_CB_NODE *cb_node, const std::unordered_set<uint32_t> &bindings) {