Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/llvm/
Dac_llvm_util.h44 AC_FUNC_ATTR_ALWAYSINLINE = (1 << 0), enumerator
Dac_llvm_util.c252 case AC_FUNC_ATTR_ALWAYSINLINE: in attr_to_str()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm.c477 ac_add_function_attr(ctx->ac.context, parts[i], -1, AC_FUNC_ATTR_ALWAYSINLINE); in si_build_wrapper_function()
Dsi_compute_prim_discard.c307 ac_add_function_attr(ctx->ac.context, vs, -1, AC_FUNC_ATTR_ALWAYSINLINE); in si_build_prim_discard_compute_shader()