Lines Matching refs:match
40 bool match; in rule_matches() local
52 match = xe->info.platform == r->platform; in rule_matches()
55 match = xe->info.platform == r->platform && in rule_matches()
59 match = xe->info.graphics_verx100 == r->ver_start && in rule_matches()
63 match = xe->info.graphics_verx100 >= r->ver_start && in rule_matches()
68 match = xe->info.graphics_verx100 == r->ver_start; in rule_matches()
71 match = xe->info.step.graphics >= r->step_start && in rule_matches()
76 match = xe->info.media_verx100 == r->ver_start && in rule_matches()
80 match = xe->info.media_verx100 >= r->ver_start && in rule_matches()
85 match = xe->info.step.media >= r->step_start && in rule_matches()
90 match = xe->info.media_verx100 == r->ver_start; in rule_matches()
93 match = !xe->info.is_dgfx; in rule_matches()
96 match = xe->info.is_dgfx; in rule_matches()
102 match = hwe->class == r->engine_class; in rule_matches()
108 match = hwe->class != r->engine_class; in rule_matches()
111 match = r->match_func(gt, hwe); in rule_matches()
116 match = false; in rule_matches()
119 if (!match) { in rule_matches()
263 bool match = false; in xe_rtp_process_to_sr() local
270 match |= rtp_process_one_sr(entry, xe, gt, in xe_rtp_process_to_sr()
273 match = rtp_process_one_sr(entry, xe, gt, hwe, sr); in xe_rtp_process_to_sr()
276 if (match) in xe_rtp_process_to_sr()