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

  /external/vulkan-validation-layers/layers/
descriptor_sets.h 74 * iterating over GetBindingCount() bindings and using the Get*FromIndex() functions.
99 uint32_t GetBindingCount() const { return binding_count_; };
306 uint32_t GetBindingCount() const { return p_layout_ ? p_layout_->GetBindingCount() : 0; };
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
descriptor_sets.h 70 * iterating over GetBindingCount() bindings and using the Get*FromIndex() functions.
94 uint32_t GetBindingCount() const { return binding_count_; };
287 uint32_t GetBindingCount() const { return p_layout_ ? p_layout_->GetBindingCount() : 0; };

Completed in 59 milliseconds