Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_strings.c173 const char *tgsi_interpolate_names[TGSI_INTERPOLATE_COUNT] =
244 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.c1580 for (i = 0; i < TGSI_INTERPOLATE_COUNT; i++) { in parse_declaration()
1589 if (i == TGSI_INTERPOLATE_COUNT) { in parse_declaration()
Dtgsi_build.c137 assert( interpolate < TGSI_INTERPOLATE_COUNT ); in tgsi_build_declaration()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_strings.c163 const char *tgsi_interpolate_names[TGSI_INTERPOLATE_COUNT] =
233 STATIC_ASSERT(Elements(tgsi_interpolate_names) == TGSI_INTERPOLATE_COUNT); in tgsi_strings_check()
Dtgsi_strings.h51 extern const char *tgsi_interpolate_names[TGSI_INTERPOLATE_COUNT];
Dtgsi_build.c137 assert( interpolate < TGSI_INTERPOLATE_COUNT ); in tgsi_build_declaration()
Dtgsi_text.c1555 for (i = 0; i < TGSI_INTERPOLATE_COUNT; i++) { in parse_declaration()
/external/mesa3d/src/mesa/state_tracker/
Dst_program.c716 TGSI_INTERPOLATE_COUNT : TGSI_INTERPOLATE_COLOR; in st_translate_fragment_program()
722 TGSI_INTERPOLATE_COUNT : TGSI_INTERPOLATE_COLOR; in st_translate_fragment_program()
799 TGSI_INTERPOLATE_COUNT : TGSI_INTERPOLATE_PERSPECTIVE; in st_translate_fragment_program()
823 TGSI_INTERPOLATE_COUNT : TGSI_INTERPOLATE_PERSPECTIVE; in st_translate_fragment_program()
Dst_glsl_to_tgsi.cpp6310 interp_mode = interpMode[slot] != TGSI_INTERPOLATE_COUNT ? in st_translate_program()
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h108 #define TGSI_INTERPOLATE_COUNT 4 macro
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h105 TGSI_INTERPOLATE_COUNT, enumerator