Home
last modified time | relevance | path

Searched refs:sRGBEnabled (Results 1 – 16 of 16) sorted by relevance

/third_party/vk-gl-cts/framework/referencerenderer/
DrrRenderState.hpp264 bool sRGBEnabled; member
299 , sRGBEnabled (true) in FragmentOperationState()
DrrFragmentOperations.cpp834 bool sRGBTarget = state.sRGBEnabled && tcu::isSRGB(colorBuffer.getFormat()); in render()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_clear.c267 ctx->Color.sRGBEnabled); in brw_clear()
Dbrw_meta_util.c413 if (brw->ctx.Color.sRGBEnabled && in brw_meta_convert_fast_clear_color()
Dbrw_fbo.c860 if (ctx->Color.sRGBEnabled && in brw_blit_framebuffer_with_blitter()
Dbrw_blorp.c580 const bool do_srgb = ctx->Color.sRGBEnabled; in do_blorp_blit()
/third_party/mesa3d/src/mesa/main/
Dattrib.c204 attr->sRGBEnabled = ctx->Color.sRGBEnabled; in _mesa_PushAttrib()
480 TEST_AND_UPDATE(ctx->Color.sRGBEnabled, enable->sRGBEnabled, in pop_enable_group()
900 TEST_AND_UPDATE(ctx->Color.sRGBEnabled, attr->Color.sRGBEnabled, in _mesa_PopAttrib()
Dblend.c1206 if (ctx->Color.sRGBEnabled) in _mesa_get_render_format()
1270 ctx->Color.sRGBEnabled = _mesa_is_gles(ctx); in _mesa_init_color()
Denable.c378 if (ctx->Color.sRGBEnabled == state) in _mesa_set_framebuffer_srgb()
385 ctx->Color.sRGBEnabled = state; in _mesa_set_framebuffer_srgb()
1979 return ctx->Color.sRGBEnabled; in _mesa_IsEnabled()
Dmtypes.h404 GLboolean sRGBEnabled; /**< Framebuffer sRGB blending/updating requested */ member
5103 GLboolean sRGBEnabled; member
/third_party/mesa3d/src/mesa/drivers/common/
Dmeta.h181 GLboolean sRGBEnabled; member
Dmeta.c820 save->sRGBEnabled = ctx->Color.sRGBEnabled; in _mesa_meta_begin()
821 if (ctx->Color.sRGBEnabled) in _mesa_meta_begin()
1194 if (ctx->Color.sRGBEnabled != save->sRGBEnabled) in _mesa_meta_end()
1195 _mesa_set_framebuffer_srgb(ctx, save->sRGBEnabled); in _mesa_meta_end()
Dmeta_blit.c221 ctx->Color.sRGBEnabled && _mesa_is_format_srgb(rb->Format); in blitframebuffer_texture()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_blit.c201 if (!ctx->Color.sRGBEnabled) in st_BlitFramebuffer()
Dst_cb_fbo.c498 boolean enable_srgb = st->ctx->Color.sRGBEnabled && in st_update_renderbuffer_surface()
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrReferenceContext.cpp4372 state.fragOps.sRGBEnabled = m_sRGBUpdateEnabled; in drawWithReference()