Searched refs:count_step (Results 1 – 3 of 3) sorted by relevance
/external/skqp/src/compute/hs/cuda/bench/ |
D | main.c | 263 uint32_t const count_step, in hs_bench() argument 345 for (uint32_t count=count_lo; count<=count_hi; count+=count_step) in hs_bench() 567 uint32_t const count_step = (argc <= 5) ? count_lo : strtoul(argv[5],NULL,0); in main() local 588 count_step, in main()
|
/external/skqp/src/compute/hs/cl/bench/ |
D | main.c | 310 uint32_t const count_step, in hs_bench() argument 381 for (uint32_t count=count_lo; count<=count_hi; count+=count_step) in hs_bench() 697 uint32_t const count_step = (argc <= 4) ? count_lo : strtoul(argv[4],NULL,0); in main() local 755 count_step, in main()
|
/external/skqp/src/compute/hs/vk/bench/ |
D | main.c | 537 uint32_t const count_step = (argc <= 6) ? count_lo : strtoul(argv[ 6],NULL,0); in main() local 910 for (uint32_t count=count_lo; count<=count_hi; count+=count_step) in main()
|