Lines Matching defs:key
54 key_debug(c, log, name, old_key->field, key->field)
56 key_debug_float(c, log, name, old_key->field, key->field)
61 const struct brw_sampler_prog_key_data *key)
92 const struct brw_base_prog_key *key)
94 return debug_sampler_recompile(c, log, &old_key->tex, &key->tex);
100 const struct brw_vs_prog_key *key)
102 bool found = debug_base_recompile(c, log, &old_key->base, &key->base);
121 const struct brw_tcs_prog_key *key)
123 bool found = debug_base_recompile(c, log, &old_key->base, &key->base);
139 const struct brw_tes_prog_key *key)
141 bool found = debug_base_recompile(c, log, &old_key->base, &key->base);
154 const struct brw_gs_prog_key *key)
156 bool found = debug_base_recompile(c, log, &old_key->base, &key->base);
166 const struct brw_wm_prog_key *key)
190 found |= debug_base_recompile(c, log, &old_key->base, &key->base);
200 const struct brw_cs_prog_key *key)
202 bool found = debug_base_recompile(c, log, &old_key->base, &key->base);
213 const struct brw_base_prog_key *key)
223 (const struct brw_vs_prog_key *)key);
227 (const struct brw_tcs_prog_key *)key);
231 (const struct brw_tes_prog_key *)key);
235 (const struct brw_gs_prog_key *)key);
239 (const struct brw_wm_prog_key *)key);
243 (const struct brw_cs_prog_key *)key);