Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Deglconfig.c591 _eglCompareConfigs(const _EGLConfig *conf1, const _EGLConfig *conf2, in _eglCompareConfigs() argument
605 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 …]
Deglconfig.h213 _eglCompareConfigs(const _EGLConfig *conf1, const _EGLConfig *conf2,
/external/u-boot/arch/mips/lib/
Dcache.c54 unsigned long conf1, il, dl; in mips_cache_probe() local
56 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()