Searched refs:test_input_global_expect (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/tests/trivial/ |
D | compute.c | 633 static void test_input_global_expect(void *p, int s, int x, int y) in test_input_global_expect() function 672 check_tex(ctx, 0, test_input_global_expect, NULL); in test_input_global() 673 check_tex(ctx, 1, test_input_global_expect, NULL); in test_input_global() 674 check_tex(ctx, 2, test_input_global_expect, NULL); in test_input_global() 675 check_tex(ctx, 3, test_input_global_expect, NULL); in test_input_global()
|