Searched refs:max_vert_out_per_gs_instance (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_shader.h222 bool max_vert_out_per_gs_instance; member in struct:gfx10_ngg_info
H A Dradv_pipeline.c2028 bool max_vert_out_per_gs_instance = false; local in function:gfx10_get_ngg_info
2053 max_vert_out_per_gs_instance = true;
2110 if (!max_vert_out_per_gs_instance) {
2169 unsigned max_out_vertices = max_vert_out_per_gs_instance ? gs_info->gs.vertices_out
2195 ngg->max_vert_out_per_gs_instance = max_vert_out_per_gs_instance;
4597 S_028B90_EN_MAX_VERT_OUT_PER_GS_INSTANCE(ngg_state->max_vert_out_per_gs_instance));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.h805 bool max_vert_out_per_gs_instance; member in struct:si_shader::__anon396a29301508
H A Dgfx10_shader_ngg.c2019 bool max_vert_out_per_gs_instance = false; local in function:gfx10_ngg_calculate_subgroup_info
2036 max_vert_out_per_gs_instance = true;
2088 if (!max_vert_out_per_gs_instance) {
2138 max_vert_out_per_gs_instance
2156 shader->ngg.max_vert_out_per_gs_instance = max_vert_out_per_gs_instance;
H A Dsi_state_shaders.c1281 S_028B90_EN_MAX_VERT_OUT_PER_GS_INSTANCE(shader->ngg.max_vert_out_per_gs_instance);

Completed in 39 milliseconds