Searched refs:EmitNoIndirectOutput (Results 1 – 6 of 6) sorted by relevance
279 fs_options->EmitNoIndirectOutput = true; in i915CreateContext()
225 ctx->ShaderCompilerOptions[i].EmitNoIndirectOutput = true; in brwCreateContext()
214 options->EmitNoIndirectOutput = !screen->get_shader_param(screen, sh, in st_init_limits()
5060 if (options->EmitNoIndirectInput || options->EmitNoIndirectOutput in st_link_shader()5065 options->EmitNoIndirectOutput, in st_link_shader()
2995 if (options->EmitNoIndirectInput || options->EmitNoIndirectOutput in _mesa_ir_link_shader()3000 options->EmitNoIndirectOutput, in _mesa_ir_link_shader()
2474 GLboolean EmitNoIndirectOutput; /**< No indirect addressing of outputs */ member