Home
last modified time | relevance | path

Searched refs:Score (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_pair_schedule.c75 int Score; member
189 unsigned score = sinst->Score; in print_list()
233 while(temp && inst->Score <= temp->Score) { in add_inst_to_list_score()
278 sinst->Score = 0;
284 sinst->Score = 0;
291 sinst->Score += 100;
293 sinst->Score += r->Reader->NumDependencies;
313 sinst->Score |= NO_OUTPUT_SCORE; in score_no_output()
317 sinst->Score |= NO_OUTPUT_SCORE; in score_no_output()
329 sinst->Score = 0; in calc_score_r300()
[all …]
/external/skia/src/core/
DSkFontMgr.cpp212 struct Score { in matchStyleCSS3() struct
217 Score maxScore = { 0, 0 }; in matchStyleCSS3()
221 Score currentScore = { 0, i }; in matchStyleCSS3()