Lines Matching refs:pImageFormatInfo
1680 const VkPhysicalDeviceImageFormatInfo2 *pImageFormatInfo,
1688 const struct util_format_description *desc = vk_format_description(pImageFormatInfo->format);
1693 if (pImageFormatInfo->flags & VK_IMAGE_CREATE_SPARSE_BINDING_BIT)
1698 if (pImageFormatInfo->tiling != VK_IMAGE_TILING_DRM_FORMAT_MODIFIER_EXT)
1701 switch (pImageFormatInfo->type) {
1713 switch (pImageFormatInfo->type) {
1717 if (pImageFormatInfo->tiling != VK_IMAGE_TILING_LINEAR)
1730 if (!radv_android_gralloc_supports_format(pImageFormatInfo->format, pImageFormatInfo->usage))
1733 if (pImageFormatInfo->type != VK_IMAGE_TYPE_2D)
1741 if (pImageFormatInfo->tiling != VK_IMAGE_TILING_LINEAR)