Searched refs:cc23 (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_format_s3tc.c | 274 LLVMValueRef tmp[4], cc01, cc23; in lp_build_gather_s3tc() local 317 cc23 = lp_build_interleave2_half(gallivm, lp_type32, elems[2], elems[3], 0); in lp_build_gather_s3tc() 319 cc23 = LLVMBuildBitCast(builder, cc23, type64_vec, ""); in lp_build_gather_s3tc() 320 *colors = lp_build_interleave2_half(gallivm, lp_type64, cc01, cc23, 0); in lp_build_gather_s3tc() 321 *codewords = lp_build_interleave2_half(gallivm, lp_type64, cc01, cc23, 1); in lp_build_gather_s3tc()
|
Completed in 5 milliseconds