Searched refs:i8t (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_format_s3tc.c | 1989 LLVMTypeRef i8t = LLVMInt8TypeInContext(gallivm->context); in update_cached_block() local 1990 LLVMTypeRef pi8t = LLVMPointerType(i8t, 0); in update_cached_block() 2053 LLVMTypeRef i8t = LLVMInt8TypeInContext(gallivm->context); in compressed_fetch_cached() local 2121 LLVMPointerType(i8t, 0), ""); in compressed_fetch_cached() 2147 tmp = LLVMBuildIntToPtr(builder, addr, LLVMPointerType(i8t, 0), ""); in compressed_fetch_cached() 2162 return LLVMBuildBitCast(builder, color, LLVMVectorType(i8t, n * 4), ""); in compressed_fetch_cached() 2202 LLVMTypeRef i8t = LLVMInt8TypeInContext(gallivm->context); in lp_build_fetch_s3tc_rgba_aos() local 2223 LLVMTypeRef i8_vectype = LLVMVectorType(i8t, 4 * n); in lp_build_fetch_s3tc_rgba_aos() 2265 rgba4[count] = LLVMGetUndef(LLVMVectorType(i8t, 4)); in lp_build_fetch_s3tc_rgba_aos() 2300 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()
|