Searched defs:i8t (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_cached.c151 LLVMTypeRef i8t = LLVMInt8TypeInContext(gallivm->context); local
152 LLVMTypeRef pi8t = LLVMPointerType(i8t, 0);
258 LLVMTypeRef i8t = LLVMInt8TypeInContext(gallivm->context); local
331 LLVMPointerType(i8t, 0), "");
357 tmp = LLVMBuildIntToPtr(builder, addr, LLVMPointerType(i8t, 0), "");
372 return LLVMBuildBitCast(builder, color, LLVMVectorType(i8t, n * 4), "");
H A Dlp_bld_format_aos.c770 LLVMTypeRef i8t = LLVMInt8TypeInContext(gallivm->context); local
771 LLVMTypeRef pi8t = LLVMPointerType(i8t, 0);

Completed in 220 milliseconds