Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingMutableTests.cpp901 struct BindingInterface struct
903 virtual ~BindingInterface () {} in ~BindingInterface()
927 virtual bool needsAliasing (deUint32 iteration) const in needsAliasing()
935 virtual bool needsAliasingUpTo (deUint32 numIterations) const in needsAliasingUpTo()
947 virtual bool hasDescriptorType (deUint32 iteration, VkDescriptorType descriptorType) const in hasDescriptorType()
2654 …return getUsedDescriptorTypes(descriptorSet, numIterations, [] (const BindingInterface*) { return … in getAllUsedDescriptorTypes()