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

/xsrc/external/mit/pixman/dist/test/
H A Dfetch-test.c23 static testcase_t testcases[] = variable in typeref:typename:testcase_t[]
106 int n_test_cases = ARRAY_LENGTH (testcases);
160 src_img = pixman_image_create_bits (testcases[i].format,
161 testcases[i].width,
162 testcases[i].height,
163 testcases[i].src,
164 testcases[i].stride);
165 pixman_image_set_indexed(src_img, testcases[i].indexed);
168 testcases[i].width,
169 testcases[
[all...]
/xsrc/external/mit/MesaLib/dist/src/freedreno/fdl/
H A Dfd5_layout_test.c36 static const struct testcase testcases[] = { variable in typeref:typename:const struct testcase[]
109 for (int i = 0; i < ARRAY_SIZE(testcases); i++) {
110 if (!fdl_test_layout(&testcases[i], 540))
H A Dfd6_layout_test.c33 testcases[] = variable in typeref:typename:const struct testcase[]
693 for (int i = 0; i < ARRAY_SIZE(testcases); i++) {
694 if (!fdl_test_layout(&testcases[i], 630))
/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_surface_meta_address_test.c691 for (unsigned i = 0; i < ARRAY_SIZE(testcases); ++i) {
692 struct radeon_info info = get_radeon_info(&testcases[i]);
694 run_dcc_address_test(testcases[i].name, &info, full);
698 for (unsigned i = 0; i < ARRAY_SIZE(testcases); ++i) {
699 struct radeon_info info = get_radeon_info(&testcases[i]);
705 run_htile_address_test(testcases[i].name, &info, full);
709 for (unsigned i = 0; i < ARRAY_SIZE(testcases); ++i) {
710 struct radeon_info info = get_radeon_info(&testcases[i]);
712 run_cmask_address_test(testcases[i].name, &info, full);
H A Dac_surface_test_common.h169 static struct testcase testcases[] = { variable in typeref:struct:testcase[]
H A Dac_surface_modifier_test.c402 for (unsigned i = 0; i < ARRAY_SIZE(testcases); ++i) {
403 struct radeon_info info = get_radeon_info(&testcases[i]);
405 run_modifier_test(&test_entries, testcases[i].name, &info);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.2.0.rst1714 - freedreno/fdl: Separate the list of a6xx testcases from the the test code.
1725 - freedreno: Add more resinfo/ldgb testcases.

Completed in 11 milliseconds