Searched refs:tiling_features (Results 1 – 1 of 1) sorted by relevance
4444 …VkFormatFeatureFlags tiling_features = (image_tiling & VK_IMAGE_TILING_LINEAR) ? format_properties… in PreCallValidateCreateImageView() local4447 if (tiling_features == 0) { in PreCallValidateCreateImageView()4453 …} else if ((image_usage & VK_IMAGE_USAGE_SAMPLED_BIT) && !(tiling_features & VK_FORMAT_FEATURE_SAM… in PreCallValidateCreateImageView()4459 …} else if ((image_usage & VK_IMAGE_USAGE_STORAGE_BIT) && !(tiling_features & VK_FORMAT_FEATURE_STO… in PreCallValidateCreateImageView()4466 !(tiling_features & VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT)) { in PreCallValidateCreateImageView()4473 !(tiling_features & VK_FORMAT_FEATURE_DEPTH_STENCIL_ATTACHMENT_BIT)) { in PreCallValidateCreateImageView()