Lines Matching defs:key
32 struct brw_sf_prog_key key;
122 return (c->key.attrs & BITFIELD64_BIT(attr)) ? 1 : 0;
147 GLuint backface_conditional = c->key.frontface_ccw ? BRW_CONDITIONAL_G : BRW_CONDITIONAL_L;
151 if (c->key.primitive == BRW_SF_PRIM_UNFILLED_TRIS)
193 if (c->key.interp_mode[i] == INTERP_MODE_FLAT) {
207 if (c->key.interp_mode[i] == INTERP_MODE_FLAT)
227 if (c->key.primitive == BRW_SF_PRIM_UNFILLED_TRIS)
259 if (c->key.primitive == BRW_SF_PRIM_UNFILLED_TRIS)
373 interp = c->key.interp_mode[vert_reg_to_vue_slot(c, reg, 0)];
385 interp = c->key.interp_mode[vert_reg_to_vue_slot(c, reg, 1)];
407 if (c->key.point_sprite_coord_replace & (1 << (varying1 - VARYING_SLOT_TEX0)))
415 if (c->key.point_sprite_coord_replace & (1 << (varying2 -
456 if (c->key.do_twoside_color)
459 if (c->key.contains_flat_varying)
545 if (c->key.contains_flat_varying)
650 if (c->key.sprite_origin_lower_left) {
658 if (c->key.sprite_origin_lower_left) {
806 const struct brw_sf_prog_key *key,
818 c.key = *key;
820 if (c.key.do_point_coord) {
839 switch (key->primitive) {
850 if (key->do_point_sprite)