Searched refs:GLSLZeroInit (Results 1 – 5 of 5) sorted by relevance
1223 consts->GLSLZeroInit = 1; in st_init_extensions()1225 consts->GLSLZeroInit = screen->get_param(screen, PIPE_CAP_GLSL_ZERO_INIT); in st_init_extensions()
85 if (ctx->Const.GLSLZeroInit == 1) { in _mesa_glsl_parse_state()87 } else if (ctx->Const.GLSLZeroInit == 2) { in _mesa_glsl_parse_state()
918 ctx->Const.GLSLZeroInit = driQueryOptionb(options, "glsl_zero_init") ? 1 : 0; in brw_process_driconf_options()
3894 GLchar GLSLZeroInit; member
3701 - mesa: extend GLSLZeroInit semantics