| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_bld_blend_aos.c | 73 LLVMValueRef src1_alpha; member in struct:lp_build_blend_aos_context 99 LLVMValueRef src1_alpha = bld->src1_alpha ? bld->src1_alpha : bld->src1; local in function:lp_build_blend_factor_unswizzled 153 return src1_alpha; 178 return lp_build_comp(&bld->base, src1_alpha); 298 * @param src1_alpha second blend src alpha (if not included in src1) 316 LLVMValueRef src1_alpha, 342 bld.src1_alpha = src1_alpha; 308 lp_build_blend_aos(struct gallivm_state * gallivm,const struct pipe_blend_state * blend,enum pipe_format cbuf_format,struct lp_type type,unsigned rt,LLVMValueRef src,LLVMValueRef src_alpha,LLVMValueRef src1,LLVMValueRef src1_alpha,LLVMValueRef dst,LLVMValueRef mask,LLVMValueRef const_,LLVMValueRef const_alpha,const unsigned char swizzle[4],int nr_channels) argument [all...] |
| H A D | lp_bld_blend.h | 66 LLVMValueRef src1_alpha,
|
| H A D | lp_state_fs.c | 1736 LLVMValueRef src1_alpha[4 * 4] = { NULL }; local in function:generate_unswizzled_blend 1961 src1_alpha[i*2 + 0] = lp_build_extract_range(gallivm, alpha, 0, src_channels); 1962 src1_alpha[i*2 + 1] = lp_build_extract_range(gallivm, alpha, 1965 src1_alpha[i] = alpha; 2192 pad_inline, src1_alpha); 2338 has_alpha ? NULL : src1_alpha[i],
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_bld_blend_aos.c | 73 LLVMValueRef src1_alpha; member in struct:lp_build_blend_aos_context 99 LLVMValueRef src1_alpha = bld->src1_alpha ? bld->src1_alpha : bld->src1; local in function:lp_build_blend_factor_unswizzled 153 return src1_alpha; 178 return lp_build_comp(&bld->base, src1_alpha); 298 * @param src1_alpha second blend src alpha (if not included in src1) 316 LLVMValueRef src1_alpha, 342 bld.src1_alpha = src1_alpha; 308 lp_build_blend_aos(struct gallivm_state * gallivm,const struct pipe_blend_state * blend,enum pipe_format cbuf_format,struct lp_type type,unsigned rt,LLVMValueRef src,LLVMValueRef src_alpha,LLVMValueRef src1,LLVMValueRef src1_alpha,LLVMValueRef dst,LLVMValueRef mask,LLVMValueRef const_,LLVMValueRef const_alpha,const unsigned char swizzle[4],int nr_channels) argument [all...] |
| H A D | lp_bld_blend.h | 66 LLVMValueRef src1_alpha,
|
| H A D | lp_state_fs.c | 2320 LLVMValueRef src1_alpha[4 * 4] = { NULL }; local in function:generate_unswizzled_blend 2545 src1_alpha[i*2 + 0] = lp_build_extract_range(gallivm, alpha, 0, src_channels); 2546 src1_alpha[i*2 + 1] = lp_build_extract_range(gallivm, alpha, 2549 src1_alpha[i] = alpha; 2776 pad_inline, src1_alpha); 2922 has_alpha ? NULL : src1_alpha[i],
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 11.1.4.rst | 123 - llvmpipe: (trivial) initialize src1_alpha var to NULL
|
| H A D | 11.2.2.rst | 146 - llvmpipe: (trivial) initialize src1_alpha var to NULL
|