Searched refs:coeff_bld (Results 1 – 2 of 2) sorted by relevance
127 calc_offsets(struct lp_build_context *coeff_bld, in calc_offsets() argument133 unsigned num_pix = coeff_bld->type.length; in calc_offsets()134 struct gallivm_state *gallivm = coeff_bld->gallivm; in calc_offsets()135 LLVMBuilderRef builder = coeff_bld->gallivm->builder; in calc_offsets()138 *pixoffx = coeff_bld->undef; in calc_offsets()139 *pixoffy = coeff_bld->undef; in calc_offsets()165 struct lp_build_context *coeff_bld = &bld->coeff_bld; in coeffs_init_simple() local167 struct gallivm_state *gallivm = coeff_bld->gallivm; in coeffs_init_simple()245 struct lp_build_context *coeff_bld = &bld->coeff_bld; in attribs_update_simple() local262 lp_build_broadcast_scalar(coeff_bld, bld->x), ""); in attribs_update_simple()[all …]
81 struct lp_build_context coeff_bld; member