Home
last modified time | relevance | path

Searched refs:patch_count_threshold (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4_tcs.cpp399 prog_data->patch_count_threshold = brw::get_patch_count_threshold(key->input_vertices); in brw_compile_tcs()
Dbrw_compiler.h1324 int patch_count_threshold; member
/third_party/mesa3d/src/intel/vulkan/
DgenX_pipeline.c1908 hs.PatchCountThreshold = tcs_prog_data->patch_count_threshold;
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_state.c4407 hs.PatchCountThreshold = tcs_prog_data->patch_count_threshold; in iris_store_tcs_state()