Searched refs:es_type (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_shader.c509 unsigned es_type = variant->info.gs.es_type; local in function:radv_fill_shader_variant
512 if (es_type == MESA_SHADER_VERTEX) {
514 } else if (es_type == MESA_SHADER_TESS_EVAL) {
535 S_00B22C_OC_LDS_EN(es_type == MESA_SHADER_TESS_EVAL);
H A Dradv_shader.h289 unsigned es_type; /* GFX9: VS or TES */ member in struct:radv_shader_variant_info::__anon685e57830908::__anon685e57830d08
H A Dradv_nir_to_llvm.c4035 shader_info->gs.es_type = nir[0]->info.stage;
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_shader.c1489 es_stage = info->gs.es_type;
1524 unsigned es_type = info->gs.es_type; local in function:radv_postprocess_config
1527 if (es_type == MESA_SHADER_VERTEX) {
1534 } else if (es_type == MESA_SHADER_TESS_EVAL) {
1556 S_00B22C_OC_LDS_EN(es_type == MESA_SHADER_TESS_EVAL);
H A Dradv_shader.h279 unsigned es_type; /* GFX9: VS or TES */ member in struct:radv_shader_info::__anonc0b8b2d60708
H A Dradv_pipeline.c2926 infos[MESA_SHADER_GEOMETRY].gs.es_type = pre_stage;
4510 gl_shader_stage es_type = local in function:radv_pipeline_generate_hw_ngg
4512 struct radv_shader_variant *es = es_type == MESA_SHADER_TESS_EVAL
4538 if (es_type == MESA_SHADER_TESS_EVAL) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_shaders.c883 unsigned es_type = shader->key.part.gs.es->type; local in function:si_shader_gs
887 if (es_type == PIPE_SHADER_VERTEX)
890 else if (es_type == PIPE_SHADER_TESS_EVAL)
908 if (es_type == PIPE_SHADER_VERTEX)
928 S_00B22C_OC_LDS_EN(es_type == PIPE_SHADER_TESS_EVAL) |
941 if (es_type == PIPE_SHADER_TESS_EVAL)

Completed in 27 milliseconds