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()
62 match = xe->info.graphics_verx100 == r->ver_start && in rule_matches()
69 match = xe->info.graphics_verx100 >= r->ver_start && in rule_matches()
77 match = xe->info.graphics_verx100 == r->ver_start; in rule_matches()
83 match = xe->info.step.graphics >= r->step_start && in rule_matches()
91 match = xe->info.media_verx100 == r->ver_start && in rule_matches()
98 match = xe->info.media_verx100 >= r->ver_start && in rule_matches()
106 match = xe->info.step.media >= r->step_start && in rule_matches()
114 match = xe->info.media_verx100 == r->ver_start; in rule_matches()
117 match = !xe->info.is_dgfx; in rule_matches()
120 match = xe->info.is_dgfx; in rule_matches()
126 match = hwe->class == r->engine_class; in rule_matches()
132 match = hwe->class != r->engine_class; in rule_matches()
138 match = r->match_func(gt, hwe); in rule_matches()
143 match = false; in rule_matches()
146 if (!match) { in rule_matches()
296 bool match = false; in xe_rtp_process_to_sr() local
303 match |= rtp_process_one_sr(entry, xe, gt, in xe_rtp_process_to_sr()
306 match = rtp_process_one_sr(entry, xe, gt, hwe, sr); in xe_rtp_process_to_sr()
309 if (match) in xe_rtp_process_to_sr()