Searched refs:tes_data (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_program.c1259 const struct brw_tes_prog_data *tes_data = (void *) tes->prog_data; local in function:iris_update_compiled_shaders
1261 tes_data->output_topology == BRW_TESS_OUTPUT_TOPOLOGY_LINE ||
1262 tes_data->output_topology == BRW_TESS_OUTPUT_TOPOLOGY_POINT;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_program.c2442 const struct brw_tes_prog_data *tes_data = (void *) tes->prog_data; local in function:crocus_update_compiled_shaders
2444 tes_data->output_topology == BRW_TESS_OUTPUT_TOPOLOGY_LINE ||
2445 tes_data->output_topology == BRW_TESS_OUTPUT_TOPOLOGY_POINT;
H A Dcrocus_state.c4444 const struct brw_tes_prog_data *tes_data = local in function:crocus_is_drawing_points
4446 return tes_data->output_topology == BRW_TESS_OUTPUT_TOPOLOGY_POINT;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_program.c2182 const struct brw_tes_prog_data *tes_data = (void *) tes->prog_data; local in function:iris_update_compiled_shaders
2184 tes_data->output_topology == BRW_TESS_OUTPUT_TOPOLOGY_LINE ||
2185 tes_data->output_topology == BRW_TESS_OUTPUT_TOPOLOGY_POINT;
H A Diris_state.c4133 const struct brw_tes_prog_data *tes_data = local in function:iris_is_drawing_points
4135 return tes_data->output_topology == BRW_TESS_OUTPUT_TOPOLOGY_POINT;

Completed in 33 milliseconds