Searched refs:tiling_features (Results 1 – 1 of 1) sorted by relevance
4357 …VkFormatFeatureFlags tiling_features = (image_tiling & VK_IMAGE_TILING_LINEAR) ? format_properties… in PreCallValidateCreateImageView() local4360 if (tiling_features == 0) { in PreCallValidateCreateImageView()4366 …} else if ((image_usage & VK_IMAGE_USAGE_SAMPLED_BIT) && !(tiling_features & VK_FORMAT_FEATURE_SAM… in PreCallValidateCreateImageView()4372 …} else if ((image_usage & VK_IMAGE_USAGE_STORAGE_BIT) && !(tiling_features & VK_FORMAT_FEATURE_STO… in PreCallValidateCreateImageView()4379 !(tiling_features & VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT)) { in PreCallValidateCreateImageView()4386 !(tiling_features & VK_FORMAT_FEATURE_DEPTH_STENCIL_ATTACHMENT_BIT)) { in PreCallValidateCreateImageView()