| /xsrc/external/mit/glu/dist/src/libtess/ |
| H A D | geom.c | 179 #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 D | tgsi_two_side.c | 82 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 D | tgsi_build.c | 107 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 D | tgsi_emulate.c | 54 assert(decl->Declaration.Interpolate);
|
| H A D | tgsi_transform.h | 142 decl.Declaration.Interpolate = 1; 148 decl.Interp.Interpolate = interp; 163 decl.Declaration.Interpolate = 1; 169 decl.Interp.Interpolate = interp;
|
| H A D | tgsi_parse.c | 120 if (decl->Declaration.Interpolate) {
|
| H A D | tgsi_dump.c | 427 if (decl->Declaration.Interpolate) { 432 ENM( decl->Interp.Interpolate, tgsi_interpolate_names );
|
| H A D | tgsi_text.c | 1582 decl.Declaration.Interpolate = 1; 1583 decl.Interp.Interpolate = i;
|
| H A D | tgsi_scan.c | 647 info->input_interpolate[reg] = (ubyte)fulldecl->Interp.Interpolate;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_two_side.c | 82 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 D | tgsi_build.c | 107 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 D | tgsi_emulate.c | 54 assert(decl->Declaration.Interpolate);
|
| H A D | tgsi_transform.h | 142 decl.Declaration.Interpolate = 1; 148 decl.Interp.Interpolate = interp; 163 decl.Declaration.Interpolate = 1; 169 decl.Interp.Interpolate = interp;
|
| H A D | tgsi_parse.c | 120 if (decl->Declaration.Interpolate) {
|
| H A D | tgsi_dump.c | 427 if (decl->Declaration.Interpolate) { 432 ENM( decl->Interp.Interpolate, tgsi_interpolate_names );
|
| H A D | tgsi_text.c | 1582 decl.Declaration.Interpolate = 1; 1583 decl.Interp.Interpolate = i;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_pstipple.c | 293 decl.Declaration.Interpolate = 1; 294 decl.Interp.Interpolate = TGSI_INTERPOLATE_LINEAR;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_pstipple.c | 293 decl.Declaration.Interpolate = 1; 294 decl.Interp.Interpolate = TGSI_INTERPOLATE_LINEAR;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/ |
| H A D | p_shader_tokens.h | 136 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 D | r300_vs_draw.c | 97 decl.Declaration.Interpolate = 1; 102 decl.Interp.Interpolate = interp;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/ |
| H A D | p_shader_tokens.h | 131 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 D | r300_vs_draw.c | 97 decl.Declaration.Interpolate = 1; 102 decl.Interp.Interpolate = interp;
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 18.3.5.rst | 88 - radv: Interpolate less aggressively.
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/ |
| H A D | tgsi.rst | 260 .. 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 D | tgsi.rst | 263 .. 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
|