Lines Matching defs:key
418 const struct brw_wm_prog_key *key)
429 const bool flat = key->flat_shade &&
448 if (key->persample_interp)
455 if (!key->multisample_fbo)
1418 const struct brw_base_prog_key *key,
1424 OPT(brw_nir_apply_sampler_key, compiler, &key->tex);
1434 if (key->limit_trig_input_range)
1599 const struct brw_tcs_prog_key *key)
1610 nir->info.inputs_read = key->outputs_written &
1612 nir->info.outputs_written = key->outputs_written;
1613 nir->info.tess.tcs_vertices_out = key->input_vertices;