Searched refs:test_unique_surfaces (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/common/libva/test/basic/ |
D | test_07.c | 36 void test_unique_surfaces(VASurfaceID *surface_list1, int surface_count1, VASurfaceID *surface_list… in test_unique_surfaces() function 83 test_unique_surfaces(surfaces_1, 1, surfaces_4, 4); in test() 84 test_unique_surfaces(surfaces_4, 4, surfaces_16, 4); in test() 85 test_unique_surfaces(surfaces_4, 4, surfaces_16, 16); in test() 86 test_unique_surfaces(surfaces_4, 1, surfaces_16, 16); in test() 87 test_unique_surfaces(surfaces_1, 16, surfaces_16, 16); in test() 99 test_unique_surfaces(surfaces_1, 1, surfaces_6, 6); in test() 100 test_unique_surfaces(surfaces_6, 6, surfaces_16, 16); in test() 101 test_unique_surfaces(surfaces_1, 6, surfaces_16, 6); in test()
|
D | test_08.c | 36 void test_unique_surfaces(VASurfaceID *surface_list, int surface_count) in test_unique_surfaces() function 82 test_unique_surfaces(surfaces, NUM_SIZES); in test()
|