Searched refs:EmitNoIndirectOutput (Results 1 – 7 of 7) sorted by relevance
81 if (options->EmitNoIndirectInput || options->EmitNoIndirectOutput || in st_link_shader()85 options->EmitNoIndirectOutput, in st_link_shader()
305 options->EmitNoIndirectOutput = in st_init_limits()
159 compiler->glsl_compiler_options[i].EmitNoIndirectOutput = false; in brw_compiler_create()
271 fs_options->EmitNoIndirectOutput = true; in i915CreateContext()
152 if (options->EmitNoIndirectOutput) in visit_enter()
3028 if (options->EmitNoIndirectInput || options->EmitNoIndirectOutput in _mesa_ir_link_shader()3033 options->EmitNoIndirectOutput, in _mesa_ir_link_shader()
3225 GLboolean EmitNoIndirectOutput; /**< No indirect addressing of outputs */ member