Searched refs:gs_max_vert_out (Results 1 - 4 of 4) sorted by path

/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_shader_util.c90 ac_vgt_gs_mode(unsigned gs_max_vert_out, enum chip_class chip_class) argument
94 if (gs_max_vert_out <= 128) {
96 } else if (gs_max_vert_out <= 256) {
98 } else if (gs_max_vert_out <= 512) {
101 assert(gs_max_vert_out <= 1024);
H A Dac_shader_util.h41 ac_vgt_gs_mode(unsigned gs_max_vert_out, enum chip_class chip_class);
/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_shader_util.c88 uint32_t ac_vgt_gs_mode(unsigned gs_max_vert_out, enum chip_class chip_class) argument
92 if (gs_max_vert_out <= 128) {
94 } else if (gs_max_vert_out <= 256) {
96 } else if (gs_max_vert_out <= 512) {
99 assert(gs_max_vert_out <= 1024);
H A Dac_shader_util.h86 uint32_t ac_vgt_gs_mode(unsigned gs_max_vert_out, enum chip_class chip_class);

Completed in 9 milliseconds