Home
last modified time | relevance | path

Searched refs:has_popcnt (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/util/
Du_cpu_detect.h103 unsigned has_popcnt:1; member
Du_cpu_detect.c727 util_cpu_caps.has_popcnt = (regs2[2] >> 23) & 1; in util_cpu_detect_once()
842 printf("util_cpu_caps.has_popcnt = %u\n", util_cpu_caps.has_popcnt); in util_cpu_detect_once()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom.c56 if (util_get_cpu_caps()->has_popcnt) in init_atoms_once()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_draw.cpp2716 if (util_get_cpu_caps()->has_popcnt) { in si_init_draw_vbo()