Home
last modified time | relevance | path

Searched refs:max_output_vertex_count (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/nouveau/compiler/nak/
H A Dsph.rs331 max_output_vertex_count: u16, in set_max_output_vertex_count()
333 assert!(max_output_vertex_count <= 0xfff); in set_max_output_vertex_count()
336 max_output_vertex_count, in set_max_output_vertex_count()
555 sph.set_max_output_vertex_count(stage.max_output_vertex_count);
H A Dir.rs7063 pub max_output_vertex_count: u16, field
7073 max_output_vertex_count: 0, in default()
H A Dfrom_nir.rs73 max_output_vertex_count: info_gs.vertices_out, in init_info_from_nir()