Searched defs:BindingInterface (Results 1 – 3 of 3) sorted by relevance
896 struct BindingInterface struct898 virtual ~BindingInterface () {} in ~BindingInterface()922 virtual bool needsAliasing (deUint32 iteration) const in needsAliasing()930 virtual bool needsAliasingUpTo (deUint32 numIterations) const in needsAliasingUpTo()942 virtual bool hasDescriptorType (deUint32 iteration, VkDescriptorType descriptorType) const in hasDescriptorType()2649 …return getUsedDescriptorTypes(descriptorSet, numIterations, [] (const BindingInterface*) { return … in getAllUsedDescriptorTypes()
900 struct BindingInterface struct902 virtual ~BindingInterface () {} in ~BindingInterface()926 virtual bool needsAliasing (deUint32 iteration) const in needsAliasing()934 virtual bool needsAliasingUpTo (deUint32 numIterations) const in needsAliasingUpTo()946 virtual bool hasDescriptorType (deUint32 iteration, VkDescriptorType descriptorType) const in hasDescriptorType()2653 …return getUsedDescriptorTypes(descriptorSet, numIterations, [] (const BindingInterface*) { return … in getAllUsedDescriptorTypes()
821 struct BindingInterface struct845 virtual bool needsAliasing (deUint32 iteration) const in needsAliasing()853 virtual bool needsAliasingUpTo (deUint32 numIterations) const in needsAliasingUpTo()865 virtual bool hasDescriptorType (deUint32 iteration, VkDescriptorType descriptorType) const in hasDescriptorType()2572 …return getUsedDescriptorTypes(descriptorSet, numIterations, [] (const BindingInterface*) { return … in getAllUsedDescriptorTypes()