Searched refs:LINEAR_SMALL_STOPS (Results 1 – 2 of 2) sorted by relevance
35 #define LINEAR_SMALL_STOPS (6 + 2) macro1130 GLfloat stop_colors_st[LINEAR_SMALL_STOPS * 4]; in glamor_generate_linear_gradient_picture()1131 GLfloat n_stops_st[LINEAR_SMALL_STOPS]; in glamor_generate_linear_gradient_picture()1189 if (stops_count <= LINEAR_SMALL_STOPS) { in glamor_generate_linear_gradient_picture()1220 if (src_picture->pSourcePict->linear.nstops + 2 <= LINEAR_SMALL_STOPS) { in glamor_generate_linear_gradient_picture()1309 if (stops_count > LINEAR_SMALL_STOPS) { in glamor_generate_linear_gradient_picture()1332 if (src_picture->pSourcePict->linear.nstops + 2 <= LINEAR_SMALL_STOPS) { in glamor_generate_linear_gradient_picture()1419 if (stops_count > LINEAR_SMALL_STOPS) { in glamor_generate_linear_gradient_picture()1436 if (stops_count > LINEAR_SMALL_STOPS) { in glamor_generate_linear_gradient_picture()
54056 The macro like "#define LINEAR_SMALL_STOPS 6 + 2" causes54058 stop_colors_st[LINEAR_SMALL_STOPS*4];" The array is