Lines Matching refs:attribute
133 Atom attribute, INT32 value, pointer data)
138 if (attribute == intel_xv_Brightness) {
143 } else if (attribute == intel_xv_Contrast) {
148 } else if (attribute == intel_xv_Saturation) {
152 } else if (attribute == intel_xv_Pipe) {
160 } else if (attribute == intel_xv_Gamma0 && (INTEL_INFO(intel)->gen >= 030)) {
162 } else if (attribute == intel_xv_Gamma1 && (INTEL_INFO(intel)->gen >= 030)) {
164 } else if (attribute == intel_xv_Gamma2 && (INTEL_INFO(intel)->gen >= 030)) {
166 } else if (attribute == intel_xv_Gamma3 && (INTEL_INFO(intel)->gen >= 030)) {
168 } else if (attribute == intel_xv_Gamma4 && (INTEL_INFO(intel)->gen >= 030)) {
170 } else if (attribute == intel_xv_Gamma5 && (INTEL_INFO(intel)->gen >= 030)) {
172 } else if (attribute == intel_xv_ColorKey) {
178 if ((attribute == intel_xv_Gamma0 ||
179 attribute == intel_xv_Gamma1 ||
180 attribute == intel_xv_Gamma2 ||
181 attribute == intel_xv_Gamma3 ||
182 attribute == intel_xv_Gamma4 ||
183 attribute == intel_xv_Gamma5) && (INTEL_INFO(intel)->gen >= 030)) {
190 if (attribute == intel_xv_ColorKey)