Searched refs:cc01 (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 316 cc01 = lp_build_interleave2_half(gallivm, lp_type32, elems[0], elems[1], 0); in lp_build_gather_s3tc() 318 cc01 = LLVMBuildBitCast(builder, cc01, 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