Searched defs:dpp_color_caps (Results 1 – 2 of 2) sorted by relevance
113 struct dpp_color_caps { struct114 uint16_t dcn_arch : 1; // all DCE generations treated the same116 uint16_t input_lut_shared : 1; // shared with DGAM117 uint16_t icsc : 1;118 uint16_t dgam_ram : 1;119 uint16_t post_csc : 1; // before gamut remap143 struct dpp_color_caps dpp; argument
167 struct dpp_color_caps { struct168 uint16_t dcn_arch : 1;169 uint16_t input_lut_shared : 1;170 uint16_t icsc : 1;171 uint16_t dgam_ram : 1;172 uint16_t post_csc : 1;173 uint16_t gamma_corr : 1;174 uint16_t hw_3d_lut : 1;175 uint16_t ogam_ram : 1;176 uint16_t ocsc : 1;[all …]