Home
last modified time | relevance | path

Searched refs:size_sorted_h (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/compute/hs/vk/bench/
Dmain.c1064 size_t const size_sorted_h = count * key_val_words * sizeof(uint32_t); in main() local
1067 memcpy(sorted_h,rand_h,size_sorted_h); in main()
1068 memset((uint8_t*)sorted_h + size_sorted_h,-1,size_padded_in-size_sorted_h); in main()
/external/skia/src/compute/hs/vk/bench/
Dmain.c1064 size_t const size_sorted_h = count * key_val_words * sizeof(uint32_t); in main() local
1067 memcpy(sorted_h,rand_h,size_sorted_h); in main()
1068 memset((uint8_t*)sorted_h + size_sorted_h,-1,size_padded_in-size_sorted_h); in main()