Searched refs:interpMode (Results 1 – 9 of 9) sorted by relevance
651 ubyte interpMode[PIPE_MAX_SHADER_INPUTS]; /* XXX size? */ in st_translate_fragment_program() local710 interpMode[slot] = TGSI_INTERPOLATE_LINEAR; in st_translate_fragment_program()715 interpMode[slot] = stfp->glsl_to_tgsi ? in st_translate_fragment_program()721 interpMode[slot] = stfp->glsl_to_tgsi ? in st_translate_fragment_program()727 interpMode[slot] = TGSI_INTERPOLATE_PERSPECTIVE; in st_translate_fragment_program()732 interpMode[slot] = TGSI_INTERPOLATE_CONSTANT; in st_translate_fragment_program()737 interpMode[slot] = TGSI_INTERPOLATE_CONSTANT; in st_translate_fragment_program()742 interpMode[slot] = TGSI_INTERPOLATE_CONSTANT; in st_translate_fragment_program()747 interpMode[slot] = TGSI_INTERPOLATE_CONSTANT; in st_translate_fragment_program()752 interpMode[slot] = TGSI_INTERPOLATE_PERSPECTIVE; in st_translate_fragment_program()[all …]
60 const ubyte interpMode[],
49 const ubyte interpMode[],
837 const ubyte interpMode[], in st_translate_mesa_program() argument868 interpMode[i]); in st_translate_mesa_program()
430 const ubyte interpMode[], in st_translate_atifs_program() argument456 interpMode[i]); in st_translate_atifs_program()
6239 const ubyte interpMode[], in st_translate_program() argument6309 assert(interpMode); in st_translate_program()6310 interp_mode = interpMode[slot] != TGSI_INTERPOLATE_COUNT ? in st_translate_program()6311 interpMode[slot] : in st_translate_program()
1081 const unsigned interpMode = swr_fs->info.base.input_interpolate[attrib]; in CompileFS() local1106 if (interpMode == TGSI_INTERPOLATE_PERSPECTIVE || in CompileFS()1107 interpMode == TGSI_INTERPOLATE_COLOR) { in CompileFS()1182 if (interpMode == TGSI_INTERPOLATE_CONSTANT) { in CompileFS()1184 } else if (interpMode == TGSI_INTERPOLATE_COLOR) { in CompileFS()1202 if (interpMode == TGSI_INTERPOLATE_CONSTANT) { in CompileFS()1204 } else if (interpMode == TGSI_INTERPOLATE_COLOR) { in CompileFS()1236 if (interpMode == TGSI_INTERPOLATE_CONSTANT) { in CompileFS()1247 if (interpMode == TGSI_INTERPOLATE_PERSPECTIVE || in CompileFS()1248 interpMode == TGSI_INTERPOLATE_COLOR) in CompileFS()
2060 unsigned interpMode) in emit_input_declaration() argument2082 assert(interpMode == VGPU10_INTERPOLATION_UNDEFINED || in emit_input_declaration()2083 interpMode == VGPU10_INTERPOLATION_CONSTANT || in emit_input_declaration()2084 interpMode == VGPU10_INTERPOLATION_LINEAR || in emit_input_declaration()2085 interpMode == VGPU10_INTERPOLATION_LINEAR_CENTROID || in emit_input_declaration()2086 interpMode == VGPU10_INTERPOLATION_LINEAR_NOPERSPECTIVE || in emit_input_declaration()2087 interpMode == VGPU10_INTERPOLATION_LINEAR_NOPERSPECTIVE_CENTROID); in emit_input_declaration()2094 opcode0.interpolationMode = interpMode; in emit_input_declaration()