| /xsrc/external/mit/MesaLib.old/dist/src/compiler/ |
| H A D | shader_info.h | 90 gl_shader_stage next_stage; member in struct:shader_info
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_pipeline.c | 651 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 D | shader_info.h | 134 gl_shader_stage next_stage:8; member in struct:shader_info
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_pipeline.c | 900 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 D | 18.2.5.rst | 128 - st/glsl_to_nir: fix next_stage gathering
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| H A D | tu_shader.c | 249 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 D | tu_private.h | 1053 const struct tu_shader *next_stage,
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_shader.h | 390 gl_shader_stage next_stage; member in struct:radv_vs_prolog_key
|
| H A D | radv_shader.c | 1967 radv_declare_shader_args(&args, key->next_stage, key->next_stage != MESA_SHADER_VERTEX,
|
| H A D | radv_cmd_buffer.c | 2701 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 D | radv_device.c | 2705 key.next_stage = MESA_SHADER_VERTEX;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_glsl_to_nir.cpp | 375 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 D | st_glsl_to_nir.cpp | 372 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 D | si_shader_nir.c | 346 pipe_shader_type_from_mesa(nir->info.next_stage);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/ |
| H A D | nir_to_tgsi_info.c | 423 pipe_shader_type_from_mesa(nir->info.next_stage);
|
| H A D | tgsi_to_nir.c | 2351 s->info.next_stage = tgsi_processor_to_shader_stage(value);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_ureg.c | 2398 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 D | si_state_shaders.c | 2571 gl_shader_stage next_shader = info->base.next_stage;
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | aco_instruction_selection.cpp | 11992 if (key->is_ngg || key->next_stage != MESA_SHADER_VERTEX) {
|