Searched refs:blend_vec_type (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c510 LLVMTypeRef blend_vec_type = lp_build_vec_type(gallivm, blend_type); local in function:fs_fb_fetch
511 color_ptr = LLVMBuildBitCast(builder, color_ptr, LLVMPointerType(blend_vec_type, 0), "");
2996 LLVMTypeRef blend_vec_type; local in function:generate_fragment
3074 blend_vec_type = lp_build_vec_type(gallivm, blend_type);
3365 out_ptr = LLVMBuildBitCast(builder, out_ptr, LLVMPointerType(blend_vec_type, 0), "");
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c2412 LLVMTypeRef blend_vec_type; local in function:generate_fragment
2487 blend_vec_type = lp_build_vec_type(gallivm, blend_type);
2499 arg_types[7] = LLVMPointerType(LLVMPointerType(blend_vec_type, 0), 0); /* color */

Completed in 12 milliseconds