Searched refs:compat_format (Results 1 – 2 of 2) sorted by relevance
49 const SVGA3dSurfaceFormat *compat_format; member2028 const SVGA3dSurfaceFormat *compat_format = in svga_format_is_shareable() local2029 format_compats[i].compat_format; in svga_format_is_shareable()2030 while (*compat_format != 0) { in svga_format_is_shareable()2031 if (*compat_format == sformat) in svga_format_is_shareable()2033 compat_format++; in svga_format_is_shareable()
4243 VkFormat compat_format = FindMultiplaneCompatibleFormat(image_format, plane); in PreCallValidateCreateImageView() local4244 if (view_format != compat_format) { in PreCallValidateCreateImageView()4248 … << string_VkFormat(image_format) << ", must be " << string_VkFormat(compat_format) << "."; in PreCallValidateCreateImageView()