Home
last modified time | relevance | path

Searched refs:dxil_nir_split_tess_ctrl (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/microsoft/compiler/
Ddxil_nir.h73 void dxil_nir_split_tess_ctrl(nir_shader *nir, nir_function **patch_const_func);
Ddxil_nir_tess.c177 dxil_nir_split_tess_ctrl(nir_shader *nir, nir_function **patch_const_func) in dxil_nir_split_tess_ctrl() function
Dnir_to_dxil.c5875 NIR_PASS_V(s, dxil_nir_split_tess_ctrl, &ctx->tess_ctrl_patch_constant_func); in nir_to_dxil()