Searched defs:src_factor (Results 1 - 6 of 6) sorted by path

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_bld_blend.c77 lp_build_blend_factor_complementary(unsigned src_factor, unsigned dst_factor) argument
79 return dst_factor == (src_factor ^ 0x10);
118 * @param src_factor src factor computed value
137 LLVMValueRef src_factor,
149 return lp_build_lerp(bld, src_factor, dst, src);
157 result = lp_build_mul(bld, result, src_factor);
167 result = lp_build_mul(bld, result, src_factor);
182 return lp_build_mul(bld, result, src_factor);
190 src_term = lp_build_mul(bld, src, src_factor);
131 lp_build_blend(struct lp_build_context *bld, unsigned func, unsigned factor_src, unsigned factor_dst, LLVMValueRef src, LLVMValueRef dst, LLVMValueRef src_factor, LLVMValueRef dst_factor, boolean not_alpha_dependent, boolean optimise_only) argument
H A Dlp_bld_blend_aos.c271 LLVMValueRef src_factor, dst_factor; local
292 src_factor = lp_build_blend_factor(&bld, state->rgb_src_factor,
303 src_factor,
317 src_factor,
H A Dlp_bld_blend_soa.c243 unsigned src_factor = i < 3 ? blend->rt[rt].rgb_src_factor : blend->rt[rt].alpha_src_factor; local
253 bld.factor[0][1][i] = lp_build_blend_soa_factor(&bld, src_factor, i);
262 src_factor,
294 if (src_factor == PIPE_BLENDFACTOR_ZERO &&
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_blend.c77 lp_build_blend_factor_complementary(unsigned src_factor, unsigned dst_factor) argument
79 return dst_factor == (src_factor ^ 0x10);
118 * @param src_factor src factor computed value
137 LLVMValueRef src_factor,
149 return lp_build_lerp(bld, src_factor, dst, src);
157 result = lp_build_mul(bld, result, src_factor);
167 result = lp_build_mul(bld, result, src_factor);
182 return lp_build_mul(bld, result, src_factor);
190 src_term = lp_build_mul(bld, src, src_factor);
131 lp_build_blend(struct lp_build_context *bld, unsigned func, unsigned factor_src, unsigned factor_dst, LLVMValueRef src, LLVMValueRef dst, LLVMValueRef src_factor, LLVMValueRef dst_factor, boolean not_alpha_dependent, boolean optimise_only) argument
H A Dlp_bld_blend_aos.c271 LLVMValueRef src_factor, dst_factor; local
292 src_factor = lp_build_blend_factor(&bld, state->rgb_src_factor,
303 src_factor,
317 src_factor,
H A Dlp_bld_blend_soa.c243 unsigned src_factor = i < 3 ? blend->rt[rt].rgb_src_factor : blend->rt[rt].alpha_src_factor; local
253 bld.factor[0][1][i] = lp_build_blend_soa_factor(&bld, src_factor, i);
262 src_factor,
294 if (src_factor == PIPE_BLENDFACTOR_ZERO &&

Completed in 371 milliseconds