Searched refs:bld32 (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_format_s3tc.c | 575 struct lp_build_context bld8, bld32; in s3tc_dxt1_full_to_rgba_aos() local 591 lp_build_context_init(&bld32, gallivm, type); in s3tc_dxt1_full_to_rgba_aos() 629 color2 = LLVMBuildBitCast(builder, color2, bld32.vec_type, ""); in s3tc_dxt1_full_to_rgba_aos() 630 color3 = LLVMBuildBitCast(builder, color3, bld32.vec_type, ""); in s3tc_dxt1_full_to_rgba_aos() 648 color2_2 = LLVMBuildBitCast(builder, color2_2, bld32.vec_type, ""); in s3tc_dxt1_full_to_rgba_aos() 675 color2_2 = LLVMBuildBitCast(builder, color2_2, bld32.vec_type, ""); in s3tc_dxt1_full_to_rgba_aos() 683 color2 = lp_build_select(&bld32, sel_mask, color2, color2_2); in s3tc_dxt1_full_to_rgba_aos() 684 color3 = lp_build_select(&bld32, sel_mask, color3, color3_2); in s3tc_dxt1_full_to_rgba_aos() 718 sel_lo = LLVMBuildAnd(builder, indices, bld32.one, ""); in s3tc_dxt1_full_to_rgba_aos() 719 sel_lo = lp_build_compare(gallivm, type, PIPE_FUNC_EQUAL, sel_lo, bld32.one); in s3tc_dxt1_full_to_rgba_aos() [all …]
|
D | lp_bld_format_yuv.c | 95 struct lp_build_context bld32; in uyvy_to_yuv_soa() local 97 lp_build_context_init(&bld32, gallivm, type); in uyvy_to_yuv_soa() 102 *y = lp_build_select(&bld32, sel, tmp, tmp2); in uyvy_to_yuv_soa() 179 struct lp_build_context bld32; in yuyv_to_yuv_soa() local 181 lp_build_context_init(&bld32, gallivm, type); in yuyv_to_yuv_soa() 185 *y = lp_build_select(&bld32, sel, packed, tmp); in yuyv_to_yuv_soa()
|