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.cpp395 prog_data->patch_count_threshold = brw::get_patch_count_threshold(key->input_vertices); in brw_compile_tcs()
Dbrw_compiler.h1342 int patch_count_threshold; member
/third_party/mesa3d/src/intel/vulkan/
DgenX_pipeline.c1659 hs.PatchCountThreshold = tcs_prog_data->patch_count_threshold; in emit_3dstate_hs_te_ds()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_state.c4559 hs.PatchCountThreshold = tcs_prog_data->patch_count_threshold; in iris_store_tcs_state()