HomeSort by relevance Sort by last modified time
    Searched full:inline_function_impl (Results 1 - 1 of 1) sorted by null

  /external/mesa3d/src/compiler/nir/
nir_inline_functions.c 28 static bool inline_function_impl(nir_function_impl *impl, struct set *inlined);
168 inline_function_impl(call->callee->impl, inlined);
244 inline_function_impl(nir_function_impl *impl, struct set *inlined) function
279 progress = inline_function_impl(function->impl, inlined) || progress;

Completed in 539 milliseconds