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

  /prebuilts/ndk/r16/sources/third_party/vulkan/src/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; };
  /external/vulkan-validation-layers/layers/
descriptor_sets.h 71 * To process all of the bindings in a layout you can iterate from 0 to GetBindingCount()
98 uint32_t GetBindingCount() const { return binding_count_; };
346 uint32_t GetBindingCount() const { return p_layout_->GetBindingCount(); };

Completed in 488 milliseconds