Home
last modified time | relevance | path

Searched refs:unify_interfaces (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_compiler.c197 nir_options->unify_interfaces = i < MESA_SHADER_FRAGMENT; in brw_compiler_create()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_program.c716 assert(!options->unify_interfaces); in st_create_common_variant()
743 if (!options->unify_interfaces) { in st_create_common_variant()
Dst_glsl_to_nir.cpp877 ctx->Const.ShaderCompilerOptions[shader->Stage].NirOptions->unify_interfaces) { in st_link_nir()
/third_party/mesa3d/src/compiler/nir/
Dnir.h3516 bool unify_interfaces; member
/third_party/mesa3d/src/intel/vulkan/
Danv_pipeline.c1621 if (prev_stage && compiler->nir_options[s]->unify_interfaces) { in anv_graphics_pipeline_compile()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_nir.cpp3379 op.unify_interfaces = false; in nvir_nir_shader_compiler_options()
/third_party/mesa3d/docs/relnotes/
D20.0.0.rst1965 - iris: Set nir_shader_compiler_options::unify_interfaces.
D21.2.0.rst2723 - mesa/st: Don't assert !unify_interfaces in the passthrough edge flags case