Home
last modified time | relevance | path

Searched refs:type32_vec (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_s3tc.c298 LLVMTypeRef type32_vec = LLVMVectorType(type32, length); in lp_build_gather_s3tc() local
322 *colors = LLVMBuildBitCast(builder, *colors, type32_vec, ""); in lp_build_gather_s3tc()
323 *codewords = LLVMBuildBitCast(builder, *codewords, type32_vec, ""); in lp_build_gather_s3tc()
2395 LLVMTypeRef type32_vec = LLVMVectorType(type32, length); in lp_build_gather_rgtc() local
2419 *red_lo = LLVMBuildBitCast(builder, *red_lo, type32_vec, ""); in lp_build_gather_rgtc()
2420 *red_hi = LLVMBuildBitCast(builder, *red_hi, type32_vec, ""); in lp_build_gather_rgtc()