Searched refs:srgb_correction (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Darb_program_shader.c1044 if(ctx->cur_ps_args->super.srgb_correction && reg->idx == 0)
1050 if(ctx->cur_ps_args->super.srgb_correction) FIXME("sRGB correction on higher render targets\n");
1748 if(ctx->cur_ps_args->super.srgb_correction && ps->color0_mov)
3335 BOOL dcl_tmp = args->super.srgb_correction, dcl_td = FALSE;
3464 if(args->super.srgb_correction) {
3476 if(args->super.srgb_correction) {
3607 if(args->super.srgb_correction) {
H A Dshader.c2032 args->srgb_correction = stateblock->renderState[WINED3DRS_SRGBWRITEENABLE] ? 1 : 0;
H A Dglsl_shader.c1150 if (ps_args->srgb_correction)
4214 if (args->srgb_correction)
H A Dwined3d_private.h737 WORD srgb_correction; member in struct:ps_compile_args
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Darb_program_shader.c1184 if (ctx->cur_ps_args->super.srgb_correction)
3650 priv_ctx.ps_post_process = args->super.srgb_correction;
3755 if (args->super.srgb_correction)
3888 if(args->super.srgb_correction) {
H A Dshader.c2056 args->srgb_correction = 1;
H A Dglsl_shader.c1254 if (ps_args->srgb_correction)
4575 if (args->srgb_correction)
H A Dwined3d_private.h810 WORD srgb_correction; member in struct:ps_compile_args
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dshader.c2038 args->srgb_correction = stateblock->renderState[WINED3DRS_SRGBWRITEENABLE] ? 1 : 0;
H A Dglsl_shader.c1171 if (ps_args->srgb_correction)
4341 if (args->srgb_correction)
H A Dwined3d_private.h748 WORD srgb_correction; member in struct:ps_compile_args

Completed in 191 milliseconds