Lines Matching defs:slot
4108 /* The compiler computes the first URB slot without considering COL/BFC
4159 * We find the last URB slot that's actually read by the FS.
4192 int slot = vue_map->varying_to_slot[fs_attr];
4221 if (slot == -1 && fs_attr == VARYING_SLOT_COL0)
4222 slot = vue_map->varying_to_slot[VARYING_SLOT_BFC0];
4223 if (slot == -1 && fs_attr == VARYING_SLOT_COL1)
4224 slot = vue_map->varying_to_slot[VARYING_SLOT_BFC1];
4227 if (slot == -1) {
4239 const int source_attr = slot - 2 * urb_read_offset;
4243 /* If we are doing two-sided color, and the VUE slot following this one
4248 ((vue_map->slot_to_varying[slot] == VARYING_SLOT_COL0 &&
4249 vue_map->slot_to_varying[slot+1] == VARYING_SLOT_BFC0) ||
4250 (vue_map->slot_to_varying[slot] == VARYING_SLOT_COL1 &&
4251 vue_map->slot_to_varying[slot+1] == VARYING_SLOT_BFC1)))
5692 * This way, slot 0 is only used if slot 3 is also used.
6631 * slot slot changes [48:32] address bits from the previous time.