Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dtexstore.c680 bool needRebase; in texstore_rgba() local
801 needRebase = in texstore_rgba()
805 needRebase = false; in texstore_rgba()
812 needRebase ? rebaseSwizzle : NULL); in texstore_rgba()
Dformat_utils.c163 bool needRebase = false; in _mesa_compute_rgba2base2rgba_component_mapping() local
173 needRebase = true; in _mesa_compute_rgba2base2rgba_component_mapping()
175 return needRebase; in _mesa_compute_rgba2base2rgba_component_mapping()