Searched refs:is_vec4_tessellation (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_nir.c590 const bool is_vec4_tessellation = !is_scalar && local in function:brw_nir_optimize
593 OPT(nir_opt_peephole_select, 0, !is_vec4_tessellation, false);
594 OPT(nir_opt_peephole_select, 1, !is_vec4_tessellation,
882 * See brw_nir_optimize for the explanation of is_vec4_tessellation.
884 const bool is_vec4_tessellation = !is_scalar && local in function:brw_postprocess_nir
887 OPT(nir_opt_peephole_select, 0, is_vec4_tessellation, false);
888 OPT(nir_opt_peephole_select, 1, is_vec4_tessellation,
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_nir.c584 const bool is_vec4_tessellation = !is_scalar && local in function:brw_nir_optimize
587 OPT(nir_opt_peephole_select, 0, !is_vec4_tessellation, false);
588 OPT(nir_opt_peephole_select, 8, !is_vec4_tessellation,
1108 * See brw_nir_optimize for the explanation of is_vec4_tessellation.
1110 const bool is_vec4_tessellation = !is_scalar && local in function:brw_postprocess_nir
1113 OPT(nir_opt_peephole_select, 0, is_vec4_tessellation, false);
1114 OPT(nir_opt_peephole_select, 1, is_vec4_tessellation,

Completed in 5 milliseconds