Home | History | Annotate | Download | only in i965

Lines Matching refs:brw_barycentric_mode

1017 enum brw_barycentric_mode
1018 brw_barycentric_mode(enum glsl_interp_mode mode, nir_intrinsic_op op)
1043 return (enum brw_barycentric_mode) bary;
1049 static enum brw_barycentric_mode
1050 centroid_to_pixel(enum brw_barycentric_mode bary)
1054 return (enum brw_barycentric_mode) ((unsigned) bary - 1);
5420 * same order that they appear in the brw_barycentric_mode
6196 * (see enum brw_barycentric_mode) is needed by the fragment shader.
6229 enum brw_barycentric_mode bary =
6230 brw_barycentric_mode(interp, bary_op);