Home
last modified time | relevance | path

Searched refs:bqs (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_blend.c924 const struct blend_quad_stage *bqs = blend_quad_stage(qs); in blend_fallback() local
940 const boolean clamp = bqs->clamp[cbuf]; in blend_fallback()
990 if (bqs->format_type[cbuf] != UTIL_FORMAT_TYPE_FLOAT) { in blend_fallback()
1005 rebase_colors(bqs->base_format[cbuf], quadColor); in blend_fallback()
1032 const struct blend_quad_stage *bqs = blend_quad_stage(qs); in blend_single_add_src_alpha_inv_src_alpha() local
1063 if (bqs->clamp[0] || qs->softpipe->rasterizer->clamp_fragment_color) { in blend_single_add_src_alpha_inv_src_alpha()
1086 if (bqs->clamp[0]) { in blend_single_add_src_alpha_inv_src_alpha()
1090 rebase_colors(bqs->base_format[0], quadColor); in blend_single_add_src_alpha_inv_src_alpha()
1109 const struct blend_quad_stage *bqs = blend_quad_stage(qs); in blend_single_add_one_one() local
1136 if (bqs in blend_single_add_one_one()
1178 const struct blend_quad_stage *bqs = blend_quad_stage(qs); single_output_color() local
1222 struct blend_quad_stage *bqs = blend_quad_stage(qs); choose_blend_quad() local
[all...]
/third_party/python/Lib/test/test_email/
H A Dtest__header_value_parser.py539 bqs = self._test_get_x(parser.get_bare_quoted_string,
541 self.assertEqual(bqs.token_type, 'bare-quoted-string')

Completed in 10 milliseconds