Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_link.cpp166 unify_interfaces(struct shader_info **infos) in unify_interfaces() function
364 unify_interfaces(infos); in brw_link_shader()
/external/mesa3d/src/intel/compiler/
Dbrw_compiler.c192 nir_options->unify_interfaces = i < MESA_SHADER_FRAGMENT; in brw_compiler_create()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_nir.cpp823 ctx->Const.ShaderCompilerOptions[shader->Stage].NirOptions->unify_interfaces) { in st_link_nir()
/external/mesa3d/src/intel/vulkan/
Danv_pipeline.c1516 if (prev_stage && compiler->glsl_compiler_options[s].NirOptions->unify_interfaces) { in anv_pipeline_compile_graphics()
/external/mesa3d/src/compiler/nir/
Dnir.h3464 bool unify_interfaces; member
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_nir.cpp3275 op.unify_interfaces = false; in nvir_nir_shader_compiler_options()
/external/mesa3d/docs/relnotes/
D20.0.0.rst1965 - iris: Set nir_shader_compiler_options::unify_interfaces.