Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_formats.c1345 dcc_channel_incompatible, enumerator
1359 return dcc_channel_incompatible; in radv_get_dcc_channel_type()
1381 return dcc_channel_incompatible; in radv_get_dcc_channel_type()
1412 return type1 != dcc_channel_incompatible && in radv_dcc_formats_compatible()
1413 type2 != dcc_channel_incompatible && in radv_dcc_formats_compatible()
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_texture.c1889 dcc_channel_incompatible, enumerator
1903 return dcc_channel_incompatible; in vi_get_dcc_channel_type()
1925 return dcc_channel_incompatible; in vi_get_dcc_channel_type()
1956 return type1 != dcc_channel_incompatible && in vi_dcc_formats_compatible()
1957 type2 != dcc_channel_incompatible && in vi_dcc_formats_compatible()