Home
last modified time | relevance | path

Searched refs:nir_opt_peephole_select (Results 1 – 24 of 24) sorted by relevance

/external/mesa3d/src/gallium/drivers/lima/
Dlima_program.c126 NIR_PASS(progress, s, nir_opt_peephole_select, 8, true, true); in lima_program_optimize_vs_nir()
221 NIR_PASS(progress, s, nir_opt_peephole_select, 8, true, true); in lima_program_optimize_fs_nir()
/external/mesa3d/src/intel/compiler/
Dbrw_nir.c587 OPT(nir_opt_peephole_select, 0, !is_vec4_tessellation, false); in brw_nir_optimize()
588 OPT(nir_opt_peephole_select, 8, !is_vec4_tessellation, in brw_nir_optimize()
1076 OPT(nir_opt_peephole_select, 0, is_vec4_tessellation, false); in brw_postprocess_nir()
1077 OPT(nir_opt_peephole_select, 1, is_vec4_tessellation, in brw_postprocess_nir()
/external/mesa3d/src/compiler/nir/
Dnir_opt_peephole_select.c316 nir_opt_peephole_select(nir_shader *shader, unsigned limit, in nir_opt_peephole_select() function
Dnir_lower_multiview.c165 progress |= nir_opt_peephole_select(shader_no_position, 0, false, false); in shader_only_position_uses_view_index()
Dmeson.build218 'nir_opt_peephole_select.c',
Dnir.h5102 bool nir_opt_peephole_select(nir_shader *shader, unsigned limit,
/external/mesa3d/src/gallium/drivers/zink/
Dzink_compiler.c176 NIR_PASS(progress, s, nir_opt_peephole_select, 8, true, true); in optimize_nir()
/external/mesa3d/src/freedreno/ir3/
Dir3_nir.c214 progress |= OPT(s, nir_opt_peephole_select, 16, true, true); in ir3_optimize_loop()
/external/mesa3d/src/compiler/
DMakefile.sources337 nir/nir_opt_peephole_select.c \
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_nir.c467 NIR_PASS(progress, nir, nir_opt_peephole_select, 8, true, true); in si_nir_opts()
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline.c320 OPT(nir_opt_peephole_select, 0, false, false); in nir_optimize()
321 OPT(nir_opt_peephole_select, 8, false, true); in nir_optimize()
1702 NIR_PASS(progress, nir, nir_opt_peephole_select, 8, true, true); in st_nir_opts()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_nir.cpp292 NIR_PASS(progress, nir, nir_opt_peephole_select, 8, true, true); in st_nir_opts()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir.cpp724 NIR_PASS(progress, shader, nir_opt_peephole_select, 200, true, true); in optimize_once()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_nir.c76 progress |= OPT(s, nir_opt_peephole_select, UINT_MAX, true, true); in ir2_optimize_loop()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir.c152 progress |= OPT(s, nir_opt_peephole_select, 16, true, true); in etna_optimize_loop()
/external/mesa3d/src/amd/vulkan/
Dradv_shader.c217 NIR_PASS(progress, shader, nir_opt_peephole_select, 8, true, true); in radv_optimize_nir()
/external/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c2302 NIR_PASS(progress, nir, nir_opt_peephole_select, 64, false, true); in bi_optimize_nir()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c2296 NIR_PASS(progress, s, nir_opt_peephole_select, in ntt_optimize_nir()
Dtgsi_to_nir.c2437 NIR_PASS(progress, nir, nir_opt_peephole_select, 8, true, true); in ttn_optimize_nir()
/external/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c279 NIR_PASS(progress, nir, nir_opt_peephole_select, 64, false, true); in optimise_nir()
/external/mesa3d/src/compiler/glsl/
Dglsl_to_nir.cpp2717 NIR_PASS_V(nir, nir_opt_peephole_select, 1, false, false); in glsl_float64_funcs_to_nir()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c1541 NIR_PASS(progress, s, nir_opt_peephole_select, 8, true, true); in vc4_optimize_nir()
/external/mesa3d/src/broadcom/compiler/
Dnir_to_vir.c1522 NIR_PASS(progress, s, nir_opt_peephole_select, 8, true, true); in v3d_optimize_nir()
/external/mesa3d/docs/relnotes/
D20.0.0.rst1441 - intel/compiler: Increase nir_opt_peephole_select threshold
1444 nir_opt_peephole_select