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

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_aos.c396 LLVMTypeRef u8n_vec_type; local in function:lp_build_sample_fetch_image_nearest
400 u8n_vec_type = lp_build_vec_type(bld->gallivm, u8n.type);
415 rgba8 = LLVMBuildBitCast(builder, rgba8, u8n_vec_type, "");
572 LLVMTypeRef u8n_vec_type; local in function:lp_build_sample_fetch_image_linear
582 u8n_vec_type = lp_build_vec_type(bld->gallivm, u8n.type);
598 s_fpart = LLVMBuildBitCast(builder, s_fpart, u8n_vec_type, "");
600 t_fpart = LLVMBuildBitCast(builder, t_fpart, u8n_vec_type, "");
602 r_fpart = LLVMBuildBitCast(builder, r_fpart, u8n_vec_type, "");
668 rgba8 = LLVMBuildBitCast(builder, rgba8, u8n_vec_type, "");
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_aos.c396 LLVMTypeRef u8n_vec_type; local in function:lp_build_sample_fetch_image_nearest
400 u8n_vec_type = lp_build_vec_type(bld->gallivm, u8n.type);
415 rgba8 = LLVMBuildBitCast(builder, rgba8, u8n_vec_type, "");
572 LLVMTypeRef u8n_vec_type; local in function:lp_build_sample_fetch_image_linear
582 u8n_vec_type = lp_build_vec_type(bld->gallivm, u8n.type);
598 s_fpart = LLVMBuildBitCast(builder, s_fpart, u8n_vec_type, "");
600 t_fpart = LLVMBuildBitCast(builder, t_fpart, u8n_vec_type, "");
602 r_fpart = LLVMBuildBitCast(builder, r_fpart, u8n_vec_type, "");
668 rgba8 = LLVMBuildBitCast(builder, rgba8, u8n_vec_type, "");

Completed in 5 milliseconds