Searched refs:conf1 (Results 1 – 3 of 3) sorted by relevance
591 _eglCompareConfigs(const _EGLConfig *conf1, const _EGLConfig *conf2, in _eglCompareConfigs() argument605 if (conf1 == conf2) in _eglCompareConfigs()611 val1 = conf1->ConfigCaveat - conf2->ConfigCaveat; in _eglCompareConfigs()617 val1 = conf1->ColorBufferType - conf2->ColorBufferType; in _eglCompareConfigs()623 if (conf1->ColorBufferType == EGL_RGB_BUFFER) { in _eglCompareConfigs()625 val1 += conf1->RedSize; in _eglCompareConfigs()629 val1 += conf1->GreenSize; in _eglCompareConfigs()633 val1 += conf1->BlueSize; in _eglCompareConfigs()639 val1 += conf1->LuminanceSize; in _eglCompareConfigs()644 val1 += conf1->AlphaSize; in _eglCompareConfigs()[all …]
213 _eglCompareConfigs(const _EGLConfig *conf1, const _EGLConfig *conf2,
54 unsigned long conf1, il, dl; in mips_cache_probe() local56 conf1 = read_c0_config1(); in mips_cache_probe()58 il = (conf1 & MIPS_CONF1_IL) >> MIPS_CONF1_IL_SHF; in mips_cache_probe()59 dl = (conf1 & MIPS_CONF1_DL) >> MIPS_CONF1_DL_SHF; in mips_cache_probe()