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

/xsrc/external/mit/libdrm/dist/tests/amdgpu/
H A Damdgpu_test.c720 int suite_id = -1; /* By default run everything */ local in function:main
853 suite_id = atoi(optarg);
907 if (suite_id != -1) { /* If user specify particular suite? */
908 pSuite = CU_get_suite_by_index((unsigned int) suite_id,
937 suite_id);

Completed in 4 milliseconds