Searched refs:str_match_nocase_whole (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_text.c | 110 static boolean str_match_nocase_whole( const char **pcur, const char *str ) in str_match_nocase_whole() function 275 if (str_match_nocase_whole( &ctx->cur, "FRAG" )) in parse_header() 277 else if (str_match_nocase_whole( &ctx->cur, "VERT" )) in parse_header() 279 else if (str_match_nocase_whole( &ctx->cur, "GEOM" )) in parse_header() 281 else if (str_match_nocase_whole( &ctx->cur, "COMP" )) in parse_header() 324 if (str_match_nocase_whole( &cur, tgsi_file_names[i] )) { in parse_file() 837 if (str_match_nocase_whole(&cur, info->mnemonic)) { in match_inst() 845 if (str_match_nocase_whole(&cur, "_SAT")) { in match_inst() 851 if (str_match_nocase_whole(&cur, "_SATNV")) { in match_inst() 968 if (str_match_nocase_whole( &ctx->cur, tgsi_texture_names[j] )) { in parse_instruction() [all …]
|