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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_text.c89 static boolean str_match_no_case( const char **pcur, const char *str ) function in typeref:typename:boolean
114 if (str_match_no_case(&cur, str) &&
1016 if (str_match_no_case(&cur, mnemonic)) {
1018 if (str_match_no_case(&cur, "_SAT")) {
1023 if (str_match_no_case(&cur, "_PRECISE")) {
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_text.c89 static boolean str_match_no_case( const char **pcur, const char *str ) function in typeref:typename:boolean
114 if (str_match_no_case(&cur, str) &&
1016 if (str_match_no_case(&cur, mnemonic)) {
1018 if (str_match_no_case(&cur, "_SAT")) {
1023 if (str_match_no_case(&cur, "_PRECISE")) {

Completed in 6 milliseconds