/external/mesa3d/src/gallium/drivers/lima/ |
D | lima_program.c | 126 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/ |
D | brw_nir.c | 587 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/ |
D | nir_opt_peephole_select.c | 316 nir_opt_peephole_select(nir_shader *shader, unsigned limit, in nir_opt_peephole_select() function
|
D | nir_lower_multiview.c | 165 progress |= nir_opt_peephole_select(shader_no_position, 0, false, false); in shader_only_position_uses_view_index()
|
D | meson.build | 218 'nir_opt_peephole_select.c',
|
D | nir.h | 5102 bool nir_opt_peephole_select(nir_shader *shader, unsigned limit,
|
/external/mesa3d/src/gallium/drivers/zink/ |
D | zink_compiler.c | 176 NIR_PASS(progress, s, nir_opt_peephole_select, 8, true, true); in optimize_nir()
|
/external/mesa3d/src/freedreno/ir3/ |
D | ir3_nir.c | 214 progress |= OPT(s, nir_opt_peephole_select, 16, true, true); in ir3_optimize_loop()
|
/external/mesa3d/src/compiler/ |
D | Makefile.sources | 337 nir/nir_opt_peephole_select.c \
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_nir.c | 467 NIR_PASS(progress, nir, nir_opt_peephole_select, 8, true, true); in si_nir_opts()
|
/external/mesa3d/src/broadcom/vulkan/ |
D | v3dv_pipeline.c | 320 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/ |
D | st_glsl_to_nir.cpp | 292 NIR_PASS(progress, nir, nir_opt_peephole_select, 8, true, true); in st_nir_opts()
|
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_nir.cpp | 724 NIR_PASS(progress, shader, nir_opt_peephole_select, 200, true, true); in optimize_once()
|
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | ir2_nir.c | 76 progress |= OPT(s, nir_opt_peephole_select, UINT_MAX, true, true); in ir2_optimize_loop()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler_nir.c | 152 progress |= OPT(s, nir_opt_peephole_select, 16, true, true); in etna_optimize_loop()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_shader.c | 217 NIR_PASS(progress, shader, nir_opt_peephole_select, 8, true, true); in radv_optimize_nir()
|
/external/mesa3d/src/panfrost/bifrost/ |
D | bifrost_compile.c | 2302 NIR_PASS(progress, nir, nir_opt_peephole_select, 64, false, true); in bi_optimize_nir()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 2296 NIR_PASS(progress, s, nir_opt_peephole_select, in ntt_optimize_nir()
|
D | tgsi_to_nir.c | 2437 NIR_PASS(progress, nir, nir_opt_peephole_select, 8, true, true); in ttn_optimize_nir()
|
/external/mesa3d/src/panfrost/midgard/ |
D | midgard_compile.c | 279 NIR_PASS(progress, nir, nir_opt_peephole_select, 64, false, true); in optimise_nir()
|
/external/mesa3d/src/compiler/glsl/ |
D | glsl_to_nir.cpp | 2717 NIR_PASS_V(nir, nir_opt_peephole_select, 1, false, false); in glsl_float64_funcs_to_nir()
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_program.c | 1541 NIR_PASS(progress, s, nir_opt_peephole_select, 8, true, true); in vc4_optimize_nir()
|
/external/mesa3d/src/broadcom/compiler/ |
D | nir_to_vir.c | 1522 NIR_PASS(progress, s, nir_opt_peephole_select, 8, true, true); in v3d_optimize_nir()
|
/external/mesa3d/docs/relnotes/ |
D | 20.0.0.rst | 1441 - intel/compiler: Increase nir_opt_peephole_select threshold 1444 nir_opt_peephole_select
|