Home
last modified time | relevance | path

Searched defs:GetDescriptorCount (Results 1 – 5 of 5) sorted by relevance

/external/deqp-deps/amber/src/vulkan/
Dsampler_descriptor.h42 uint32_t GetDescriptorCount() override { in GetDescriptorCount() function
Dbuffer_backed_descriptor.h45 uint32_t GetDescriptorCount() override { in GetDescriptorCount() function
Ddescriptor.h65 virtual uint32_t GetDescriptorCount() { return 1; } in GetDescriptorCount() function
/external/google-breakpad/src/common/mac/
DMachIPC.h186 int GetDescriptorCount() const { return body.msgh_descriptor_count; } in GetDescriptorCount() function
/external/vulkan-validation-layers/layers/
Ddescriptor_sets.h280 uint32_t GetDescriptorCount() const { return layout_->GetDescriptorCountFromIndex(index_); } in GetDescriptorCount() function