Home
last modified time | relevance | path

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

/external/deqp-deps/amber/src/vulkan/
Dsampler_descriptor.h42 uint32_t GetDescriptorCount() override { in GetDescriptorCount() function
Dtlas_descriptor.h45 uint32_t GetDescriptorCount() override { in GetDescriptorCount() function
Dbuffer_backed_descriptor.h53 uint32_t GetDescriptorCount() override { in GetDescriptorCount() function
Ddescriptor.h64 virtual uint32_t GetDescriptorCount() { return 1; } in GetDescriptorCount() function
/external/google-breakpad/src/common/mac/
DMachIPC.h185 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