Home
last modified time | relevance | path

Searched defs:printf_type (Results 1 – 2 of 2) 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
74 LLVMTypeRef printf_type = LLVMFunctionType(LLVMInt32TypeInContext(gallivm->context), NULL, 0, 1); in lp_build_print_args() local
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_disasm.c101 printf_type(uint8_t type) in printf_type() function