Home
last modified time | relevance | path

Searched refs:LP_FUNC_ATTR_ALWAYSINLINE (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_intr.h50 LP_FUNC_ATTR_ALWAYSINLINE = (1 << 0), enumerator
Dlp_bld_intr.c128 case LP_FUNC_ATTR_ALWAYSINLINE: return LLVMAlwaysInlineAttribute; in lp_attr_to_llvm_attr()
146 case LP_FUNC_ATTR_ALWAYSINLINE: return "alwaysinline"; in attr_to_str()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c6475 lp_add_function_attr(parts[i], -1, LP_FUNC_ATTR_ALWAYSINLINE); in si_build_wrapper_function()