Home
last modified time | relevance | path

Searched refs:tess_present (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/intel/common/
Dintel_urb_config.c66 bool tess_present, bool gs_present, in intel_get_urb_config() argument
95 const bool active[4] = { true, tess_present, tess_present, gs_present }; in intel_get_urb_config()
123 [MESA_SHADER_VERTEX] = tess_present && devinfo->ver == 8 ? in intel_get_urb_config()
136 [MESA_SHADER_TESS_CTRL] = tess_present ? 1 : 0, in intel_get_urb_config()
138 [MESA_SHADER_TESS_EVAL] = tess_present ? in intel_get_urb_config()
280 } else if (tess_present) { in intel_get_urb_config()
Dintel_l3_config.h104 bool tess_present, bool gs_present,
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_blorp.c390 ice->urb.tess_present = false; in crocus_blorp_exec()
Dcrocus_context.h727 bool tess_present; member
Dcrocus_state.c6062 bool tess_present = ice->shaders.prog[MESA_SHADER_TESS_EVAL] != NULL; local
6083 ice->urb.tess_present == tess_present &&
6093 ice->urb.tess_present = tess_present;
6102 tess_present,