Searched defs:lp_build_blend_soa_context (Results 1 – 1 of 1) sorted by relevance
85 struct lp_build_blend_soa_context struct87 struct lp_build_context base;89 LLVMValueRef src[4];90 LLVMValueRef dst[4];91 LLVMValueRef con[4];93 LLVMValueRef inv_src[4];94 LLVMValueRef inv_dst[4];95 LLVMValueRef inv_con[4];119 lp_build_blend_soa_factor(struct lp_build_blend_soa_context *bld, in lp_build_blend_soa_factor() argument