Home
last modified time | relevance | path

Searched refs:TGSI_INTERPOLATE_COUNT (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_strings.c163 const char *tgsi_interpolate_names[TGSI_INTERPOLATE_COUNT] =
232 STATIC_ASSERT(ARRAY_SIZE(tgsi_interpolate_names) == TGSI_INTERPOLATE_COUNT); in tgsi_strings_check()
Dtgsi_strings.h51 extern const char *tgsi_interpolate_names[TGSI_INTERPOLATE_COUNT];
Dtgsi_text.c1605 for (i = 0; i < TGSI_INTERPOLATE_COUNT; i++) { in parse_declaration()
1614 if (i == TGSI_INTERPOLATE_COUNT) { in parse_declaration()
Dtgsi_build.c137 assert( interpolate < TGSI_INTERPOLATE_COUNT ); in tgsi_build_declaration()
/external/mesa3d/src/mesa/state_tracker/
Dst_program.c636 TGSI_INTERPOLATE_COUNT : TGSI_INTERPOLATE_COLOR; in st_translate_fragment_program()
642 TGSI_INTERPOLATE_COUNT : TGSI_INTERPOLATE_COLOR; in st_translate_fragment_program()
719 TGSI_INTERPOLATE_COUNT : TGSI_INTERPOLATE_PERSPECTIVE; in st_translate_fragment_program()
743 TGSI_INTERPOLATE_COUNT : TGSI_INTERPOLATE_PERSPECTIVE; in st_translate_fragment_program()
Dst_glsl_to_tgsi.cpp6078 interp_mode = interpMode[slot] != TGSI_INTERPOLATE_COUNT ? in st_translate_program()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h104 TGSI_INTERPOLATE_COUNT, enumerator