Lines Matching defs:base_props
662 VkFormatProperties *base_props = &properties->formatProperties;
669 *base_props = (VkFormatProperties) { 0 };
673 *base_props = (VkFormatProperties) {
680 base_props->bufferFeatures |= VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT;
687 base_props->optimalTilingFeatures |=
692 base_props->optimalTilingFeatures |=
698 base_props->optimalTilingFeatures |= VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT;
699 base_props->bufferFeatures |= VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT;
709 base_props->optimalTilingFeatures |= VK_FORMAT_FEATURE_STORAGE_IMAGE_ATOMIC_BIT;
710 base_props->bufferFeatures |= VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_ATOMIC_BIT;
714 base_props->bufferFeatures |= VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT;
722 base_props->optimalTilingFeatures |=
727 base_props->optimalTilingFeatures |= VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT;
730 base_props->optimalTilingFeatures |=
747 base_props->optimalTilingFeatures &= bgra4_req_features;
748 base_props->bufferFeatures =
754 base_props->bufferFeatures = 0;