Searched refs:unify_interfaces (Results 1 – 11 of 11) sorted by relevance
124 nir_options->unify_interfaces = i < MESA_SHADER_FRAGMENT; in elk_compiler_create()
180 nir_options->unify_interfaces = i < MESA_SHADER_FRAGMENT; in brw_compiler_create()
746 assert(!options->unify_interfaces); in st_create_common_variant()773 if (!options->unify_interfaces) { in st_create_common_variant()
707 ctx->Const.ShaderCompilerOptions[shader->Stage].NirOptions->unify_interfaces) { in st_link_glsl_to_nir()
1315 if (prev_stage && compiler->nir_options[s]->unify_interfaces) { in anv_graphics_pipeline_compile()
4094 bool unify_interfaces; member
3624 op.unify_interfaces = false; in nvir_nir_shader_compiler_options()
2416 if (prev_stage && compiler->nir_options[s]->unify_interfaces) { in anv_graphics_pipeline_compile()
1965 - iris: Set nir_shader_compiler_options::unify_interfaces.
2723 - mesa/st: Don't assert !unify_interfaces in the passthrough edge flags case
51591 …xternal/mesa3d,[email protected],i965: Make unify_interfaces not spread VA…