Searched refs:sel_hi (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
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 722 sel_hi = LLVMBuildAnd(builder, indices, const2, ""); in s3tc_dxt1_full_to_rgba_aos() 723 sel_hi = lp_build_compare(gallivm, type, PIPE_FUNC_EQUAL, sel_hi, const2); in s3tc_dxt1_full_to_rgba_aos() 724 rgba = lp_build_select(&bld32, sel_hi, color2, color0); in s3tc_dxt1_full_to_rgba_aos()
|
Completed in 5 milliseconds