Searched refs:type64_vec (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_format_s3tc.c | 297 LLVMTypeRef type64_vec = LLVMVectorType(type64, length/2); in lp_build_gather_s3tc() local 318 cc01 = LLVMBuildBitCast(builder, cc01, type64_vec, ""); in lp_build_gather_s3tc() 319 cc23 = LLVMBuildBitCast(builder, cc23, type64_vec, ""); in lp_build_gather_s3tc() 2394 LLVMTypeRef type64_vec = LLVMVectorType(type64, length/2); in lp_build_gather_rgtc() local 2415 red01 = LLVMBuildBitCast(builder, red01, type64_vec, ""); in lp_build_gather_rgtc() 2416 red23 = LLVMBuildBitCast(builder, red23, type64_vec, ""); in lp_build_gather_rgtc()
|
Completed in 5 milliseconds