Home
last modified time | relevance | path

Searched refs:fetch_width (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_linear_sampler.c577 int fetch_width; in lp_linear_init_sampler() local
628 fetch_width = width - 1; in lp_linear_init_sampler()
633 fetch_width = align(width, 4) - 1; in lp_linear_init_sampler()
639 int s1 = samp->s + fetch_width * samp->dsdx; in lp_linear_init_sampler()
649 int s1 = samp->s + fetch_width * samp->dsdx; in lp_linear_init_sampler()
651 int s3 = samp->s + fetch_width * samp->dsdx + fetch_height * samp->dsdy; in lp_linear_init_sampler()
653 int t1 = samp->t + fetch_width * samp->dtdx; in lp_linear_init_sampler()
655 int t3 = samp->t + fetch_width * samp->dtdx + fetch_height * samp->dtdy; in lp_linear_init_sampler()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_soa.c497 unsigned num_gather, fetch_width, i, j; in lp_build_fetch_rgba_soa() local
509 fetch_width = util_next_power_of_two(format_desc->block.bits); in lp_build_fetch_rgba_soa()
517 num_gather = fetch_width / type.width; in lp_build_fetch_rgba_soa()