Searched refs:fm_full (Results 1 – 2 of 2) sorted by relevance
/external/skqp/src/compute/hs/cuda/ |
D | hs_cuda.inl | 77 // | fm_full | | fm_frac | | 82 // WAITFOR(fm_full,fm_frac) | 113 // (pad_vout) happens_before (fm_full,fm_frac) 115 // concurrent (bs_full,bs_frac) -> (bs_full) happens_before (fm_full,fm_frac) 116 // (bs_frac) happens_before (fm_full,fm_frac) 118 // concurrent (fm_full,fm_frac) -> (fm_full) happens_before (hm) 121 // concurrent (fm_full,fm_frac) -> (fm_full) happens_before (hm) 127 // launch (bc) -> (bc) happens_before (fm_full,fm_frac) 140 // (pad_vout) happens_before (fm_full,fm_frac) 142 // bs_full bs_frac (bs_full) happens_before (fm_full,fm_frac) [all …]
|
/external/skqp/src/compute/hs/cl/ |
D | hs_cl.c | 404 uint32_t const fm_full, in hs_fm_enqueue() argument 414 if (fm_full > 0) in hs_fm_enqueue() 416 size_t const size_full[3] = { span_threads, fm_full, 1 }; in hs_fm_enqueue() 436 size_t const offset_frac[3] = { 0, fm_full, 0 }; in hs_fm_enqueue() 490 uint32_t fm_full = state->bx_ru / full_span_slabs; in hs_fm() local 494 *down_slabs = fm_full * full_span_slabs; in hs_fm() 512 fm_full += 1; in hs_fm() 530 fm_full, in hs_fm()
|