Searched refs:Interpolate (Results 1 - 25 of 40) sorted by relevance

12

/xsrc/external/mit/glu/dist/src/libtess/
H A Dgeom.c179 #define Interpolate(a,x,b,y) RealInterpolate(a,x,b,y) macro
188 GLdouble Interpolate( GLdouble a, GLdouble x, GLdouble b, GLdouble y) function in typeref:typename:GLdouble
229 /* Interpolate between o2 and d1 */
233 v->s = Interpolate( z1, o2->s, z2, d1->s );
235 /* Interpolate between o2 and d2 */
239 v->s = Interpolate( z1, o2->s, z2, d2->s );
252 /* Interpolate between o2 and d1 */
256 v->t = Interpolate( z1, o2->t, z2, d1->t );
258 /* Interpolate between o2 and d2 */
262 v->t = Interpolate( z
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_two_side.c82 ts->front_color_interp[decl->Semantic.Index] = decl->Interp.Interpolate;
111 decl.Declaration.Interpolate = 1;
116 decl.Interp.Interpolate = ts->front_color_interp[i];
H A Dtgsi_build.c107 declaration.Interpolate = 0;
142 declaration.Interpolate = interpolate;
218 di.Interpolate = TGSI_INTERPOLATE_CONSTANT;
235 di.Interpolate = interpolate;
423 full_decl->Declaration.Interpolate,
458 if (full_decl->Declaration.Interpolate) {
467 *di = tgsi_build_declaration_interp(full_decl->Interp.Interpolate,
H A Dtgsi_emulate.c54 assert(decl->Declaration.Interpolate);
H A Dtgsi_transform.h142 decl.Declaration.Interpolate = 1;
148 decl.Interp.Interpolate = interp;
163 decl.Declaration.Interpolate = 1;
169 decl.Interp.Interpolate = interp;
H A Dtgsi_parse.c120 if (decl->Declaration.Interpolate) {
H A Dtgsi_dump.c427 if (decl->Declaration.Interpolate) {
432 ENM( decl->Interp.Interpolate, tgsi_interpolate_names );
H A Dtgsi_text.c1582 decl.Declaration.Interpolate = 1;
1583 decl.Interp.Interpolate = i;
H A Dtgsi_scan.c647 info->input_interpolate[reg] = (ubyte)fulldecl->Interp.Interpolate;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_two_side.c82 ts->front_color_interp[decl->Semantic.Index] = decl->Interp.Interpolate;
111 decl.Declaration.Interpolate = 1;
116 decl.Interp.Interpolate = ts->front_color_interp[i];
H A Dtgsi_build.c107 declaration.Interpolate = 0;
142 declaration.Interpolate = interpolate;
219 di.Interpolate = TGSI_INTERPOLATE_CONSTANT;
234 di.Interpolate = interpolate;
421 full_decl->Declaration.Interpolate,
456 if (full_decl->Declaration.Interpolate) {
465 *di = tgsi_build_declaration_interp(full_decl->Interp.Interpolate,
H A Dtgsi_emulate.c54 assert(decl->Declaration.Interpolate);
H A Dtgsi_transform.h142 decl.Declaration.Interpolate = 1;
148 decl.Interp.Interpolate = interp;
163 decl.Declaration.Interpolate = 1;
169 decl.Interp.Interpolate = interp;
H A Dtgsi_parse.c120 if (decl->Declaration.Interpolate) {
H A Dtgsi_dump.c427 if (decl->Declaration.Interpolate) {
432 ENM( decl->Interp.Interpolate, tgsi_interpolate_names );
H A Dtgsi_text.c1582 decl.Declaration.Interpolate = 1;
1583 decl.Interp.Interpolate = i;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_pstipple.c293 decl.Declaration.Interpolate = 1;
294 decl.Interp.Interpolate = TGSI_INTERPOLATE_LINEAR;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_pstipple.c293 decl.Declaration.Interpolate = 1;
294 decl.Interp.Interpolate = TGSI_INTERPOLATE_LINEAR;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h136 unsigned Interpolate : 1; /**< any interpolation info? */ member in struct:tgsi_declaration
159 unsigned Interpolate : 4; /**< one of TGSI_INTERPOLATE_x */ member in struct:tgsi_declaration_interp
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_vs_draw.c97 decl.Declaration.Interpolate = 1;
102 decl.Interp.Interpolate = interp;
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h131 unsigned Interpolate : 1; /**< any interpolation info? */ member in struct:tgsi_declaration
154 unsigned Interpolate : 4; /**< one of TGSI_INTERPOLATE_x */ member in struct:tgsi_declaration_interp
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_vs_draw.c97 decl.Declaration.Interpolate = 1;
102 decl.Interp.Interpolate = interp;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D18.3.5.rst88 - radv: Interpolate less aggressively.
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dtgsi.rst260 .. opcode:: LRP - Linear Interpolate
1748 .. opcode:: INTERP_CENTROID - Interpolate at the centroid
1752 .. opcode:: INTERP_SAMPLE - Interpolate at the specified sample
1757 .. opcode:: INTERP_OFFSET - Interpolate at the specified offset
2979 If Interpolate flag is set to 1, a Declaration Interpolate token follows.
3468 Declaration Interpolate
3473 The Interpolate field specifes the way input is being interpolated by
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dtgsi.rst263 .. opcode:: LRP - Linear Interpolate
1782 .. opcode:: INTERP_CENTROID - Interpolate at the centroid
1786 .. opcode:: INTERP_SAMPLE - Interpolate at the specified sample
1791 .. opcode:: INTERP_OFFSET - Interpolate at the specified offset
3043 If Interpolate flag is set to 1, a Declaration Interpolate token follows.
3551 Declaration Interpolate
3556 The Interpolate field specifes the way input is being interpolated by

Completed in 37 milliseconds

12