Searched refs:next_stage (Results 1 - 19 of 19) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/
H A Dshader_info.h90 gl_shader_stage next_stage; member in struct:shader_info
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_pipeline.c651 struct anv_pipeline_stage *next_stage)
653 if (next_stage)
654 brw_nir_link_shaders(compiler, &vs_stage->nir, &next_stage->nir);
759 struct anv_pipeline_stage *next_stage)
761 if (next_stage)
762 brw_nir_link_shaders(compiler, &tes_stage->nir, &next_stage->nir);
786 struct anv_pipeline_stage *next_stage)
788 if (next_stage)
789 brw_nir_link_shaders(compiler, &gs_stage->nir, &next_stage->nir);
1127 struct anv_pipeline_stage *next_stage local in function:anv_pipeline_compile_graphics
649 anv_pipeline_link_vs(const struct brw_compiler * compiler,struct anv_pipeline_stage * vs_stage,struct anv_pipeline_stage * next_stage) argument
757 anv_pipeline_link_tes(const struct brw_compiler * compiler,struct anv_pipeline_stage * tes_stage,struct anv_pipeline_stage * next_stage) argument
784 anv_pipeline_link_gs(const struct brw_compiler * compiler,struct anv_pipeline_stage * gs_stage,struct anv_pipeline_stage * next_stage) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/
H A Dshader_info.h134 gl_shader_stage next_stage:8; member in struct:shader_info
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_pipeline.c900 struct anv_pipeline_stage *next_stage)
902 if (next_stage)
903 brw_nir_link_shaders(compiler, vs_stage->nir, next_stage->nir);
1027 struct anv_pipeline_stage *next_stage)
1029 if (next_stage)
1030 brw_nir_link_shaders(compiler, tes_stage->nir, next_stage->nir);
1057 struct anv_pipeline_stage *next_stage)
1059 if (next_stage)
1060 brw_nir_link_shaders(compiler, gs_stage->nir, next_stage->nir);
1641 struct anv_pipeline_stage *next_stage local in function:anv_pipeline_compile_graphics
898 anv_pipeline_link_vs(const struct brw_compiler * compiler,struct anv_pipeline_stage * vs_stage,struct anv_pipeline_stage * next_stage) argument
1025 anv_pipeline_link_tes(const struct brw_compiler * compiler,struct anv_pipeline_stage * tes_stage,struct anv_pipeline_stage * next_stage) argument
1055 anv_pipeline_link_gs(const struct brw_compiler * compiler,struct anv_pipeline_stage * gs_stage,struct anv_pipeline_stage * next_stage) argument
[all...]
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D18.2.5.rst128 - st/glsl_to_nir: fix next_stage gathering
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_shader.c249 const struct tu_shader *next_stage,
247 tu_shader_compile(struct tu_device * dev,struct tu_shader * shader,const struct tu_shader * next_stage,const struct tu_shader_compile_options * options,const VkAllocationCallbacks * alloc) argument
H A Dtu_private.h1053 const struct tu_shader *next_stage,
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_shader.h390 gl_shader_stage next_stage; member in struct:radv_vs_prolog_key
H A Dradv_shader.c1967 radv_declare_shader_args(&args, key->next_stage, key->next_stage != MESA_SHADER_VERTEX,
H A Dradv_cmd_buffer.c2701 uint32_t next_stage : 3; member in struct:vs_prolog_key_header::__anonf70c97c70308
2784 key.next_stage = pipeline->next_vertex_stage;
2792 header.next_stage = key.next_stage;
H A Dradv_device.c2705 key.next_stage = MESA_SHADER_VERTEX;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_glsl_to_nir.cpp375 nir->info.next_stage = stages_mask ?
378 nir->info.next_stage = MESA_SHADER_FRAGMENT;
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_nir.cpp372 nir->info.next_stage = stages_mask ?
375 nir->info.next_stage = MESA_SHADER_FRAGMENT;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_nir.c346 pipe_shader_type_from_mesa(nir->info.next_stage);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi_info.c423 pipe_shader_type_from_mesa(nir->info.next_stage);
H A Dtgsi_to_nir.c2351 s->info.next_stage = tgsi_processor_to_shader_stage(value);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.c2398 ureg_set_next_shader_processor(ureg, pipe_shader_type_from_mesa(info->next_stage));
2406 ureg_set_next_shader_processor(ureg, pipe_shader_type_from_mesa(info->next_stage));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_shaders.c2571 gl_shader_stage next_shader = info->base.next_stage;
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp11992 if (key->is_ngg || key->next_stage != MESA_SHADER_VERTEX) {

Completed in 94 milliseconds