Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dtexstore.c801 bool needRebase; in texstore_rgba() local
803 needRebase = in texstore_rgba()
807 needRebase = false; in texstore_rgba()
814 needRebase ? rebaseSwizzle : NULL); in texstore_rgba()
Dformat_utils.c174 bool needRebase = false; in _mesa_compute_rgba2base2rgba_component_mapping() local
184 needRebase = true; in _mesa_compute_rgba2base2rgba_component_mapping()
186 return needRebase; in _mesa_compute_rgba2base2rgba_component_mapping()