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/
H A Dlp_bld_printf.c45 LLVMTypeRef printf_type = LLVMFunctionType(LLVMInt32TypeInContext(gallivm->context), NULL, 0, 1); in lp_init_printf_hook()
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/
H A 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()
659 *printf_type |= 1 << (*core_count + *vfp_count - 1); in PreparePrintfArgument()
666 *printf_type |= 1 << (*core_count + *vfp_count - 1); in PreparePrintfArgument()
645 PreparePrintfArgument(CPURegister reg, int* core_count, int* vfp_count, uint32_t* printf_type) PreparePrintfArgument() argument
H A Dmacro-assembler-aarch32.h995 uint32_t* printf_type); in MacroAssembler()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_disasm.c101 printf_type(uint8_t type) in printf_type() function
598 printf_type(type); in print_instr()

Completed in 26 milliseconds