Home
last modified time | relevance | path

Searched refs:str_match_nocase_whole (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_text.c110 static boolean str_match_nocase_whole( const char **pcur, const char *str ) in str_match_nocase_whole() function
134 if (str_match_nocase_whole(pcur, array[j])) in str_match_name_from_array()
151 if (str_match_nocase_whole(pcur, desc->name)) { in str_match_format()
378 if (str_match_nocase_whole( &ctx->cur, "FRAG" )) in parse_header()
380 else if (str_match_nocase_whole( &ctx->cur, "VERT" )) in parse_header()
382 else if (str_match_nocase_whole( &ctx->cur, "GEOM" )) in parse_header()
384 else if (str_match_nocase_whole( &ctx->cur, "TESS_CTRL" )) in parse_header()
386 else if (str_match_nocase_whole( &ctx->cur, "TESS_EVAL" )) in parse_header()
388 else if (str_match_nocase_whole( &ctx->cur, "COMP" )) in parse_header()
431 if (str_match_nocase_whole( in parse_file()
[all...]

Completed in 2 milliseconds