Home
last modified time | relevance | path

Searched refs:gs_max_vert_out (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/amd/common/
H A Dac_shader_util.c92 uint32_t ac_vgt_gs_mode(unsigned gs_max_vert_out, enum amd_gfx_level gfx_level) in ac_vgt_gs_mode() argument
98 if (gs_max_vert_out <= 128) { in ac_vgt_gs_mode()
100 } else if (gs_max_vert_out <= 256) { in ac_vgt_gs_mode()
102 } else if (gs_max_vert_out <= 512) { in ac_vgt_gs_mode()
105 assert(gs_max_vert_out <= 1024); in ac_vgt_gs_mode()
H A Dac_shader_util.h98 uint32_t ac_vgt_gs_mode(unsigned gs_max_vert_out, enum amd_gfx_level gfx_level);

Completed in 2 milliseconds