Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
H A Dresource.h154 const struct dc_state *src_ctx,
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
H A Ddc.h912 const struct dc_state *src_ctx,
936 struct dc_state *dc_copy_state(struct dc_state *src_ctx);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-prop.c3010 class ipa_polymorphic_call_context *src_ctx in update_jump_functions_after_inlining() local
3024 if (src_ctx && !src_ctx->useless_p ()) in update_jump_functions_after_inlining()
3026 class ipa_polymorphic_call_context ctx = *src_ctx; in update_jump_functions_after_inlining()
3094 class ipa_polymorphic_call_context *src_ctx in update_jump_functions_after_inlining() local
3097 if (src_ctx && !src_ctx->useless_p ()) in update_jump_functions_after_inlining()
3099 class ipa_polymorphic_call_context ctx = *src_ctx; in update_jump_functions_after_inlining()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-prop.cc3200 class ipa_polymorphic_call_context *src_ctx in update_jump_functions_after_inlining() local
3214 if (src_ctx && !src_ctx->useless_p ()) in update_jump_functions_after_inlining()
3216 class ipa_polymorphic_call_context ctx = *src_ctx; in update_jump_functions_after_inlining()
3284 class ipa_polymorphic_call_context *src_ctx in update_jump_functions_after_inlining() local
3287 if (src_ctx && !src_ctx->useless_p ()) in update_jump_functions_after_inlining()
3289 class ipa_polymorphic_call_context ctx = *src_ctx; in update_jump_functions_after_inlining()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
H A Damdgpu_dc_resource.c2501 const struct dc_state *src_ctx, in dc_resource_state_copy_construct() argument
2507 *dst_ctx = *src_ctx; in dc_resource_state_copy_construct()
H A Damdgpu_dc.c1375 struct dc_state *dc_copy_state(struct dc_state *src_ctx) in dc_copy_state() argument
1382 memcpy(new_ctx, src_ctx, sizeof(struct dc_state)); in dc_copy_state()