Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/display/dc/inc/
H A Dresource.h149 const struct dc_state *src_ctx,
/dragonfly/sys/dev/drm/amd/display/dc/
H A Ddc.h612 const struct dc_state *src_ctx,
/dragonfly/contrib/gcc-8.0/gcc/
H A Dipa-prop.c2642 struct ipa_polymorphic_call_context *src_ctx in update_jump_functions_after_inlining() local
2656 if (src_ctx && !src_ctx->useless_p ()) in update_jump_functions_after_inlining()
2658 struct ipa_polymorphic_call_context ctx = *src_ctx; in update_jump_functions_after_inlining()
2728 struct ipa_polymorphic_call_context *src_ctx in update_jump_functions_after_inlining() local
2731 if (src_ctx && !src_ctx->useless_p ()) in update_jump_functions_after_inlining()
2733 struct ipa_polymorphic_call_context ctx = *src_ctx; in update_jump_functions_after_inlining()
/dragonfly/sys/dev/drm/amd/display/dc/core/
H A Ddc_resource.c2625 const struct dc_state *src_ctx, in dc_resource_state_copy_construct() argument
2631 *dst_ctx = *src_ctx; in dc_resource_state_copy_construct()