Home
last modified time | relevance | path

Searched refs:compat_format (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_format.c49 const SVGA3dSurfaceFormat *compat_format; member
2028 const SVGA3dSurfaceFormat *compat_format = in svga_format_is_shareable() local
2029 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()
/external/vulkan-validation-layers/layers/
Dbuffer_validation.cpp4243 VkFormat compat_format = FindMultiplaneCompatibleFormat(image_format, plane); in PreCallValidateCreateImageView() local
4244 if (view_format != compat_format) { in PreCallValidateCreateImageView()
4248 … << string_VkFormat(image_format) << ", must be " << string_VkFormat(compat_format) << "."; in PreCallValidateCreateImageView()