Home | History | Annotate | Download | only in vulkan

Lines Matching refs:gs_out

2469 		pipeline->graphics.gs_out = si_conv_gl_prim_to_gs_out(pipeline->shaders[MESA_SHADER_GEOMETRY]->info.gs.output_prim);
2470 pipeline->graphics.can_use_guardband = pipeline->graphics.gs_out == V_028A6C_OUTPRIM_TYPE_TRISTRIP;
2472 pipeline->graphics.gs_out = si_conv_prim_to_gs_out(pCreateInfo->pInputAssemblyState->topology);
2476 pipeline->graphics.gs_out = V_028A6C_OUTPRIM_TYPE_TRISTRIP;