HomeSort by: relevance | last modified time | path
    Searched refs:Interpolate (Results 1 - 25 of 35) sorted by relevancy

1 2

  /xsrc/external/mit/glu/dist/src/libtess/
geom.c 179 #define Interpolate(a,x,b,y) RealInterpolate(a,x,b,y)
188 GLdouble Interpolate( GLdouble a, GLdouble x, GLdouble b, GLdouble y)
217 * and interpolate the intersection s-value from these. Then repeat
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 *
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
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];
tgsi_build.c 107 declaration.Interpolate = 0;
124 unsigned interpolate,
137 assert( interpolate < TGSI_INTERPOLATE_COUNT );
142 declaration.Interpolate = interpolate;
219 di.Interpolate = TGSI_INTERPOLATE_CONSTANT;
227 tgsi_build_declaration_interp(unsigned interpolate,
234 di.Interpolate = interpolate;
421 full_decl->Declaration.Interpolate,
    [all...]
tgsi_emulate.c 54 assert(decl->Declaration.Interpolate);
tgsi_transform.h 142 decl.Declaration.Interpolate = 1;
148 decl.Interp.Interpolate = interp;
163 decl.Declaration.Interpolate = 1;
169 decl.Interp.Interpolate = interp;
tgsi_parse.c 120 if (decl->Declaration.Interpolate) {
tgsi_dump.c 427 if (decl->Declaration.Interpolate) {
432 ENM( decl->Interp.Interpolate, tgsi_interpolate_names );
tgsi_text.c 1582 decl.Declaration.Interpolate = 1;
1583 decl.Interp.Interpolate = i;
1617 report_error( ctx, "Expected semantic, interpolate attribute, or invariant ");
tgsi_scan.c 669 info->input_interpolate[reg] = (ubyte)fulldecl->Interp.Interpolate;
tgsi_lowering.c 262 /* LRP - Linear Interpolate
1188 decl.Declaration.Interpolate = true;
1189 decl.Interp.Interpolate = info->input_interpolate[in_idx];
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
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];
tgsi_build.c 107 declaration.Interpolate = 0;
124 unsigned interpolate,
137 assert( interpolate < TGSI_INTERPOLATE_COUNT );
142 declaration.Interpolate = interpolate;
218 di.Interpolate = TGSI_INTERPOLATE_CONSTANT;
227 tgsi_build_declaration_interp(unsigned interpolate,
235 di.Interpolate = interpolate;
423 full_decl->Declaration.Interpolate,
    [all...]
tgsi_emulate.c 54 assert(decl->Declaration.Interpolate);
tgsi_transform.h 142 decl.Declaration.Interpolate = 1;
148 decl.Interp.Interpolate = interp;
163 decl.Declaration.Interpolate = 1;
169 decl.Interp.Interpolate = interp;
tgsi_parse.c 120 if (decl->Declaration.Interpolate) {
tgsi_dump.c 427 if (decl->Declaration.Interpolate) {
432 ENM( decl->Interp.Interpolate, tgsi_interpolate_names );
tgsi_text.c 1582 decl.Declaration.Interpolate = 1;
1583 decl.Interp.Interpolate = i;
1617 report_error( ctx, "Expected semantic, interpolate attribute, or invariant ");
tgsi_scan.c 647 info->input_interpolate[reg] = (ubyte)fulldecl->Interp.Interpolate;
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
u_pstipple.c 293 decl.Declaration.Interpolate = 1;
294 decl.Interp.Interpolate = TGSI_INTERPOLATE_LINEAR;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
u_pstipple.c 293 decl.Declaration.Interpolate = 1;
294 decl.Interp.Interpolate = TGSI_INTERPOLATE_LINEAR;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
r300_vs_draw.c 97 decl.Declaration.Interpolate = 1;
102 decl.Interp.Interpolate = interp;
  /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
p_shader_tokens.h 131 unsigned Interpolate : 1; /**< any interpolation info? */
154 unsigned Interpolate : 4; /**< one of TGSI_INTERPOLATE_x */
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
r300_vs_draw.c 97 decl.Declaration.Interpolate = 1;
102 decl.Interp.Interpolate = interp;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
p_shader_tokens.h 136 unsigned Interpolate : 1; /**< any interpolation info? */
159 unsigned Interpolate : 4; /**< one of TGSI_INTERPOLATE_x */
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
tgsi_to_nir.c 361 ttn_translate_interp_mode(decl->Interp.Interpolate);
385 ttn_translate_interp_mode(decl->Interp.Interpolate);

Completed in 20 milliseconds

1 2