Searched refs:gs_stage (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_pipeline.c | 785 struct anv_pipeline_stage *gs_stage, 789 brw_nir_link_shaders(compiler, &gs_stage->nir, &next_stage->nir); 796 struct anv_pipeline_stage *gs_stage, 800 &gs_stage->prog_data.gs.base.vue_map, 801 gs_stage->nir->info.outputs_written, 802 gs_stage->nir->info.separate_shader); 804 return brw_compile_gs(compiler, device, mem_ctx, &gs_stage->key.gs, 805 &gs_stage->prog_data.gs, gs_stage->nir, 784 anv_pipeline_link_gs(const struct brw_compiler * compiler,struct anv_pipeline_stage * gs_stage,struct anv_pipeline_stage * next_stage) argument 793 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) argument
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_pipeline.c | 1056 struct anv_pipeline_stage *gs_stage, 1060 brw_nir_link_shaders(compiler, gs_stage->nir, next_stage->nir); 1067 struct anv_pipeline_stage *gs_stage, 1071 &gs_stage->prog_data.gs.base.vue_map, 1072 gs_stage->nir->info.outputs_written, 1073 gs_stage->nir->info.separate_shader, 1); 1075 gs_stage->num_stats = 1; 1076 gs_stage->code = brw_compile_gs(compiler, device, mem_ctx, 1077 &gs_stage->key.gs, 1078 &gs_stage 1055 anv_pipeline_link_gs(const struct brw_compiler * compiler,struct anv_pipeline_stage * gs_stage,struct anv_pipeline_stage * next_stage) argument 1064 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) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_state_shaders.c | 1146 const gl_shader_stage gs_stage = shader->selector->info.stage; local in function:gfx10_shader_ngg 1165 pm4->atom.emit = gs_stage == MESA_SHADER_GEOMETRY ? gfx10_emit_shader_ngg_tess_gs 1168 pm4->atom.emit = gs_stage == MESA_SHADER_GEOMETRY ? gfx10_emit_shader_ngg_notess_gs 1202 else if ((gs_stage == MESA_SHADER_GEOMETRY && gs_info->uses_primid) || 1203 (gs_stage == MESA_SHADER_VERTEX && shader->key.mono.u.vs_export_prim_id)) 1261 if (gs_stage == MESA_SHADER_GEOMETRY) { 1324 (es_stage == MESA_SHADER_VERTEX || gs_stage == MESA_SHADER_VERTEX) && /* = no tess */
|
| H A D | gfx10_shader_ngg.c | 2001 const gl_shader_stage gs_stage = gs_sel->info.stage; local in function:gfx10_ngg_calculate_subgroup_info 2007 const unsigned min_verts_per_prim = gs_stage == MESA_SHADER_GEOMETRY ? max_verts_per_prim : 1; 2023 if (gs_stage == MESA_SHADER_GEOMETRY) { 2140 : gs_stage == MESA_SHADER_GEOMETRY 2146 if (gs_stage == MESA_SHADER_GEOMETRY) {
|
Completed in 15 milliseconds