Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_strings.c126 const char *tgsi_interpolate_names[TGSI_INTERPOLATE_COUNT] =
180 STATIC_ASSERT(Elements(tgsi_interpolate_names) == TGSI_INTERPOLATE_COUNT); in tgsi_strings_check()
Dtgsi_strings.h53 extern const char *tgsi_interpolate_names[TGSI_INTERPOLATE_COUNT];
Dtgsi_text.c1302 for (i = 0; i < TGSI_INTERPOLATE_COUNT; i++) { in parse_declaration()
1311 if (i == TGSI_INTERPOLATE_COUNT) { in parse_declaration()
Dtgsi_build.c131 assert( interpolate < TGSI_INTERPOLATE_COUNT ); in tgsi_build_declaration()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h106 #define TGSI_INTERPOLATE_COUNT 4 macro