Home
last modified time | relevance | path

Searched refs:output_topology (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen6_clip_state.c49 return brw_gs_prog_data(brw->gs.base.prog_data)->output_topology == in brw_is_drawing_points()
53 return brw_tes_prog_data(brw->tes.base.prog_data)->output_topology == in brw_is_drawing_points()
73 return brw_gs_prog_data(brw->gs.base.prog_data)->output_topology == in brw_is_drawing_lines()
77 return brw_tes_prog_data(brw->tes.base.prog_data)->output_topology == in brw_is_drawing_lines()
DgenX_state_upload.c2613 gs.OutputTopology = gs_prog_data->output_topology;
4119 te.OutputTopology = tes_prog_data->output_topology;
/external/mesa3d/src/intel/compiler/
Dbrw_shader.cpp1344 prog_data->output_topology = BRW_TESS_OUTPUT_TOPOLOGY_POINT; in brw_compile_tes()
1346 prog_data->output_topology = BRW_TESS_OUTPUT_TOPOLOGY_LINE; in brw_compile_tes()
1349 prog_data->output_topology = in brw_compile_tes()
Dgen6_gs_visitor.cpp195 brw_imm_ud(gs_prog_data->output_topology << in gs_emit_vertex()
566 switch (gs_prog_data->output_topology) { in xfb_write()
Dbrw_compiler.h1245 enum brw_tess_output_topology output_topology; member
1260 unsigned output_topology; member
Dbrw_vec4_gs_visitor.cpp798 prog_data->output_topology = in brw_compile_gs()
/external/mesa3d/src/intel/vulkan/
DgenX_pipeline.c471 switch (get_gs_prog_data(pipeline)->output_topology) { in anv_raster_polygon_mode()
491 switch (get_tes_prog_data(pipeline)->output_topology) { in anv_raster_polygon_mode()
1747 te.OutputTopology = tes_prog_data->output_topology;
1750 if (tes_prog_data->output_topology == OUTPUT_TRI_CCW) {
1752 } else if (tes_prog_data->output_topology == OUTPUT_TRI_CW) {
1755 te.OutputTopology = tes_prog_data->output_topology;
1841 gs.OutputTopology = gs_prog_data->output_topology;
/external/mesa3d/src/gallium/drivers/iris/
Diris_program.c1914 gs_prog_data->output_topology == _3DPRIM_POINTLIST || in iris_update_compiled_shaders()
1915 gs_prog_data->output_topology == _3DPRIM_LINESTRIP; in iris_update_compiled_shaders()
1919 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()
Diris_state.c4080 return gs_prog_data->output_topology == _3DPRIM_POINTLIST; in iris_is_drawing_points()
4084 return tes_data->output_topology == BRW_TESS_OUTPUT_TOPOLOGY_POINT; in iris_is_drawing_points()
4363 te.OutputTopology = tes_prog_data->output_topology; in iris_store_tes_state()
4400 gs.OutputTopology = gs_prog_data->output_topology; in iris_store_gs_state()