Home
last modified time | relevance | path

Searched refs:use_tcs_8_patch (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_tcs.c181 if (devinfo->gen < 8 || !tcp || compiler->use_tcs_8_patch) in brw_tcs_populate_key()
252 if (devinfo->gen < 8 || compiler->use_tcs_8_patch) in brw_tcs_populate_default_key()
/external/mesa3d/src/intel/compiler/
Dbrw_compiler.c108 compiler->use_tcs_8_patch = in brw_compiler_create()
Dbrw_vec4_tcs.cpp397 if (compiler->use_tcs_8_patch && in brw_compile_tcs()
Dbrw_compiler.h98 bool use_tcs_8_patch; member
/external/mesa3d/src/gallium/drivers/iris/
Diris_draw.c88 if (compiler->use_tcs_8_patch) in iris_update_draw_info()
Diris_program.c1400 !tcs || compiler->use_tcs_8_patch ? ice->state.vertices_per_patch : 0, in iris_update_compiled_tcs()
2280 if (compiler->use_tcs_8_patch) in iris_create_tcs_state()