Searched refs:fm_frac (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) 119 // (fm_frac) happens_before (hm) 121 // concurrent (fm_full,fm_frac) -> (fm_full) happens_before (hm) 122 // (fm_frac) happens_before (hm) 127 // launch (bc) -> (bc) happens_before (fm_full,fm_frac) [all …]
|
/external/skqp/src/compute/hs/cl/ |
D | hs_cl.c | 405 uint32_t const fm_frac, in hs_fm_enqueue() argument 434 if (fm_frac > 0) in hs_fm_enqueue() 438 cl_kernel kernel_frac = hs->kernels.fm[scale_log2][msb_idx_u32(fm_frac)]; in hs_fm_enqueue() 491 uint32_t fm_frac = 0; in hs_fm() local 517 fm_frac = MAX_MACRO(1,frac_rem_pow2 >> clean_log2); in hs_fm() 531 fm_frac, in hs_fm()
|