Lines Matching defs:pFormatInfo
79 VkFormatProperties *pFormatInfo) {
83 icd_term->dispatch.GetPhysicalDeviceFormatProperties(phys_dev_term->phys_dev, format, pFormatInfo);
423 VkPhysicalDevice physicalDevice, const VkPhysicalDeviceSparseImageFormatInfo2KHR *pFormatInfo, uint32_t *pPropertyCount,
443 fpGetPhysicalDeviceSparseImageFormatProperties2(phys_dev_term->phys_dev, pFormatInfo, pPropertyCount, pProperties);
451 if (pFormatInfo->pNext != NULL) {
454 "pFormatInfo->pNext - this struct will be ignored");
460 phys_dev_term->phys_dev, pFormatInfo->format, pFormatInfo->type, pFormatInfo->samples, pFormatInfo->usage,
461 pFormatInfo->tiling, pPropertyCount, NULL);
475 phys_dev_term->phys_dev, pFormatInfo->format, pFormatInfo->type, pFormatInfo->samples, pFormatInfo->usage,
476 pFormatInfo->tiling, pPropertyCount, properties);