Searched refs:flagsC (Results 1 – 3 of 3) sorted by relevance
/external/pffft/ |
D | test_pffastconv.c | 817 int i, k, M, flagsA, flagsB, flagsC, testOutLen, printDbg, printSpeed; 868 flagsC = flagsB | PFFASTCONV_CPLX_SINGLE_FFT; 892 flagsC = flagsB | ( k == 2 ? PFFASTCONV_CPLX_SINGLE_FFT : 0 ); 897 result |= test( 32, flagsC, testOutLen, printDbg, printSpeed); 898 result |= test( 32+ 16, flagsC, testOutLen, printDbg, printSpeed); 899 result |= test( 64, flagsC, testOutLen, printDbg, printSpeed); 900 result |= test( 64+ 32, flagsC, testOutLen, printDbg, printSpeed); 901 result |= test(128, flagsC, testOutLen, printDbg, printSpeed); 904 result |= test(128+ 64, flagsC, testOutLen, printDbg, printSpeed); 905 result |= test(256, flagsC, testOutLen, printDbg, printSpeed); [all …]
|
/external/OpenCL-CTS/test_conformance/buffers/ |
D | test_buffer_migrate.cpp | 111 cl_mem_migration_flags *flagsA, *flagsB, *flagsC; in test_buffer_migrate() local 134 flagsC = (cl_mem_migration_flags *)malloc(max_sub_devices * sizeof(cl_mem_migration_flags)); in test_buffer_migrate() 140 (flagsA == NULL) || (flagsB == NULL) || (flagsC == NULL) || in test_buffer_migrate() 258 … if (migrateMemObject(migrateC, queues, bufferC, num_devices_limited, flagsC, d) != CL_SUCCESS) { in test_buffer_migrate() 415 if (flagsC) free(flagsC); in test_buffer_migrate()
|
D | test_image_migrate.cpp | 128 cl_mem_migration_flags *flagsA, *flagsB, *flagsC; in test_image_migrate() local 162 flagsC = (cl_mem_migration_flags *)malloc(max_sub_devices * sizeof(cl_mem_migration_flags)); in test_image_migrate() 168 (flagsA == NULL) || (flagsB == NULL) || (flagsC == NULL) || in test_image_migrate() 302 … if (migrateMemObject(migrateC, queues, imageC, num_devices_limited, flagsC, d) != CL_SUCCESS) { in test_image_migrate() 477 if (flagsC) free(flagsC); in test_image_migrate()
|