OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetBindingCount
(Results
1 - 3
of
3
) sorted by null
/external/vulkan-validation-layers/layers/
descriptor_sets.h
76
* To process all of the bindings in a layout you can iterate from 0 to
GetBindingCount
()
99
uint32_t
GetBindingCount
() const { return binding_count_; };
219
uint32_t
GetBindingCount
() const { return layout_id_->
GetBindingCount
(); };
474
uint32_t
GetBindingCount
() const { return p_layout_->
GetBindingCount
(); };
[
all
...]
descriptor_sets.cpp
154
return
GetBindingCount
();
[
all
...]
core_validation.cpp
[
all
...]
Completed in 49 milliseconds