Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkDescriptorSetLayout.cpp99 uint32_t immutableSamplerCount = 0; in ComputeRequiredAllocationSize() local
106 immutableSamplerCount += pCreateInfo->pBindings[i].descriptorCount; in ComputeRequiredAllocationSize()
111 immutableSamplerCount * sizeof(VkSampler); in ComputeRequiredAllocationSize()