Searched refs:n_crcs (Results 1 – 4 of 4) sorted by relevance
/external/igt-gpu-tools/tests/ |
D | kms_pipe_crc_basic.c | 83 int n_crcs; in test_read_crc() local 112 n_crcs = igt_pipe_crc_get_crcs(pipe_crc, N_CRCS+1, &crcs); in test_read_crc() 117 igt_assert_lte(N_CRCS, n_crcs); in test_read_crc() 124 n_crcs = igt_pipe_crc_get_crcs(pipe_crc, N_CRCS, &crcs); in test_read_crc() 129 igt_assert_eq(n_crcs, N_CRCS); in test_read_crc() 144 for (j = 0; j < (n_crcs - 1); j++) in test_read_crc() 148 for (j = 0; j < (n_crcs - 1); j++) in test_read_crc()
|
/external/igt-gpu-tools/tools/ |
D | intel_display_crc.c | 39 int n_crcs; member 72 for (i = 0; i < ctx->n_crcs; i++) { in print_crcs() 90 ctx.n_crcs = 1; in main() 102 ctx.n_crcs = atoi(optarg); in main()
|
/external/igt-gpu-tools/lib/ |
D | igt_debugfs.h | 102 int igt_pipe_crc_get_crcs(igt_pipe_crc_t *pipe_crc, int n_crcs,
|
D | igt_debugfs.c | 856 igt_pipe_crc_get_crcs(igt_pipe_crc_t *pipe_crc, int n_crcs, in igt_pipe_crc_get_crcs() argument 862 crcs = calloc(n_crcs, sizeof(igt_crc_t)); in igt_pipe_crc_get_crcs() 876 } while (n < n_crcs); in igt_pipe_crc_get_crcs()
|