Searched refs:tes_data (Results 1 – 2 of 2) sorted by relevance
1917 const struct brw_tes_prog_data *tes_data = (void *) tes->prog_data; in iris_update_compiled_shaders() local1919 tes_data->output_topology == BRW_TESS_OUTPUT_TOPOLOGY_LINE || in iris_update_compiled_shaders()1920 tes_data->output_topology == BRW_TESS_OUTPUT_TOPOLOGY_POINT; in iris_update_compiled_shaders()
4082 const struct brw_tes_prog_data *tes_data = in iris_is_drawing_points() local4084 return tes_data->output_topology == BRW_TESS_OUTPUT_TOPOLOGY_POINT; in iris_is_drawing_points()