Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/vulkan/
Dtu_descriptor_set.c314 uint64_t descriptor_sz; in tu_GetDescriptorSetLayoutSupport() local
317 descriptor_sz = 0; in tu_GetDescriptorSetLayoutSupport()
332 descriptor_sz = in tu_GetDescriptorSetLayoutSupport()
335 descriptor_sz = descriptor_size(device, binding->descriptorType); in tu_GetDescriptorSetLayoutSupport()
345 if (descriptor_sz) in tu_GetDescriptorSetLayoutSupport()
346 max_count = (UINT64_MAX - size) / descriptor_sz; in tu_GetDescriptorSetLayoutSupport()
359 size += binding->descriptorCount * descriptor_sz; in tu_GetDescriptorSetLayoutSupport()