Home
last modified time | relevance | path

Searched refs:gs_stage (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/intel/vulkan/
H A Danv_pipeline.c965 struct anv_pipeline_stage *gs_stage, in anv_pipeline_link_gs()
969 brw_nir_link_shaders(compiler, gs_stage->nir, next_stage->nir); in anv_pipeline_link_gs()
976 struct anv_pipeline_stage *gs_stage, in anv_pipeline_compile_gs()
980 &gs_stage->prog_data.gs.base.vue_map, in anv_pipeline_compile_gs()
981 gs_stage->nir->info.outputs_written, in anv_pipeline_compile_gs()
982 gs_stage->nir->info.separate_shader, 1); in anv_pipeline_compile_gs()
984 gs_stage->num_stats = 1; in anv_pipeline_compile_gs()
987 .nir = gs_stage->nir, in anv_pipeline_compile_gs()
988 .key = &gs_stage->key.gs, in anv_pipeline_compile_gs()
989 .prog_data = &gs_stage in anv_pipeline_compile_gs()
964 anv_pipeline_link_gs(const struct brw_compiler *compiler, struct anv_pipeline_stage *gs_stage, struct anv_pipeline_stage *next_stage) anv_pipeline_link_gs() argument
973 anv_pipeline_compile_gs(const struct brw_compiler *compiler, void *mem_ctx, struct anv_device *device, struct anv_pipeline_stage *gs_stage, struct anv_pipeline_stage *prev_stage) anv_pipeline_compile_gs() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dgfx10_shader_ngg.c2357 const gl_shader_stage gs_stage = gs_sel->stage; in gfx10_ngg_calculate_subgroup_info() local
2363 const unsigned min_verts_per_prim = gs_stage == MESA_SHADER_GEOMETRY ? max_verts_per_prim : 1; in gfx10_ngg_calculate_subgroup_info()
2381 if (gs_stage == MESA_SHADER_GEOMETRY) { in gfx10_ngg_calculate_subgroup_info()
2487 : gs_stage == MESA_SHADER_GEOMETRY in gfx10_ngg_calculate_subgroup_info()
2493 if (gs_stage == MESA_SHADER_GEOMETRY) { in gfx10_ngg_calculate_subgroup_info()
H A Dsi_state_shaders.cpp1348 const gl_shader_stage gs_stage = shader->selector->stage;
1368 pm4->atom.emit = gs_stage == MESA_SHADER_GEOMETRY ? gfx10_emit_shader_ngg_tess_gs
1371 pm4->atom.emit = gs_stage == MESA_SHADER_GEOMETRY ? gfx10_emit_shader_ngg_notess_gs
1405 else if ((gs_stage == MESA_SHADER_GEOMETRY && gs_info->uses_primid) ||
1406 (gs_stage == MESA_SHADER_VERTEX && shader->key.ge.mono.u.vs_export_prim_id))
1469 if (gs_stage == MESA_SHADER_GEOMETRY) {
1540 (es_stage == MESA_SHADER_VERTEX || gs_stage == MESA_SHADER_VERTEX) && /* = no tess */

Completed in 12 milliseconds