Home
last modified time | relevance | path

Searched refs:SampleShading (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_atom_rasterizer.c235 ctx->Multisample.SampleShading && in st_update_rasterizer()
Dst_atom_shader.c144 st->ctx->Multisample.SampleShading && in st_update_fp()
/external/mesa3d/src/mesa/main/
Dmultisample.c71 ctx->Multisample.SampleShading = GL_FALSE; in _mesa_init_multisample()
Denable.c1013 if (ctx->Multisample.SampleShading == state) in _mesa_set_enable()
1018 ctx->Multisample.SampleShading = state; in _mesa_set_enable()
1933 return ctx->Multisample.SampleShading; in _mesa_IsEnabled()
Dmtypes.h682 GLboolean SampleShading; member
/external/mesa3d/src/mesa/program/
Dprogram.c530 else if (ctx->Multisample.SampleShading) in _mesa_get_min_invocations_per_fragment()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm.c497 ctx->Multisample.SampleShading && in brw_wm_populate_key()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c812 if (ctx->Multisample.SampleShading) in _mesa_meta_begin()
1181 if (ctx_ms->SampleShading != save_ms->SampleShading) in _mesa_meta_end()
1182 _mesa_set_enable(ctx, GL_SAMPLE_SHADING, save_ms->SampleShading); in _mesa_meta_end()