Searched refs:IGT_DRAW_METHOD_COUNT (Results 1 – 4 of 4) sorted by relevance
48 IGT_DRAW_METHOD_COUNT, enumerator
553 for (method = 0; method < IGT_DRAW_METHOD_COUNT; method++) { in draw_test()596 for (method = 0; method < IGT_DRAW_METHOD_COUNT; method++) { in draw_and_flip_test()
327 for (method = 0; method < IGT_DRAW_METHOD_COUNT; method++) {
2027 for (m1 = 0; m1 < IGT_DRAW_METHOD_COUNT; m1++) { in multidraw_subtest()2028 for (m2 = m1 + 1; m2 < IGT_DRAW_METHOD_COUNT; m2++) { in multidraw_subtest()3024 for (r = 0, method = 0; method < IGT_DRAW_METHOD_COUNT; method++, r++) { in basic_subtest()3239 for (t.method = 0; t.method < IGT_DRAW_METHOD_COUNT; t.method++) { \