Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_interp.c127 calc_offsets(struct lp_build_context *coeff_bld, in calc_offsets() argument
133 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() local
167 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() local
262 lp_build_broadcast_scalar(coeff_bld, bld->x), ""); in attribs_update_simple()
[all …]
Dlp_bld_interp.h81 struct lp_build_context coeff_bld; member