Home
last modified time | relevance | path

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

/external/igt-gpu-tools/tools/
Dintel_l3_parity.c64 #define MAX_SLICES (intel_gt(devid) > 1 ? 2 : 1) macro
81 (__i) < ((which_slice == -1) ? MAX_SLICES : (which_slice + 1)); \
256 printf("Number of slices: %d\n", MAX_SLICES); in main()
279 if (which_slice >= MAX_SLICES) in main()
/external/sg3_utils/testing/
Dsg_mrq_dd.cpp143 #define MAX_SLICES 16 /* number of IFILE,OFILE pairs */ macro
241 typedef array<cp_ver_pair_t, MAX_SLICES> cp_ver_arr_t;
4261 if (num_ifiles > MAX_SLICES) { in main()
4263 MAX_SLICES, num_ifiles); in main()
4266 if (num_ofiles > MAX_SLICES) { in main()
4268 MAX_SLICES, num_ifiles); in main()