Searched refs:dst_terml (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_bld_blend.c | 265 LLVMValueRef src_terml, src_termh, dst_terml, dst_termh; in lp_build_blend() local 299 lp_build_mul_norm_expand(bld, dst, dst_factor, &dst_terml, &dst_termh, in lp_build_blend() 301 resl = lp_build_blend_func(&bldw, func, src_terml, dst_terml); in lp_build_blend()
|