Home | History | Annotate | Download | only in draw

Lines Matching defs:plane_idx

967          unsigned plane_idx = ffs(ucp_enable)-1;
968 ucp_enable &= ~(1 << plane_idx);
969 plane_idx += 6;
974 i = plane_idx - 6;
983 temp = lp_build_const_int_vec(gallivm, i32_type, 1 << plane_idx);
989 indices[1] = lp_build_const_int32(gallivm, plane_idx);
1019 temp = lp_build_const_int_vec(gallivm, i32_type, 1 << plane_idx);