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

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_printf.c 51 LLVMTypeRef printf_type; local
66 printf_type = LLVMFunctionType(LLVMInt32TypeInContext(context), NULL, 0, 1);
68 func_printf = LLVMBuildBitCast(builder, func_printf, LLVMPointerType(printf_type, 0), "debug_printf");

Completed in 47 milliseconds