Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/vulkan/
DgenX_pipeline.c586 switch (get_gs_prog_data(pipeline)->output_topology) { in genX()
606 switch (get_tes_prog_data(pipeline)->output_topology) { in genX()
1672 te.OutputTopology = tes_prog_data->output_topology; in emit_3dstate_hs_te_ds()
1675 if (tes_prog_data->output_topology == OUTPUT_TRI_CCW) { in emit_3dstate_hs_te_ds()
1677 } else if (tes_prog_data->output_topology == OUTPUT_TRI_CW) { in emit_3dstate_hs_te_ds()
1680 te.OutputTopology = tes_prog_data->output_topology; in emit_3dstate_hs_te_ds()
1784 gs.OutputTopology = gs_prog_data->output_topology; in emit_3dstate_gs()
2248 const unsigned output_topology = in emit_mesh_state() local
2272 mesh.OutputTopology = output_topology; in emit_mesh_state()
/third_party/mesa3d/src/intel/compiler/
Dgfx6_gs_visitor.cpp194 brw_imm_ud(gs_prog_data->output_topology << in gs_emit_vertex()
528 switch (gs_prog_data->output_topology) { in xfb_write()
Dbrw_shader.cpp1398 prog_data->output_topology = BRW_TESS_OUTPUT_TOPOLOGY_POINT; in brw_compile_tes()
1400 prog_data->output_topology = BRW_TESS_OUTPUT_TOPOLOGY_LINE; in brw_compile_tes()
1403 prog_data->output_topology = in brw_compile_tes()
Dbrw_compiler.h1351 enum brw_tess_output_topology output_topology; member
1367 unsigned output_topology; member
Dbrw_vec4_gs_visitor.cpp801 prog_data->output_topology = in brw_compile_gs()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_program.c2197 gs_prog_data->output_topology == _3DPRIM_POINTLIST || in iris_update_compiled_shaders()
2198 gs_prog_data->output_topology == _3DPRIM_LINESTRIP; in iris_update_compiled_shaders()
2202 tes_data->output_topology == BRW_TESS_OUTPUT_TOPOLOGY_LINE || in iris_update_compiled_shaders()
2203 tes_data->output_topology == BRW_TESS_OUTPUT_TOPOLOGY_POINT; in iris_update_compiled_shaders()
Diris_state.c4273 return gs_prog_data->output_topology == _3DPRIM_POINTLIST; in iris_is_drawing_points()
4277 return tes_data->output_topology == BRW_TESS_OUTPUT_TOPOLOGY_POINT; in iris_is_drawing_points()
4600 te.OutputTopology = tes_prog_data->output_topology; in iris_store_tes_state()
4633 gs.OutputTopology = gs_prog_data->output_topology; in iris_store_gs_state()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_program.c2468 gs_prog_data->output_topology == _3DPRIM_POINTLIST || in crocus_update_compiled_shaders()
2469 gs_prog_data->output_topology == _3DPRIM_LINESTRIP; in crocus_update_compiled_shaders()
2473 tes_data->output_topology == BRW_TESS_OUTPUT_TOPOLOGY_LINE || in crocus_update_compiled_shaders()
2474 tes_data->output_topology == BRW_TESS_OUTPUT_TOPOLOGY_POINT; in crocus_update_compiled_shaders()
Dcrocus_state.c4447 return gs_prog_data->output_topology == _3DPRIM_POINTLIST; in crocus_is_drawing_points()
4451 return tes_data->output_topology == BRW_TESS_OUTPUT_TOPOLOGY_POINT; in crocus_is_drawing_points()
6861 gs.OutputTopology = gs_prog_data->output_topology;
7021 te.OutputTopology = tes_prog_data->output_topology;