Home
last modified time | relevance | path

Searched refs:has_sse4_2 (Results 1 – 6 of 6) sorted by relevance

/external/virglrenderer/src/gallium/auxiliary/util/
Du_cpu_detect.h64 unsigned has_sse4_2:1; member
Du_cpu_detect.c367 util_cpu_caps.has_sse4_2 = (regs2[2] >> 20) & 1; in util_cpu_detect()
444 debug_printf("util_cpu_caps.has_sse4_2 = %u\n", util_cpu_caps.has_sse4_2); in util_cpu_detect()
/external/mesa3d/src/gallium/auxiliary/util/
Du_cpu_detect.h64 unsigned has_sse4_2:1; member
Du_cpu_detect.c427 util_cpu_caps.has_sse4_2 = (regs2[2] >> 20) & 1; in util_cpu_detect()
530 debug_printf("util_cpu_caps.has_sse4_2 = %u\n", util_cpu_caps.has_sse4_2); in util_cpu_detect()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp593 MAttrs.push_back(util_cpu_caps.has_sse4_2 ? "+sse4.2" : "-sse4.2"); in lp_build_create_jit_compiler_for_module()
595 MAttrs.push_back(util_cpu_caps.has_sse4_2 ? "+sse42" : "-sse42" ); in lp_build_create_jit_compiler_for_module()
Dlp_bld_init.c418 util_cpu_caps.has_sse4_2 = 0; in lp_build_init()