Home
last modified time | relevance | path

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

/external/igt-gpu-tools/tests/i915/
Dgem_tiled_wc.c164 uint32_t expected_val, found_val; variable
204 found_val = linear[(j - first_page)/ 4];
205 igt_assert_f(expected_val == found_val,
208 i, found_val, expected_val, j,
Dgem_tiled_wb.c190 uint32_t expected_val, found_val; variable
227 found_val = linear[j / 4];
228 igt_assert_f(expected_val == found_val,
231 i, found_val, expected_val, j + first_page,