Home
last modified time | relevance | path

Searched refs:alpha_hi (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_s3tc.c225 LLVMValueRef *alpha_hi, in lp_build_gather_s3tc() argument
257 *alpha_hi = LLVMBuildExtractElement(builder, elem, in lp_build_gather_s3tc()
266 *alpha_hi = LLVMGetUndef(type32); in lp_build_gather_s3tc()
295 *alpha_hi = tmp[1]; in lp_build_gather_s3tc()
764 LLVMValueRef alpha_hi, in s3tc_dxt3_to_rgba_aos() argument
809 tmp = lp_build_select(&bld, sel_mask, alpha_low, alpha_hi); in s3tc_dxt3_to_rgba_aos()
897 LLVMValueRef alpha_hi, LLVMValueRef alpha_lo, in s3tc_dxt5_alpha_channel() argument
961 alpha_hi = LLVMBuildZExt(builder, alpha_hi, i64t, ""); in s3tc_dxt5_alpha_channel()
962 alphac0 = LLVMBuildShl(builder, alpha_hi, in s3tc_dxt5_alpha_channel()
981 alpha64 = LLVMBuildShuffleVector(builder, alpha_lo, alpha_hi, in s3tc_dxt5_alpha_channel()
[all …]
/external/libyuv/files/source/
Drow_mmi.cc5548 uint64_t src0_hi, src0_lo, src1_hi, src1_lo, alpha_hi, alpha_lo, dest_hi, in BlendPlaneRow_MMI() local
5601 [alpha_hi] "=&f"(alpha_hi), [alpha_lo] "=&f"(alpha_lo), in BlendPlaneRow_MMI()