Home
last modified time | relevance | path

Searched refs:slab_width_log2 (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/compute/hs/cuda/bench/
Dmain.c47 uint32_t * const slab_width_log2);
557 uint32_t key_words, val_words, slab_height, slab_width_log2; in main() local
559 hs_info(&key_words,&val_words,&slab_height,&slab_width_log2); in main()
564 uint32_t const kpb = slab_height << slab_width_log2; in main()
585 1 << slab_width_log2, in main()
/external/skqp/src/compute/hs/cuda/sm_35/u32/
Dhs_cuda.h27 uint32_t * const slab_width_log2);
/external/skqp/src/compute/hs/cuda/sm_35/u64/
Dhs_cuda.h27 uint32_t * const slab_width_log2);
/external/skqp/src/compute/hs/cuda/
Dhs_cuda.inl1035 uint32_t * const slab_width_log2)
1040 *slab_width_log2 = HS_SLAB_WIDTH_LOG2;