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.cpp1111 if (!ctx->Const.GLSLOptimizeConservatively) { in create_new_program()
Dmtypes.h3846 bool GLSLOptimizeConservatively; member
/external/mesa3d/src/mesa/state_tracker/
Dst_extensions.c325 c->GLSLOptimizeConservatively = in st_init_limits()
Dst_glsl_to_tgsi.cpp7033 if (ctx->Const.GLSLOptimizeConservatively) { in st_link_shader()
/external/mesa3d/src/compiler/glsl/
Dglsl_parser_extras.cpp1983 if (ctx->Const.GLSLOptimizeConservatively) { in opt_shader_and_create_symbol_table()
Dlinker.cpp4736 if (ctx->Const.GLSLOptimizeConservatively) { in linker_optimisation_loop()