Searched refs:RedBias (Results 1 – 8 of 8) sorted by relevance
546 if (ctx->Pixel.RedBias == param) in _mesa_PixelTransferf()549 ctx->Pixel.RedBias = param; in _mesa_PixelTransferf()627 if (ctx->Pixel.RedScale != 1.0F || ctx->Pixel.RedBias != 0.0F || in update_image_transfer_state()695 ctx->Pixel.RedBias = 0.0; in _mesa_init_pixel()
170 ctx->Pixel.RedBias, ctx->Pixel.GreenBias, in _mesa_apply_rgba_transfer_ops()
1041 GLfloat RedBias, RedScale; member
925 { GL_RED_BIAS, CONTEXT_FLOAT(Pixel.RedBias), NO_EXTRA },
76 if (ctx->Pixel.RedBias != 0.0 || ctx->Pixel.RedScale != 1.0 || in make_state_key()
116 if (ctx->Pixel.RedBias != 0.0 || ctx->Pixel.RedScale != 1.0 || in get_glsl_pixel_transfer_program()1021 key.scaleAndBias = (ctx->Pixel.RedBias != 0.0 || in get_color_fp_variant()
114 GLfloat RedBias, RedScale; member573 save->RedBias = ctx->Pixel.RedBias; in _mesa_meta_begin()582 ctx->Pixel.RedBias = 0.0F; in _mesa_meta_begin()899 ctx->Pixel.RedBias = save->RedBias; in _mesa_meta_end()
548 value[0] = ctx->Pixel.RedBias; in _mesa_fetch_state()