Searched refs:i8t (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_format_s3tc.c | 1993 LLVMTypeRef i8t = LLVMInt8TypeInContext(gallivm->context); in update_cached_block() local 1994 LLVMTypeRef pi8t = LLVMPointerType(i8t, 0); in update_cached_block() 2050 LLVMTypeRef i8t = LLVMInt8TypeInContext(gallivm->context); in compressed_fetch_cached() local 2118 LLVMPointerType(i8t, 0), ""); in compressed_fetch_cached() 2144 tmp = LLVMBuildIntToPtr(builder, addr, LLVMPointerType(i8t, 0), ""); in compressed_fetch_cached() 2159 return LLVMBuildBitCast(builder, color, LLVMVectorType(i8t, n * 4), ""); in compressed_fetch_cached() 2199 LLVMTypeRef i8t = LLVMInt8TypeInContext(gallivm->context); in lp_build_fetch_s3tc_rgba_aos() local 2220 LLVMTypeRef i8_vectype = LLVMVectorType(i8t, 4 * n); in lp_build_fetch_s3tc_rgba_aos() 2262 rgba4[count] = LLVMGetUndef(LLVMVectorType(i8t, 4)); in lp_build_fetch_s3tc_rgba_aos() 2297 rgba = LLVMGetUndef(LLVMVectorType(i8t, 4*n)); in lp_build_fetch_s3tc_rgba_aos() [all …]
|
D | lp_bld_format_aos.c | 805 LLVMTypeRef i8t = LLVMInt8TypeInContext(gallivm->context); in lp_build_fetch_rgba_aos() local 806 LLVMTypeRef pi8t = LLVMPointerType(i8t, 0); in lp_build_fetch_rgba_aos()
|