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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_text.c110 static boolean str_match_nocase_whole( const char **pcur, const char *str ) function in typeref:typename:boolean
134 if (str_match_nocase_whole(pcur, array[j]))
151 if (desc && str_match_nocase_whole(pcur, desc->name)) {
378 if (str_match_nocase_whole( &ctx->cur, "FRAG" ))
380 else if (str_match_nocase_whole( &ctx->cur, "VERT" ))
382 else if (str_match_nocase_whole( &ctx->cur, "GEOM" ))
384 else if (str_match_nocase_whole( &ctx->cur, "TESS_CTRL" ))
386 else if (str_match_nocase_whole( &ctx->cur, "TESS_EVAL" ))
388 else if (str_match_nocase_whole( &ctx->cur, "COMP" ))
431 if (str_match_nocase_whole(
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_text.c110 static boolean str_match_nocase_whole( const char **pcur, const char *str ) function in typeref:typename:boolean
134 if (str_match_nocase_whole(pcur, array[j]))
151 if (desc && str_match_nocase_whole(pcur, desc->name)) {
378 if (str_match_nocase_whole( &ctx->cur, "FRAG" ))
380 else if (str_match_nocase_whole( &ctx->cur, "VERT" ))
382 else if (str_match_nocase_whole( &ctx->cur, "GEOM" ))
384 else if (str_match_nocase_whole( &ctx->cur, "TESS_CTRL" ))
386 else if (str_match_nocase_whole( &ctx->cur, "TESS_EVAL" ))
388 else if (str_match_nocase_whole( &ctx->cur, "COMP" ))
431 if (str_match_nocase_whole(
[all...]

Completed in 4 milliseconds