Home
last modified time | relevance | path

Searched refs:GLSLOptimizeConservatively (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/main/
Dff_fragment_shader.cpp1270 if (!ctx->Const.GLSLOptimizeConservatively) { in create_new_program()
Dmtypes.h3632 bool GLSLOptimizeConservatively; member
/external/mesa3d/src/mesa/state_tracker/
Dst_extensions.c313 c->GLSLOptimizeConservatively = in st_init_limits()
Dst_glsl_to_tgsi.cpp6960 if (ctx->Const.GLSLOptimizeConservatively) { in st_link_shader()
/external/mesa3d/src/compiler/glsl/
Dglsl_parser_extras.cpp1956 if (ctx->Const.GLSLOptimizeConservatively) { in _mesa_glsl_compile_shader()
Dlinker.cpp5060 if (ctx->Const.GLSLOptimizeConservatively) { in link_shaders()