Searched refs:needRebase (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexstore.c803 bool needRebase; local in function:texstore_rgba
805 needRebase =
809 needRebase = false;
816 needRebase ? rebaseSwizzle : NULL);
H A Dformat_utils.c164 bool needRebase = false; local in function:_mesa_compute_rgba2base2rgba_component_mapping
174 needRebase = true;
176 return needRebase;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dtexstore.c801 bool needRebase; local in function:texstore_rgba
803 needRebase =
807 needRebase = false;
814 needRebase ? rebaseSwizzle : NULL);
H A Dformat_utils.c174 bool needRebase = false; local in function:_mesa_compute_rgba2base2rgba_component_mapping
184 needRebase = true;
186 return needRebase;

Completed in 9 milliseconds