Searched refs:random_h (Results 1 – 2 of 2) sorted by relevance
/external/skqp/src/compute/hs/cuda/bench/ |
D | main.c | 300 void * random_h = malloc(size_hi_in); in hs_bench() local 303 hs_fill_rand(random_h,count_hi,hs_words); in hs_bench() 306 cuda(Memcpy(random_d,random_h,size_hi_in,cudaMemcpyHostToDevice)); in hs_bench() 308 free(random_h); in hs_bench()
|
/external/skqp/src/compute/hs/cl/bench/ |
D | main.c | 361 void * random_h = clEnqueueMapBuffer(cq, in hs_bench() local 370 hs_fill_rand(random_h,count_hi,hs_words); in hs_bench() 375 cl(EnqueueUnmapMemObject(cq,random,random_h,0,NULL,NULL)); in hs_bench()
|