Home
last modified time | relevance | path

Searched refs:span_rem (Results 1 – 3 of 3) sorted by relevance

/external/skqp/src/compute/hs/vk/
Dhs_vk.c353 uint32_t const span_rem = state->bx_ru - *down_slabs; in hs_fm() local
357 if (span_rem > half_span_slabs) in hs_fm()
360 *down_slabs += span_rem; in hs_fm()
362 uint32_t const frac_rem = span_rem - half_span_slabs; in hs_fm()
/external/skqp/src/compute/hs/cl/
Dhs_cl.c497 uint32_t const span_rem = state->bx_ru - *down_slabs; in hs_fm() local
501 if (span_rem > half_span_slabs) in hs_fm()
504 *down_slabs += span_rem; in hs_fm()
506 uint32_t const frac_rem = span_rem - half_span_slabs; in hs_fm()
/external/skqp/src/compute/hs/cuda/
Dhs_cuda.inl711 uint32_t const span_rem = state->bx_ru - *down_slabs; local
715 if (span_rem > half_span_slabs)
718 *down_slabs += span_rem;
720 uint32_t const frac_rem = span_rem - half_span_slabs;