Home
last modified time | relevance | path

Searched refs:IGT_DRAW_METHOD_COUNT (Results 1 – 4 of 4) sorted by relevance

/external/igt-gpu-tools/lib/
Digt_draw.h48 IGT_DRAW_METHOD_COUNT, enumerator
/external/igt-gpu-tools/tools/
Dintel_residency.c553 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()
/external/igt-gpu-tools/tests/
Dkms_draw_crc.c327 for (method = 0; method < IGT_DRAW_METHOD_COUNT; method++) {
Dkms_frontbuffer_tracking.c2027 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++) { \