Searched refs:dst_factor (Results 1 - 8 of 8) sorted by relevance

/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);
119 * @param dst_factor dst factor computed value
138 LLVMValueRef dst_factor,
151 return lp_build_lerp(bld, dst_factor, src, dst);
160 result = lp_build_mul(bld, result, dst_factor);
170 result = lp_build_mul(bld, result, dst_factor);
191 dst_term = lp_build_mul(bld, dst, dst_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.h51 LLVMValueRef dst_factor,
H A Dlp_bld_blend_aos.c271 LLVMValueRef src_factor, dst_factor; local
294 dst_factor = lp_build_blend_factor(&bld, state->rgb_dst_factor,
304 dst_factor,
318 dst_factor,
H A Dlp_bld_blend_soa.c244 unsigned dst_factor = i < 3 ? blend->rt[rt].rgb_dst_factor : blend->rt[rt].alpha_dst_factor; local
255 bld.factor[1][1][i] = lp_build_blend_soa_factor(&bld, dst_factor, i);
263 dst_factor,
295 (dst_factor == PIPE_BLENDFACTOR_DST_ALPHA ||
296 dst_factor == PIPE_BLENDFACTOR_INV_DST_ALPHA)) {
/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);
119 * @param dst_factor dst factor computed value
138 LLVMValueRef dst_factor,
151 return lp_build_lerp(bld, dst_factor, src, dst);
160 result = lp_build_mul(bld, result, dst_factor);
170 result = lp_build_mul(bld, result, dst_factor);
191 dst_term = lp_build_mul(bld, dst, dst_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.h51 LLVMValueRef dst_factor,
H A Dlp_bld_blend_aos.c271 LLVMValueRef src_factor, dst_factor; local
294 dst_factor = lp_build_blend_factor(&bld, state->rgb_dst_factor,
304 dst_factor,
318 dst_factor,
H A Dlp_bld_blend_soa.c244 unsigned dst_factor = i < 3 ? blend->rt[rt].rgb_dst_factor : blend->rt[rt].alpha_dst_factor; local
255 bld.factor[1][1][i] = lp_build_blend_soa_factor(&bld, dst_factor, i);
263 dst_factor,
295 (dst_factor == PIPE_BLENDFACTOR_DST_ALPHA ||
296 dst_factor == PIPE_BLENDFACTOR_INV_DST_ALPHA)) {

Completed in 244 milliseconds