Searched refs:fetch_width (Results 1 – 2 of 2) sorted by relevance
577 int fetch_width; in lp_linear_init_sampler() local628 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()
497 unsigned num_gather, fetch_width, i, j; in lp_build_fetch_rgba_soa() local509 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()