Home | History | Annotate | Download | only in tgsi

Lines Matching full:interpolate

107    declaration.Interpolate = 0;
124 unsigned interpolate,
137 assert( interpolate < TGSI_INTERPOLATE_COUNT );
142 declaration.Interpolate = interpolate;
208 di.Interpolate = TGSI_INTERPOLATE_CONSTANT;
217 tgsi_build_declaration_interp(unsigned interpolate,
225 di.Interpolate = interpolate;
412 full_decl->Declaration.Interpolate,
447 if (full_decl->Declaration.Interpolate) {
456 *di = tgsi_build_declaration_interp(full_decl->Interp.Interpolate,