Home
last modified time | relevance | path

Searched refs:lower_to_scalar (Results 1 – 25 of 25) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_subgroups.c218 if (options->lower_to_scalar && swizzle->num_components > 1) { in lower_shuffle_to_swizzle()
298 if (options->lower_to_scalar && shuffle->num_components > 1) { in lower_to_shuffle()
578 if (options->lower_to_scalar && qbcst->num_components > 1) { in lower_dynamic_quad_broadcast()
626 if (options->lower_to_scalar && intrin->num_components > 1) in lower_subgroups_instr()
636 if (options->lower_to_scalar && intrin->num_components > 1) in lower_subgroups_instr()
645 if (options->lower_to_scalar && intrin->num_components > 1) in lower_subgroups_instr()
784 else if (options->lower_to_scalar && intrin->num_components > 1) in lower_subgroups_instr()
794 else if (options->lower_to_scalar && intrin->num_components > 1) in lower_subgroups_instr()
809 else if (options->lower_to_scalar && intrin->num_components > 1) in lower_subgroups_instr()
821 if (options->lower_to_scalar && intrin->num_components > 1) in lower_subgroups_instr()
[all …]
Dnir.h3500 bool lower_to_scalar; member
4885 bool lower_to_scalar:1; member
/third_party/mesa3d/src/mesa/state_tracker/
Dst_nir_builtins.c49 if (nir->options->lower_to_scalar) { in st_nir_finish_builtin_shader()
Dst_glsl_to_nir.cpp404 if (options->lower_to_scalar) { in st_nir_preprocess()
531 if (!nir->options->lower_to_scalar) { in st_glsl_to_nir_post_opts()
740 if (options->lower_to_scalar) { in st_link_nir()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_compiler.c112 .lower_to_scalar = true, \
Dir3_nir.c505 .lower_to_scalar = true, in ir3_nir_post_finalize()
/third_party/mesa3d/src/intel/compiler/
Dbrw_compiler.c58 .lower_to_scalar = true, \
Dbrw_nir.c889 .lower_to_scalar = true, in brw_preprocess_nir()
/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_linker.c62 if (nir->options->lower_to_scalar) { in gl_nir_opts()
123 if (producer->options->lower_to_scalar) { in gl_nir_link_opts()
Dgl_nir_link_varyings.c2612 if (producer->options->lower_to_scalar && !vm->disable_varying_packing && in link_shader_opts()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_nir.c269 .lower_to_scalar = true, in si_lower_nir()
Dsi_get.c1106 .lower_to_scalar = true, in si_init_screen_get_functions()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_screen.c731 .lower_to_scalar = true,
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.c1364 .lower_to_scalar = true, in r600_common_screen_init()
1400 rscreen->nir_options.lower_to_scalar = false; in r600_common_screen_init()
/third_party/mesa3d/src/gallium/frontends/clover/nir/
Dinvocation.cpp507 if (compiler_options->lower_to_scalar) { in spirv_to_nir()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_screen.c628 .lower_to_scalar = true,
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline.c235 .lower_to_scalar = true,
1706 if (producer->options->lower_to_scalar) { in link_shaders()
/third_party/mesa3d/src/amd/vulkan/
Dradv_shader.c966 .lower_to_scalar = 1, in radv_shader_spirv_to_nir()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c2461 if (nir->options->lower_to_scalar) { in ttn_optimize_nir()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c2171 .lower_to_scalar = true,
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir.c2772 .lower_to_scalar = true, in lp_build_opt_nir()
/third_party/mesa3d/docs/relnotes/
D19.3.0.rst2435 - nir: add nir_shader_compiler_options::lower_to_scalar
2436 - st/mesa: use nir_shader_compiler_options::lower_to_scalar
2437 - tgsi_to_nir: use nir_shader_compiler_options::lower_to_scalar
D21.2.0.rst2474 - nir: Add filter callback for lower_to_scalar to the options
2475 - gallium: pass lower_to_scalar_filter to lower_to_scalar pass
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_nir.cpp3378 op.lower_to_scalar = false; in nvir_nir_shader_compiler_options()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_compiler.c3060 subgroup_options.lower_to_scalar = true; in zink_shader_create()