Searched refs:es_info (Results 1 – 3 of 3) sorted by relevance
166 struct ac_es_output_info es_info; member208 struct ac_es_output_info es_info; member
6586 handle_es_outputs_post(ctx, &ctx->shader_info->vs.es_info); in handle_shader_outputs_post()6602 handle_es_outputs_post(ctx, &ctx->shader_info->tes.es_info); in handle_shader_outputs_post()
1193 struct ac_es_output_info *es_info = radv_pipeline_has_tess(pipeline) ? in calculate_gfx9_gs_info() local1194 &gs_info->tes.es_info : &gs_info->vs.es_info; in calculate_gfx9_gs_info()1213 const unsigned esgs_itemsize = es_info->esgs_itemsize / 4; in calculate_gfx9_gs_info()1315 struct ac_es_output_info *es_info; in calculate_gs_ring_sizes() local1317 es_info = radv_pipeline_has_tess(pipeline) ? &gs_info->tes.es_info : &gs_info->vs.es_info; in calculate_gs_ring_sizes()1319 es_info = radv_pipeline_has_tess(pipeline) ? in calculate_gs_ring_sizes()1320 &pipeline->shaders[MESA_SHADER_TESS_EVAL]->info.tes.es_info : in calculate_gs_ring_sizes()1321 &pipeline->shaders[MESA_SHADER_VERTEX]->info.vs.es_info; in calculate_gs_ring_sizes()1324 unsigned min_esgs_ring_size = align(es_info->esgs_itemsize * gs_vertex_reuse * in calculate_gs_ring_sizes()1328 es_info->esgs_itemsize * gs_info->gs.vertices_in; in calculate_gs_ring_sizes()[all …]