Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DProgramExecutableVk.cpp89 constexpr bool IsDynamicDescriptor(VkDescriptorType descriptorType) in IsDynamicDescriptor() function
1211 if (blocks.empty() || (cacheHit && !IsDynamicDescriptor(descriptorType))) in updateBuffersDescriptorSet()
1272 IsDynamicDescriptor(descriptorType) ? 0 : bufferOffset + bufferBinding.getOffset(); in updateBuffersDescriptorSet()
1277 if (IsDynamicDescriptor(descriptorType)) in updateBuffersDescriptorSet()
1334 static_assert(!IsDynamicDescriptor(kStorageBufferDescriptorType), in updateAtomicCounterBuffersDescriptorSet()