Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_s3tc.c575 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 in s3tc_dxt1_full_to_rgba_aos()
907 struct lp_build_context bld32; s3tc_dxt5_alpha_channel() local
1058 struct lp_build_context bld32; s3tc_dxt5_full_to_rgba_aos() local
1271 struct lp_build_context bld8, bld32, bld16, bld64; s3tc_decode_block_dxt1() local
2054 struct lp_build_context bld32; compressed_fetch_cached() local
[all...]
H A Dlp_bld_format_yuv.c95 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()

Completed in 4 milliseconds