Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_cache_utils.cpp4916 size_t validImmutableSamplersCount = mImmutableSamplers.size(); in hash() local
4918 ASSERT(validDescriptorSetLayoutBindingsCount != 0 || validImmutableSamplersCount == 0); in hash()
4928 if (validImmutableSamplersCount > 0) in hash()
4931 validImmutableSamplersCount * sizeof(VkSampler)); in hash()