Lines Matching defs:index
41 plane->state->zpos = p->index;
42 plane->state->normalized_zpos = p->index;
235 tegra->planes |= WIN_A_ACT_REQ << plane->index;
486 unsigned int index = 0, i;
491 if (i == plane->index)
494 if (i == other->index)
497 index++;
500 return index;
512 unsigned index;
518 index = tegra_plane_get_overlap_index(tegra, p);
521 state->blending[index].alpha = true;
523 state->blending[index].alpha = false;
526 state->blending[index].top = true;
528 state->blending[index].top = false;
537 state->blending[index].top = (index == 1);