Searched refs:blend_tf (Results 1 – 4 of 4) sorted by relevance
64 plane_state->blend_tf = dc_create_transfer_func(); in construct()65 if (plane_state->blend_tf != NULL) { in construct()66 plane_state->blend_tf->type = TF_TYPE_BYPASS; in construct()67 plane_state->blend_tf->ctx = ctx; in construct()94 if (plane_state->blend_tf != NULL) { in destruct()96 plane_state->blend_tf); in destruct()97 plane_state->blend_tf = NULL; in destruct()
1757 if (srf_update->blend_tf && in copy_surface_update_to_plane()1758 (surface->blend_tf != in copy_surface_update_to_plane()1759 srf_update->blend_tf)) in copy_surface_update_to_plane()1760 memcpy(surface->blend_tf, srf_update->blend_tf, in copy_surface_update_to_plane()1761 sizeof(*surface->blend_tf)); in copy_surface_update_to_plane()
743 struct dc_transfer_func *blend_tf; member816 const struct dc_transfer_func *blend_tf; member
698 if (plane_state->blend_tf) { in dcn20_set_blend_lut()699 if (plane_state->blend_tf->type == TF_TYPE_HWPWL) in dcn20_set_blend_lut()700 blend_lut = &plane_state->blend_tf->pwl; in dcn20_set_blend_lut()701 else if (plane_state->blend_tf->type == TF_TYPE_DISTRIBUTED_POINTS) { in dcn20_set_blend_lut()703 plane_state->blend_tf, in dcn20_set_blend_lut()