Home
last modified time | relevance | path

Searched defs:util_cpu_caps_t (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/util/
H A Du_cpu_detect.h66 struct util_cpu_caps_t { struct
73 int16_t nr_cpus;
82 int16_t max_cpus;
84 enum cpu_family family;
87 int x86_cpu_type;
88 unsigned cacheline;
90 unsigned has_intel:1;
91 unsigned has_mmx:1;
92 unsigned has_mmx2:1;
93 unsigned has_sse:1;
[all …]
/aosp_15_r20/external/virglrenderer/src/mesa/util/
H A Du_cpu_detect.h59 struct util_cpu_caps_t { struct
66 int16_t nr_cpus;
75 int16_t max_cpus;
77 enum cpu_family family;
80 int x86_cpu_type;
81 unsigned cacheline;
83 unsigned has_intel:1;
84 unsigned has_tsc:1;
85 unsigned has_mmx:1;
86 unsigned has_mmx2:1;
[all …]