HomeSort by relevance Sort by last modified time
    Searched refs:IsNextBindingConsistent (Results 1 - 2 of 2) sorted by null

  /external/vulkan-validation-layers/layers/
descriptor_sets.h 108 bool IsNextBindingConsistent(const uint32_t) const;
221 bool IsNextBindingConsistent(const uint32_t) const;
    [all...]
descriptor_sets.cpp 299 bool cvdescriptorset::DescriptorSetLayoutDef::IsNextBindingConsistent(const uint32_t binding) const {
341 if (!IsNextBindingConsistent(current_binding++)) {
    [all...]

Completed in 135 milliseconds