HomeSort by relevance Sort by last modified time
    Searched refs:abs_coord_bld (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample_soa.c 376 struct lp_build_context abs_coord_bld = bld->coord_bld; local
377 abs_coord_bld.type.sign = FALSE;
396 lp_build_ifloor_fract(&abs_coord_bld, coord, &coord0, &weight);
466 struct lp_build_context abs_coord_bld = bld->coord_bld; local
467 abs_coord_bld.type.sign = FALSE;
488 lp_build_ifloor_fract(&abs_coord_bld, coord, &coord0, &weight);
648 struct lp_build_context abs_coord_bld = *int_coord_bld; local
649 abs_coord_bld.type.sign = FALSE;
651 icoord = lp_build_min(&abs_coord_bld, icoord, length_minus_one);
    [all...]
lp_bld_sample_aos.c 210 struct lp_build_context abs_coord_bld; local
228 lp_build_context_init(&abs_coord_bld, bld->gallivm, abs_type);
229 *coord0_i = lp_build_iround(&abs_coord_bld, coord_f);
    [all...]

Completed in 59 milliseconds