Searched refs:IsCentroid (Results 1 – 4 of 4) sorted by relevance
95 fprog->IsCentroid |= bitfield; in mark()208 fprog->IsCentroid = 0; in do_set_program_inouts()
147 bool is_centroid = fprog->IsCentroid & BITFIELD64_BIT(attr); in brw_compute_barycentric_interp_modes()
542 is_centroid[slot] = (stfp->Base.IsCentroid & BITFIELD64_BIT(attr)) != 0; in st_translate_fragment_program()
2029 GLbitfield64 IsCentroid; member