Searched refs:nir_opt_if (Results 1 - 25 of 32) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/tests/
H A Dopt_if_tests.cpp82 ASSERT_TRUE(nir_opt_if(bld.shader, false));
133 ASSERT_TRUE(nir_opt_if(bld.shader, false));
172 progress = nir_opt_if(bld.shader, false);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.1.4.rst34 - Amber test leads to NIR validation failed after nir_opt_if (on spirv-fuzz shader)
/xsrc/external/mit/MesaLib/dist/src/compiler/clc/
H A Dclc.c103 NIR_PASS(progress, s, nir_opt_if, true);
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_nir.c144 * things up if we want any hope of nir_opt_if or nir_opt_loop_unroll
150 progress |= OPT(s, nir_opt_if, false);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_screen.c198 NIR_PASS(progress, s, nir_opt_if, true);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/
H A DMakefile.sources299 nir/nir_opt_if.c \
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_if.c1516 nir_opt_if(nir_shader *shader, bool aggressive_last_continue) function in typeref:typename:bool
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_opt_if.c1427 nir_opt_if(nir_shader *shader, bool aggressive_last_continue) function in typeref:typename:bool
H A Dnir.h3721 bool nir_opt_if(nir_shader *shader, bool aggressive_last_continue);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_nir.c838 NIR_PASS(progress, nir, nir_opt_if, true);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_glsl_to_nir.cpp327 NIR_PASS(progress, nir, nir_opt_if, false);
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_shader.c161 NIR_PASS(progress, shader, nir_opt_if, true);
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_nir.c604 * things up if we want any hope of nir_opt_if or nir_opt_loop_unroll
610 OPT(nir_opt_if, false);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_nir.c612 * things up if we want any hope of nir_opt_if or nir_opt_loop_unroll
618 OPT(nir_opt_if, false);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_nir.cpp734 NIR_PASS(progress, shader, nir_opt_if, false);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_nir.c583 NIR_PASS(lower_phis_to_scalar, nir, nir_opt_if, true);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_nir.cpp294 NIR_PASS(progress, nir, nir_opt_if, false);
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_nir.c267 * things up if we want any hope of nir_opt_if or nir_opt_loop_unroll
273 progress |= OPT(s, nir_opt_if, false);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dir2_nir.c78 * things up if we want any hope of nir_opt_if or nir_opt_loop_unroll
85 progress |= OPT(s, nir_opt_if, false);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir.c161 * things up if we want any hope of nir_opt_if or nir_opt_loop_unroll
168 progress |= OPT(s, nir_opt_if, false);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dir2_nir.c90 * things up if we want any hope of nir_opt_if or nir_opt_loop_unroll
97 progress |= OPT(s, nir_opt_if, false);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_pipeline.c618 * things up if we want any hope of nir_opt_if or nir_opt_loop_unroll
625 NIR_PASS(progress, nir, nir_opt_if, true);
/xsrc/external/mit/MesaLib/dist/src/microsoft/clc/
H A Dclc_compiler.c912 NIR_PASS(progress, nir, nir_opt_if, true);
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_pipeline.c321 OPT(nir_opt_if, false);
1719 NIR_PASS(progress, nir, nir_opt_if, false);
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_shader.c164 NIR_PASS(progress, shader, nir_opt_if, true);

Completed in 40 milliseconds

12