Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/common/
Dac_surface.c255 unsigned current_mod = 0; in ac_get_supported_modifiers() local
259 if (mods && current_mod < *mod_count) \ in ac_get_supported_modifiers()
260 mods[current_mod] = (name); \ in ac_get_supported_modifiers()
261 ++current_mod; \ in ac_get_supported_modifiers()
475 *mod_count = current_mod; in ac_get_supported_modifiers()
479 bool complete = current_mod <= *mod_count; in ac_get_supported_modifiers()
480 *mod_count = MIN2(*mod_count, current_mod); in ac_get_supported_modifiers()