Searched defs:scale_log2 (Results 1 – 4 of 4) sorted by relevance
/external/skqp/src/compute/hs/cl/ |
D | hs_cl.c | 275 uint32_t const scale_log2, in hs_hm_enqueue() 324 uint32_t const scale_log2 = MIN_MACRO(hs->config.merge.hm.scale_max,log2_rem); in hs_hm() local 403 uint32_t const scale_log2, in hs_fm_enqueue() 483 uint32_t const scale_log2 = MIN_MACRO(hs->config.merge.fm.scale_max,up_scale_log2); in hs_fm() local
|
/external/skqp/src/compute/hs/gen/ |
D | main.c | 1230 uint32_t const scale_log2, in hsg_fm_merge() 1272 hsg_fm_merge_all(struct hsg_op * ops, uint32_t const scale_log2, uint32_t const warps) in hsg_fm_merge_all() 1309 hsg_hm_merge(struct hsg_op * ops, uint32_t const scale_log2, uint32_t const warps_pow2) in hsg_hm_merge() 1351 …for (uint32_t scale_log2=hsg_config.merge.flip.lo; scale_log2<=hsg_config.merge.flip.hi; scale_log… in hsg_xm_merge_all() local 1357 …for (uint32_t scale_log2=hsg_config.merge.half.lo; scale_log2<=hsg_config.merge.half.hi; scale_log… in hsg_xm_merge_all() local
|
/external/skqp/src/compute/hs/cuda/ |
D | hs_cuda.inl | 641 uint32_t const scale_log2 = MIN_MACRO(HS_HM_SCALE_MAX,log2_rem); local 697 uint32_t const scale_log2 = MIN_MACRO(HS_FM_SCALE_MAX,up_scale_log2); local
|
/external/skqp/src/compute/hs/vk/ |
D | hs_vk.c | 302 uint32_t const scale_log2 = MIN_MACRO(hs->config.merge.hm.scale_max,log2_rem); in hs_hm() local 339 uint32_t const scale_log2 = MIN_MACRO(hs->config.merge.fm.scale_max,up_scale_log2); in hs_fm() local
|