Lines Matching defs:comp
3567 int comp = BRW_PARAM_BUILTIN_CLIP_PLANE_COMP(sysval);
3568 value = fui(ice->state.clip_planes.ucp[plane][comp]);
3811 unsigned comp[4] = { VFCOMP_STORE_SRC, VFCOMP_STORE_SRC,
3843 case 0: comp[0] = VFCOMP_STORE_0; FALLTHROUGH;
3844 case 1: comp[1] = VFCOMP_STORE_0; FALLTHROUGH;
3845 case 2: comp[2] = VFCOMP_STORE_0; FALLTHROUGH;
3847 comp[3] = isl_format_has_int_channel(fmt.fmt) ? VFCOMP_STORE_1_INT
3859 ve.Component0Control = comp[0];
3860 ve.Component1Control = comp[1];
3861 ve.Component2Control = comp[2];
3862 ve.Component3Control = comp[3];