Home
last modified time | relevance | path

Searched refs:printf_type (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_printf.c45 LLVMTypeRef printf_type = LLVMFunctionType(LLVMInt32TypeInContext(gallivm->context), NULL, 0, 1); in lp_init_printf_hook() local
46 gallivm->debug_printf_hook = LLVMAddFunction(gallivm->module, "debug_printf", printf_type); in lp_init_printf_hook()
74 LLVMTypeRef printf_type = LLVMFunctionType(LLVMInt32TypeInContext(gallivm->context), NULL, 0, 1); in lp_build_print_args() local
75 return LLVMBuildCall2(builder, printf_type, gallivm->debug_printf_hook, args, argcount, ""); in lp_build_print_args()
/third_party/vixl/src/aarch32/
Dmacro-assembler-aarch32.cc522 uint32_t printf_type = 0; in Printf() local
526 PreparePrintfArgument(reg1, &core_count, &vfp_count, &printf_type); in Printf()
527 PreparePrintfArgument(reg2, &core_count, &vfp_count, &printf_type); in Printf()
528 PreparePrintfArgument(reg3, &core_count, &vfp_count, &printf_type); in Printf()
529 PreparePrintfArgument(reg4, &core_count, &vfp_count, &printf_type); in Printf()
544 switch (printf_type) { in Printf()
648 uint32_t* printf_type) { in PreparePrintfArgument() argument
659 *printf_type |= 1 << (*core_count + *vfp_count - 1); in PreparePrintfArgument()
666 *printf_type |= 1 << (*core_count + *vfp_count - 1); in PreparePrintfArgument()
Dmacro-assembler-aarch32.h995 uint32_t* printf_type); in Assembler()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_disasm.c101 printf_type(uint8_t type) in printf_type() function
598 printf_type(type); in print_instr()