Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_intr.c129 case LP_FUNC_ATTR_BYVAL: return LLVMByValAttribute; in lp_attr_to_llvm_attr()
147 case LP_FUNC_ATTR_BYVAL: return "byval"; in attr_to_str()
Dlp_bld_intr.h51 LP_FUNC_ATTR_BYVAL = (1 << 1), enumerator
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c5504 lp_add_function_attr(ctx->main_fn, i + 1, LP_FUNC_ATTR_BYVAL); in si_create_function()