Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_s3tc.c848 struct lp_build_context bld16; in lp_build_lerpdxta() local
861 lp_build_context_init(&bld16, gallivm, type16); in lp_build_lerpdxta()
863 sel_mask = LLVMBuildBitCast(builder, sel_mask, bld16.vec_type, ""); in lp_build_lerpdxta()
866 weight = lp_build_select(&bld16, sel_mask, weight7, weight5); in lp_build_lerpdxta()
868 alpha0 = LLVMBuildBitCast(builder, alpha0, bld16.vec_type, ""); in lp_build_lerpdxta()
869 alpha1 = LLVMBuildBitCast(builder, alpha1, bld16.vec_type, ""); in lp_build_lerpdxta()
870 code = LLVMBuildBitCast(builder, code, bld16.vec_type, ""); in lp_build_lerpdxta()
873 code = LLVMBuildSub(builder, code, bld16.one, ""); in lp_build_lerpdxta()
1271 struct lp_build_context bld8, bld32, bld16, bld64; in s3tc_decode_block_dxt1() local
1296 lp_build_context_init(&bld16, galliv in s3tc_decode_block_dxt1()
1621 struct lp_build_context bld16, bld8; s3tc_decode_block_dxt5() local
[all...]

Completed in 4 milliseconds