Lines Matching defs:half
74 * Determine the vue slot corresponding to the given half of the given register.
77 int half)
79 return (reg + c->urb_entry_read_offset) * 2 + half;
83 * Determine the varying corresponding to the given half of the given
84 * register. half=0 means the first half of a register, half=1 means the
85 * second half.
88 int half)
90 int vue_slot = vert_reg_to_vue_slot(c, reg, half);