Searched refs:unify_interfaces (Results 1 – 8 of 8) sorted by relevance
197 nir_options->unify_interfaces = i < MESA_SHADER_FRAGMENT; in brw_compiler_create()
716 assert(!options->unify_interfaces); in st_create_common_variant()743 if (!options->unify_interfaces) { in st_create_common_variant()
877 ctx->Const.ShaderCompilerOptions[shader->Stage].NirOptions->unify_interfaces) { in st_link_nir()
3516 bool unify_interfaces; member
1621 if (prev_stage && compiler->nir_options[s]->unify_interfaces) { in anv_graphics_pipeline_compile()
3379 op.unify_interfaces = false; in nvir_nir_shader_compiler_options()
1965 - iris: Set nir_shader_compiler_options::unify_interfaces.
2723 - mesa/st: Don't assert !unify_interfaces in the passthrough edge flags case