Home
last modified time | relevance | path

Searched refs:hasVariableSizedDescriptor (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/swiftshader/src/Vulkan/
H A DVkDevice.cpp327 bool hasVariableSizedDescriptor = false; in getDescriptorSetLayoutSupport() local
330 while(layoutInfo && !hasVariableSizedDescriptor) in getDescriptorSetLayoutSupport()
341 hasVariableSizedDescriptor = true; in getDescriptorSetLayoutSupport()
367hasVariableSizedDescriptor ? ((highestNumberedBinding.descriptorType == VK_DESCRIPTOR_TYPE_INLINE_… in getDescriptorSetLayoutSupport()