Lines Matching refs:count
18 uint32_t *count,
22 return tu_GetPhysicalDeviceQueueFamilyProperties2(pdev, count, NULL);
24 VkQueueFamilyProperties2 props2[*count];
25 for (uint32_t i = 0; i < *count; i++) {
29 tu_GetPhysicalDeviceQueueFamilyProperties2(pdev, count, props2);
30 for (uint32_t i = 0; i < *count; i++)
41 uint32_t *count,
54 return tu_GetPhysicalDeviceSparseImageFormatProperties2(pdev, &info, count, NULL);
56 VkSparseImageFormatProperties2 props2[*count];
57 for (uint32_t i = 0; i < *count; i++) {
61 tu_GetPhysicalDeviceSparseImageFormatProperties2(pdev, &info, count, props2);
62 for (uint32_t i = 0; i < *count; i++)
69 uint32_t *count,
78 return tu_GetImageSparseMemoryRequirements2(device, &info, count, NULL);
80 VkSparseImageMemoryRequirements2 reqs2[*count];
81 for (uint32_t i = 0; i < *count; i++) {
85 tu_GetImageSparseMemoryRequirements2(device, &info, count, reqs2);
86 for (uint32_t i = 0; i < *count; i++)