H A D | lp_bld_format_s3tc.c | 573 LLVMValueRef bit_pos, sel_mask, sel_lo, sel_hi, indices; in s3tc_dxt1_full_to_rgba_aos() local 682 sel_mask = lp_build_compare(gallivm, type, PIPE_FUNC_GREATER, col0, col1); 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() 770 LLVMValueRef bit_pos, sel_mask; in s3tc_dxt3_to_rgba_aos() local 806 sel_mask = LLVMBuildLShr(builder, bit_pos, in s3tc_dxt3_to_rgba_aos() 808 sel_mask = LLVMBuildSub(builder, sel_mask, bld.one, ""); in s3tc_dxt3_to_rgba_aos() 809 tmp = lp_build_select(&bld, sel_mask, alpha_low, alpha_hi); in s3tc_dxt3_to_rgba_aos() 835 LLVMValueRef sel_mask, in lp_build_lerpdxta() 831 lp_build_lerpdxta(struct gallivm_state *gallivm, LLVMValueRef alpha0, LLVMValueRef alpha1, LLVMValueRef code, LLVMValueRef sel_mask, unsigned n) lp_build_lerpdxta() argument 903 LLVMValueRef sel_mask, tmp_mask, alpha, alpha64, code_s; s3tc_dxt5_alpha_channel() local 1269 LLVMValueRef rgba, tmp, a, sel_mask, indices, code, const2; s3tc_decode_block_dxt1() local 1556 lp_build_lerpdxta_block(struct gallivm_state *gallivm, LLVMValueRef alpha0, LLVMValueRef alpha1, LLVMValueRef code, LLVMValueRef sel_mask) lp_build_lerpdxta_block() argument 1617 LLVMValueRef ainterp, ainterp0, ainterp1, shuffle1, sel_mask, sel_mask2; s3tc_decode_block_dxt5() local [all...] |