Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
H A Dbrw_nir.c593 const bool is_vec4_tessellation = !is_scalar && in brw_nir_optimize() local
596 OPT(nir_opt_peephole_select, 0, !is_vec4_tessellation, false); in brw_nir_optimize()
597 OPT(nir_opt_peephole_select, 8, !is_vec4_tessellation, in brw_nir_optimize()
1201 * See brw_nir_optimize for the explanation of is_vec4_tessellation. in brw_postprocess_nir()
1203 const bool is_vec4_tessellation = !is_scalar && in brw_postprocess_nir() local
1206 OPT(nir_opt_peephole_select, 0, is_vec4_tessellation, false); in brw_postprocess_nir()
1207 OPT(nir_opt_peephole_select, 1, is_vec4_tessellation, in brw_postprocess_nir()

Completed in 2 milliseconds