Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Deglconfig.c594 _eglCompareConfigs(const _EGLConfig *conf1, const _EGLConfig *conf2, in _eglCompareConfigs() argument
608 if (conf1 == conf2) in _eglCompareConfigs()
614 val1 = conf1->ConfigCaveat - conf2->ConfigCaveat; in _eglCompareConfigs()
620 val1 = conf1->ColorBufferType - conf2->ColorBufferType; in _eglCompareConfigs()
626 if (conf1->ColorBufferType == EGL_RGB_BUFFER) { in _eglCompareConfigs()
628 val1 += conf1->RedSize; in _eglCompareConfigs()
632 val1 += conf1->GreenSize; in _eglCompareConfigs()
636 val1 += conf1->BlueSize; in _eglCompareConfigs()
642 val1 += conf1->LuminanceSize; in _eglCompareConfigs()
647 val1 += conf1->AlphaSize; in _eglCompareConfigs()
[all …]
Deglconfig.h213 _eglCompareConfigs(const _EGLConfig *conf1, const _EGLConfig *conf2,
/external/u-boot/arch/mips/lib/
Dcache.c55 unsigned long conf1, il, dl; in mips_cache_probe() local
57 conf1 = read_c0_config1(); in mips_cache_probe()
59 il = (conf1 & MIPS_CONF1_IL) >> MIPS_CONF1_IL_SHF; in mips_cache_probe()
60 dl = (conf1 & MIPS_CONF1_DL) >> MIPS_CONF1_DL_SHF; in mips_cache_probe()