Searched refs:nstops (Results 1 – 5 of 5) sorted by relevance
722 for (i = 0; i < pgradient->nstops; i++) { in _glamor_gradient_set_stops()874 stops_count = src_picture->pSourcePict->radial.nstops + 2; in glamor_generate_radial_gradient_picture()887 nstops + 2, 1); in glamor_generate_radial_gradient_picture()903 if (src_picture->pSourcePict->radial.nstops + 2 <= RADIAL_SMALL_STOPS) { in glamor_generate_radial_gradient_picture()991 if (src_picture->pSourcePict->linear.nstops + 2 <= RADIAL_SMALL_STOPS) { in glamor_generate_radial_gradient_picture()1185 stops_count = src_picture->pSourcePict->linear.nstops + 2; in glamor_generate_linear_gradient_picture()1198 nstops + 2, 1); in glamor_generate_linear_gradient_picture()1220 if (src_picture->pSourcePict->linear.nstops + 2 <= 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()
81 int nstops; member87 int nstops; member101 int nstops; member109 int nstops; member
831 pGradient->gradient.nstops = stopCount; in initGradient()
244 gradient->nstops); in create_linear_gradient_image()263 gradient->nstops); in create_radial_gradient_image()278 gradient->nstops); in create_conical_gradient_image()
54344 category. If nstops < 6, we will use the no array version54346 nstops < 16, we use array version of the shader, which is54347 compiled and linked at screen init stage. Else if nstops >54349 program will be cached until bigger nstops.