Home | History | Annotate | Download | only in i965

Lines Matching refs:input_index

43    int attr = 0, input_index = 0;
84 dw10 |= (1 << input_index);
88 dw10 |= (1 << input_index);
94 dw11 |= (1 << input_index);
101 assert(input_index < 16 || attr == input_index);
104 attr_overrides[input_index++] =
126 for (; input_index < FRAG_ATTRIB_MAX; input_index++)
127 attr_overrides[input_index] = 0;