Home
last modified time | relevance | path

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

/third_party/mesa3d/src/microsoft/compiler/
Ddxil_nir.h75 bool dxil_nir_set_tcs_patches_in(nir_shader *nir, unsigned num_control_points);
Ddxil_nir_tess.c375 dxil_nir_set_tcs_patches_in(nir_shader *nir, unsigned num_control_points) in dxil_nir_set_tcs_patches_in() function
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_compiler.cpp1162 NIR_PASS_V(new_nir_variant, dxil_nir_set_tcs_patches_in, key.hs.patch_vertices_in); in select_shader_variant()