Searched refs:tgsi_interpolate_names (Results 1 – 10 of 10) sorted by relevance
173 const char *tgsi_interpolate_names[TGSI_INTERPOLATE_COUNT] = variable244 STATIC_ASSERT(ARRAY_SIZE(tgsi_interpolate_names) == TGSI_INTERPOLATE_COUNT); in tgsi_strings_check()
51 extern const char *tgsi_interpolate_names[TGSI_INTERPOLATE_COUNT];
432 ENM( decl->Interp.Interpolate, tgsi_interpolate_names ); in iter_declaration()
1581 if (str_match_nocase_whole( &cur, tgsi_interpolate_names[i] )) { in parse_declaration()
163 const char *tgsi_interpolate_names[TGSI_INTERPOLATE_COUNT] = variable233 STATIC_ASSERT(Elements(tgsi_interpolate_names) == TGSI_INTERPOLATE_COUNT); in tgsi_strings_check()
401 ENM( decl->Interp.Interpolate, tgsi_interpolate_names ); in iter_declaration()
1556 if (str_match_nocase_whole( &cur, tgsi_interpolate_names[i] )) { in parse_declaration()
114 tgsi_interpolate_names[inshader_info->input_interpolate[i]]); in svga_link_shaders()
528 tgsi_interpolate_names[input_interpolate]); in util_make_fragment_passthrough_shader()