Home
last modified time | relevance | path

Searched defs:lp_build_blend_soa_context (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_blend_soa.c85 struct lp_build_blend_soa_context struct
87 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