Lines Matching defs:comp
3480 int comp = BRW_PARAM_BUILTIN_CLIP_PLANE_COMP(sysval);
3481 value = fui(ice->state.clip_planes.ucp[plane][comp]);
3727 unsigned comp[4] = { VFCOMP_STORE_SRC, VFCOMP_STORE_SRC,
3731 case 0: comp[0] = VFCOMP_STORE_0; FALLTHROUGH;
3732 case 1: comp[1] = VFCOMP_STORE_0; FALLTHROUGH;
3733 case 2: comp[2] = VFCOMP_STORE_0; FALLTHROUGH;
3735 comp[3] = isl_format_has_int_channel(fmt.fmt) ? VFCOMP_STORE_1_INT
3745 ve.Component0Control = comp[0];
3746 ve.Component1Control = comp[1];
3747 ve.Component2Control = comp[2];
3748 ve.Component3Control = comp[3];