HomeSort by relevance Sort by last modified time
    Searched full:pi8t (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_cached.c 152 LLVMTypeRef pi8t = LLVMPointerType(i8t, 0); local
179 arg_types[0] = pi8t;
180 arg_types[1] = pi8t;
199 tmp_ptr = LLVMBuildBitCast(builder, tmp_ptr, pi8t, "");
lp_bld_format_aos.c 771 LLVMTypeRef pi8t = LLVMPointerType(i8t, 0); local
798 arg_types[0] = pi8t;
799 arg_types[1] = pi8t;
828 args[0] = LLVMBuildBitCast(builder, tmp_ptr, pi8t, "");
876 LLVMTypeRef pi8t = LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0); local
903 arg_types[1] = pi8t;

Completed in 4037 milliseconds