Lines Matching defs:slot
4466 /* Find the VUE slot for this attribute. */
4467 int slot = vue_map->varying_to_slot[fs_attr];
4489 if (slot == -1 && fs_attr == VARYING_SLOT_COL0)
4490 slot = vue_map->varying_to_slot[VARYING_SLOT_BFC0];
4491 if (slot == -1 && fs_attr == VARYING_SLOT_COL1)
4492 slot = vue_map->varying_to_slot[VARYING_SLOT_BFC1];
4494 if (slot == -1) {
4515 * primitive ID will be stored in this slot. In every other case, the
4531 int source_attr = slot - 2 * urb_entry_read_offset;
4534 /* If we are doing two-sided color, and the VUE slot following this one
4539 ((vue_map->slot_to_varying[slot] == VARYING_SLOT_COL0 &&
4540 vue_map->slot_to_varying[slot+1] == VARYING_SLOT_BFC0) ||
4541 (vue_map->slot_to_varying[slot] == VARYING_SLOT_COL1 &&
4542 vue_map->slot_to_varying[slot+1] == VARYING_SLOT_BFC1));
4544 /* Update max_source_attr. If swizzling, the SF will read this slot + 1. */
5746 * This way, slot 0 is only used if slot 3 is also used.