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

  /external/vulkan-validation-layers/layers/
descriptor_sets.h 103 bool HasBinding(const uint32_t binding) const { return binding_to_index_map_.count(binding) > 0; };
149 // This call should be guarded by a call to "HasBinding(binding)" to verify that the given binding exists
207 bool HasBinding(const uint32_t binding) const { return layout_id_->HasBinding(binding); }
266 // This call should be guarded by a call to "HasBinding(binding)" to verify that the given binding exists
487 bool HasBinding(const uint32_t binding) const { return p_layout_->HasBinding(binding); };
    [all...]
descriptor_sets.cpp     [all...]

Completed in 49 milliseconds