Searched refs:interpMode (Results 1 - 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
H A Dst_mesa_to_tgsi.h57 const GLuint interpMode[],
H A Dst_glsl_to_tgsi.h47 const GLuint interpMode[],
H A Dst_program.c479 GLuint interpMode[PIPE_MAX_SHADER_INPUTS]; /* XXX size? */ local
548 interpMode[slot] = TGSI_INTERPOLATE_LINEAR;
553 interpMode[slot] = st_translate_interp(stfp->Base.InterpQualifier[attr],
559 interpMode[slot] = st_translate_interp(stfp->Base.InterpQualifier[attr],
565 interpMode[slot] = TGSI_INTERPOLATE_PERSPECTIVE;
570 interpMode[slot] = TGSI_INTERPOLATE_CONSTANT;
575 interpMode[slot] = TGSI_INTERPOLATE_PERSPECTIVE;
580 interpMode[slot] = TGSI_INTERPOLATE_PERSPECTIVE;
615 interpMode[slot] = TGSI_INTERPOLATE_LINEAR;
617 interpMode[slo
[all...]
H A Dst_mesa_to_tgsi.c1003 * \param interpMode the TGSI_INTERPOLATE_LINEAR/PERSP mode for each input
1023 const GLuint interpMode[],
1057 interpMode[i],
1064 interpMode[i]);
1014 st_translate_mesa_program( struct gl_context *ctx, uint procType, struct ureg_program *ureg, const struct gl_program *program, GLuint numInputs, const GLuint inputMapping[], const ubyte inputSemanticName[], const ubyte inputSemanticIndex[], const GLuint interpMode[], GLuint numOutputs, const GLuint outputMapping[], const ubyte outputSemanticName[], const ubyte outputSemanticIndex[], boolean passthrough_edgeflags, boolean clamp_color) argument
H A Dst_glsl_to_tgsi.cpp4504 * \param interpMode the TGSI_INTERPOLATE_LINEAR/PERSP mode for each input
4525 const GLuint interpMode[],
4571 interpMode[i], 0,
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_sm4.cpp56 uint8_t interpMode[PIPE_MAX_SHADER_INPUTS]; member in class:__anon12088::Converter
881 interpMode[idx] = cvtInterpMode(ipa_mode);
882 setVaryingInterpMode(&info.in[idx], interpMode[idx]);
1228 insn->setInterpolate(interpMode[idx]);
2205 memset(interpMode, 0, sizeof(interpMode));

Completed in 475 milliseconds