Home | History | Annotate | Download | only in nine

Lines Matching defs:sRGB

696     const int sRGB = context->rs[D3DRS_SRGBWRITEENABLE] ? 1 : 0;
725 fb->cbufs[i] = NineSurface9_GetSurface(rt, sRGB);
956 /* TODO: add sRGB override to pipe_sampler_state ? */
974 int sRGB;
982 sRGB = context->samp[s][D3DSAMP_SRGBTEXTURE] ? 1 : 0;
984 view[i] = context->texture[s].view[sRGB];
1022 int sRGB;
1030 sRGB = context->samp[s][D3DSAMP_SRGBTEXTURE] ? 1 : 0;
1032 view[i] = context->texture[s].view[sRGB];
2412 const int sRGB = context->rs[D3DRS_SRGBWRITEENABLE] ? 1 : 0;
2494 cbuf = NineSurface9_GetSurface(rt, sRGB);